body {
	background: #fff url(assets/images/body_bg.jpg) repeat-x;
	color:#2e2e2e;
	font-family: Arial,Verdana, sans-serif; 
	font-size:12px;
	line-height:22px;
	padding:0px;
	margin:0px;
}

a {
	color:#003588;
}
a:hover {
	color:#000;
}


#wrapper {
	position:relative;
	width:995px;
	height: auto;
	margin:0 auto;
	background: url(assets/images/wrapper_bg.png) repeat-y;
	padding: 0px 25px;
}
#wrapper_down {
	position:relative;
	width:1051px;
	height: 31px;
	margin:0 auto;
	background: url(assets/images/wrapper_down.png) repeat-y;
}

#header {
	height:117px;
}
#header .logo {
	margin: 15px 0px 0px 10px;
	float:left;
}
#header .onderdelen {
	margin: 15px 10px 0px 0px;
	float:right;
}

.clear {
	clear:both;
	float:none;
}

#body {
	background: url(assets/images/wrapper_bg.jpg) repeat-x;
	border-top: #fff 1px solid;
}
#body p {
	margin:0px;
	padding: 10px 0px;
}

#body h1 {
	font-size:22px;
	color:#003588;
	margin:0px;
	padding:0px;
	font-weight:normal;
}

#body #menu {
	padding-top:40px;
	width: 175px;
	float:left;
	margin-right:52px;
}


#body #menu a {
	background: url(assets/images/menuitem_bg.jpg) repeat-x;
	height:23px;
	width: 175px;
	display:block;
	line-height:23px;
	margin-bottom:8px;
	color:#303030;
	text-decoration:none;
	padding-left:8px;
}
#body #menu a:hover {
	background: url(assets/images/menuitemon_bg.jpg) repeat-x;
	color:#000;
	text-decoration:none;
}

#body #menu div.menu {
	position:relative;
}

#body #menu div.menu div.submenu {
	position:absolute;
	left:180px;
	top:0px;
	margin-bottom:0px;
	background-color:#fff;
	width:300px;
	visibility:hidden;
}
#body #menu div.menu div.submenu a {
	margin-bottom:0px;
	width:300px;
}

#body #text {
	padding-top:40px;
	width: 513px;
	float:left;
	margin-right:50px;
}
#body #rechts {
	padding-top:40px;
	width: 187px;
	float:left;
}


.datum {
	float:left;
	width:100px;
	color: #9ca0a1;
	font-size:10px;
}

.nieuwscontent {
	float:left;
}

.titel {
	color: #013589;
	font-weight:bold;
}

.line {
	height: 1px;
	background-color: #85c54d;
	margin-top:10px;
	margin-bottom:10px;
	clear:both;
	float:none;
}


#copyright {
	height:23px;
	line-height:23px;
	background-color:#85c44d;
	font-size:10px;
	text-align:right;
	padding: 0px 8px;
	color:#578032;
}

#copyright a {
	text-decoration:none;
	color:#578032;
}
#body .kader {
	width:187px;
	background:#e5e5e5 url(assets/images/kader_bg.jpg) repeat-x;
	background-position: 0px 24px;
	margin-bottom:10px;
}
#body .kader h2 {
	width:179px;
	height:24px;
	margin:0px;
	padding:0px;
	line-height:24px;
	color: #fff;
	background: url(assets/images/kader_topbg.jpg);
	font-size:12px;
	font-weight:normal;
	padding-left:8px;

}
#body .kader a {
	color:#303030;
	text-decoration:none;
	padding-left:8px;
	line-height:26px;
	display:block;
	background:none;
}
#body .kader p {
	padding-left:8px;
	line-height:18px;
}
#body #menu .kader p a {
	padding-left:0px;
	background:none;
	color:#003587;
}
#body #menu .kader p a:hover {
	color:#000;
}



#body .kader a.nieuws {
	line-height:17px;
	font-size:11px;
	margin:7px 0px;
}


