@charset "utf-8";
/* CSS Document */
body {
	background-color:#E7E7E7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a.link {
	color:#00CC00;
	text-decoration:none;
}
 
a.groen {
	color:#FFFFFF;
	text-decoration:none;
}
a.wit {
	color:#FFFFFF;
	text-decoration:none;
}
.rood {
color:#990000;
}
.item_active { 
color:#00CC00;
text-decoration:none;
}

#bodycontainer {
	width:100%;
	height:100%;
	background-image:url(../images/body.jpg);
	background-repeat:repeat-x;
	margin:-10px 0px 0px 0px;
	overflow:hidden;
}
	
#container {
	width:950px;
	height:auto;
	margin:0px auto;
}
#header {
	width: 949px;
	height:369px;
	background-image:url(../images/header.jpg);
}
#navigatie {
	width:226px;
	height: auto;
	background-color:#155BB0;
	float:left;
}
#content {
	width:717px;
	height: auto;
	background-color:#FFFFFF;
	background-image:url(../images/content_onder.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	float:right;
}
#tekst {
	width:auto;
	height:auto;
	padding:0px 10px 10px 10px;
	background-color:#FFFFFF;
}
#footer {
	width:950px;
	height:24px;
	background-color:#FFFFFF;
	background-image:url(../images/footer.jpg);
	background-position:top;
	background-repeat:no-repeat;
	float:left;
	margin:4px 0px;
	text-align:center;
	padding:20px 0px;
}
#contact {
	width:206px;
	height:18px;
	background-image:url(../images/contact.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	padding:10px;
	float:left;
}
#menu {
	width:186px;
	height:auto;
	background-image:url(../images/navigatie.jpg);
	background-repeat:no-repeat;
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 20px 40px;
/*	border:none;
	border-bottom:5px #FFFFFF solid;*/
	color:#FFFFFF;
	font-weight:bold;
	background-color:#155BB0;
}	
#menu_bottom {
	width:226px;
	height:11px;
	background-image:url(../images/navbottom.jpg);
	background-repeat:no-repeat;
	float:left;
}
#headerkop {
	width:602px;
	height:50px;
	float:right;
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	letter-spacing:-1px;
	margin:155px 0px 0px;
}
#bloks {
	width:602px;
	height:30px;
	float:right;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	margin:117px 0px 0px;
	word-spacing:70px;
	letter-spacing:-1px;
}
.menu {
	line-height:26px;

}
