/* Standard waardes */
html, body {
	margin:0;
	padding:0;
	background:url(images/bg.png) top repeat-x #8fcb1c;
	font-family:Trebuchet MS;
	font-size:11px;
	color:#110b3c;
}
div#container {
	margin:0 auto;
	width:922px;	
}
.leftfloat {float:left;}
.rightfloat {float:right;}
.fixfloat {
	width:0;
	height:0;
	margin:0;
	padding:0;
	overflow:hidden;
	clear:both;
}
a {color:#fff; text-decoration:underline;}
a:hover {text-decoration:none;}
a img {border:0;}
/* /Standard waardes */
/* Header */
div#header {
	width:922px;
	height:213px;
}
div#header_top {
	width:892px;
	height:125px;
	padding:48px 30px 0 0;
}
#logo {
	float:left;
	margin:34px 0 0 0;
}
div#menu {
	width:791px;
	height:30px;
	background:url(images/menu_bg.png);
	padding:10px 0 0 10px; 
}
div#menu a {
	color:#fff;
	font-size:14px;
	font-weight:bold;
	margin:0 15px;
	text-decoration:none;
}
div#menu a:hover {text-decoration:underline;}
/* /Header */
/* Content */
div#content {
	width:922px;
	padding:7px 0;
}
div#left {
	width:229px;
	float:left;
}
div.blauw_foot {
	width:229px;
	background: url(images/blauw_foot.png) bottom no-repeat #165684;
}
div.blauw {
	width:229px;
	background: url(images/blauw_top.png) top no-repeat;
	padding:8px 0 8px 0;
	line-height:14px;
	color:#fff;
}
div.blauw p {
	margin:0;
	padding:5px 10px;
}
div.blauw p a {
	color:#fff;
	text-decoration:none;
}
div.blauw p a:hover {
	text-decoration:underline;
}
div#blauw_top {
	width:223px;
	height:80px;
	padding:0 0 0 6px;
}
div#blauw_top img {float:left; margin:0 7px 0 0;}
div#blauw_top_info {
	float:left;
	width:120px;
}
div#right {
	width:685px;
	float:right;
}
div.content_foot {
	width:685px;
	background: url(images/content_foot.png) bottom no-repeat #a7d64c
}
div.content {
	width:665px;
	background: url(images/content_top.png) top no-repeat;
	color:#5a851e;
	padding:8px 10px;
}
div.content p {
	margin:0;
	padding:7px 0;
}
div.content a {
	color:#5a851e;
	text-decoration: underline;
}
div#onder {
	width:685px;
	height:166px;
	padding:9px 0 9px 0;
}
div#adds {
	width:388px;
	float:left;
	height:158px;
	background: url(images/add_bg.png);
	padding:8px 25px 0 25px; 
}
div#stats {
	float:right;
	width:219px;
	height:158px;
	background:url(images/stats_bg.png);
	line-height:14px;
	padding:8px 10px 0 10px;
	color:#fff;
}
div#stats p {
	margin:0;
	padding:7px 0;
}
div.groen_bg {
	width:228px;
	background: url(images/groen_foot.png) bottom no-repeat #608d1c;
	margin:9px 0 0 0;
}
div.groen {
	width:208px;
	padding:8px 10px;
	background: url(images/groen_top.png) top no-repeat;
	color:#fff;
}
div.groen a {
	color:#fff;
	text-decoration:none;
}
div.groen a:hover {text-decoration:underline;}
/* /Content */
/* Footer */
div#footer {
	width:684px;
	height:28px;
	background:url(images/footer.png);
	margin:0 auto 10px auto;
	text-align:center;
	color:#5a851e;
	padding:11px 0 0 0;
}
div#footer a {
	color:#5a851e;
	text-decoration:none;
}
div#footer a:hover {text-decoration:underline;}
/* /Footer */
/* Tekst Opmaak */
span.title {
	font-weight:bold;
	font-size:14px;
}
/* /Tekst Opmaak */