﻿body 
{
    margin:0px;
    font-family:Arial;
    font-size:13px;
    background: #003300 url(images/bg.jpg) repeat;
    background-attachment: fixed;
    color:#000000;
}

.main
{
    width:100%;
}
.preHeader
{
    width:100%;
    background:#ffffff;
}
.preHeaderContent
{
    margin:0px auto;
    width:970px;
}
.header
{
    background:#ffffff;
    width:100%;
background: #003300 url(images/bg.jpg) repeat;
    background-attachment: fixed;
}
.headerContent
{
    margin:0px auto;
    width:970px;
}
.menu
{
    background:#ffffff;
    width:100%;
    margin:0px 0px 5px 0px;
background: #003300 url(images/bg.jpg) repeat;
    background-attachment: fixed;
}
.menuContent
{
    background:#f5a415;
    margin:0px auto;
    width:970px;
	height:27px;
}
.menuItem
{
    background:#f5a415;
    color:#ffffff;
    height:25px;
    font-family:Arial;
    font-size:16px;
    font-weight:bold;
    padding: 2px 5px 0px 5px;
}
.menuItemOver
{
    background:#f5a415;
    color:#ffffff;
    height:25px;
    font-family:Arial;
    font-size:16px;
    font-weight:bold;
    padding:2px 5px 0px 5px;
}
.contentBG
{
    margin:0px auto;
    width:970px;
    background:#ffffff;
}
.content
{
    float:right;
    width:730px;
    background:#ffffff;
    margin:5px 5px 5px 5px;
    padding:5px 10px 10px 10px;
    text-align:justify;
}
.rightMenu
{
    float:left;
    width:200px;
    background:#ffffff;
    background: #003300 url(images/bg.jpg) repeat;
    background-attachment: fixed;
    margin:5px 0px 5px 0px;
}
.rightMenu_TopLevelItem
{
    width:200px;
    height:25px;
    background:#f5a415;
}
.rightMenu_TopLevelItemOver
{
    width:200px;
    height:25px;
    background:#f5a415;
    cursor:pointer;
    color:#ffffff;
}
.rightMenu_SubItem
{
    width:200px;
    height:25px;
    background:#f5a415;
}
.rightMenu_SubItemOver
{
    width:200px;
    height:25px;
    background:#f5a415;
    cursor:pointer;
    color:#ffffff;
}
.footer
{
    clear:both;
    width:100%;
    background:#ffffff;
background: #003300 url(images/bg.jpg) repeat;
    background-attachment: fixed;
    margin:20px 0px 20px 0px;
}
.footerContent
{
    margin:0px auto;
    width:970px;
    background:#ffffff;
background: #003300 url(images/bg.jpg) repeat;
    background-attachment: fixed;
    color:#ffffff;
    text-align:right;
}
.footerContent a
{
    color:#ffffff;
    text-decoration:none;
    font-weight:normal;
}
.footerContent a:hover
{
    color:#cccccc;
    text-decoration:underline;
    font-weight:normal;
}
h3
{
    color:#f5a415;
    font-family:Arial;
    font-size:16px;
    font-weight:bold;
    border-bottom:solid 1px #cccccc;
    padding:0px 0px 5px 0px;
}
a
{
    font-weight:bold;
    text-decoration:none;
}
a:hover
{
    text-decoration:underline;
}
.line
{
    border-bottom:solid 1px #cccccc;
    margin:5px 0px 10px 0px;
}
h1
{
    font-size:24px;
    font-family:Arial;
    margin:0px;
    color:#999999;
}
h2
{
    font-size:20px;
    font-family:Arial;
    margin:0px 0px 5px 0px;
    color:#999999;
}
.data
{
    width:100%;
}
.data th
{
    border-bottom:solid 2px #000000;
    padding:2px;
    font-weight:bold;
    font-family:Arial;
    font-size:12px;
}
.data td
{
    border-bottom:dashed 1px #CCCCCC;
    padding:2px;
}
.nieuwsBox
{
    border:solid 1px #CCCCCC; 
    margin:10px 0px 0px 0px;
    background:#ffffff;
}
.nieuwsBox th
{
    background:#99c100; 
    color:White;
}
.link
{
    color:#333333;
    text-decoration:none;
}
.link:hover
{
    text-decoration:underline;
    color:#333333;
}
