@charset "UTF-8";
/* CSS Document */
/* top / right / bottom / left */
body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/background.jpg); background-repeat:repeat-x;
	background-color:#1a2b01;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color:#333333;
}
.twoColLiqLtHdr #container { 
	width: 988px; 
	background-image:url(images/body.gif);
	margin: 0 auto; 
	text-align: left;
	
} 
.twoColLiqLtHdr #header { 
	background: #1a2b01; 
	width: 988px;
	background-image:url(images/top.gif);
	height: 239px;
	padding: 0 0px; 
} 
.twoColLiqLtHdr #header h1 {
	margin: 0; 
	padding: 10px 0;
}

.twoColLiqLtHdr #sidebar1 {
	float: left; 
	width: 290px;
	
	padding:0px;
	margin:0;
	
}
.twoColLiqLtHdr #sidebar1 h3, .twoColLiqLtHdr #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}

.twoColLiqLtHdr #mainContent { 
	margin: 0px 30px 0 320px;
	font-size:12px;
	min-height:275px;
	color:#333333;
} 
.twoColLiqLtHdr #footer { 
	padding: 0 0px; 
	height: 50px;
	background-image:url(images/footer.gif);
} 
.twoColLiqLtHdr #footer p {
	margin: 0; 
	padding: 10px 0
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#navigatie {
	width:940px;
	text-align: left;
	padding-left:15px;
	text-transform: lowercase;
}

.navigatie {
	padding-top:180px;
	height:40px;
	}

#navigatie ul{
	width: 100%;
	padding: 0;
	margin: 0;
	}
#navigatie ul li{
display: inline;
}

#navigatie ul li a{
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#FFFFFF;
	vertical-align: 10px;
	font-style: normal;
	font-weight: lighter;
}
#navigatie ul li a:hover{
	color:#666666;	
	text-decoration: underline;
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	margin-top: 15px;
	margin-bottom: 0px;
	font-family: jbt-annabelle;
	font-size:37px;
	text-transform: lowercase;
}

.footer {
	font-size:10px;
	text-align:center;
	color:#333333;
	margin-top: 16px;
	clip: rect(auto,auto,auto,auto);
	top: 10px;
	}
/* Nagvigatie van footer menu */

#navigatie2 {
	text-align:center;
	padding-left:0px;
	padding-top:19px;
}

.navigatie2 {
	height:24px;
	}

#navigatie2 ul{
	width: 100%;
	padding: 0;
	margin: 0;
	}
#navigatie2 ul li{
display: inline;
}

#navigatie2 ul li a{
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#333333;
	vertical-align: 1	0px;
	
}
#navigatie2 ul li a:hover{
	color:#666666;
	text-decoration: underline;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9fc230;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9fc230;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	font-weight: normal;
	text-decoration: none;
	}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9fc230;
}

#mainContent2 {
	margin-bottom: 0;
	width:300px;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
} 

#mainContent3 {
	width: 300px;
	margin-bottom: 0;
	float:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	position:relative;
} 

.titelpagina {
	color: #9fc230;
	}
	
hr {
	color:#999999;
	height: 1px;
	width: 100%;
	text-align:center;
	}

