/* CSS Document */

body {
background-color:#f3f3F7;
margin:0;
}

#opmaakdiv {
	width:1000px;
	height:150px;
	background-color:#7E8DC9;
	position:absolute;
	top:185px;
	z-index: 1;
}

#container {
	width:1000px;
	float:left;
	position:absolute;
	z-index: 2;
}

#header {
	width:867px;
	height:135px;
	margin-left:65px;
	margin-bottom: 10px;
}

#menu {
	width:165px;
	height:500px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#00035E;
	margin-left:85px;
}
#menu .menuitem, #menu .menuitemactive {
	width:165px;
	padding-top:8px;
	padding-bottom:8px;
	text-align:center;
	background-color:#222189;
	border:1px solid white;
	margin-bottom:5px;
}

#menu .menuitemactive {
	background-color:#0096E4;
}

#menu .menuitem A {
text-decoration:none;
color:white;
}

#menu .menuitemactive A {
text-decoration:none;
color:#fff;
font-weight:bold;
}

#content {
	width:475px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#00035E;
	line-height: 20px;
	background-color: #FFFFFF;
	padding:10px;
	padding-left:50px;
	border-top-style: solid;
	border-top-color: #EBEBF7;
	border-top-width: 5px;
  overflow:hidden;
}

#news {
	width:178px;
	height:250px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin: 5px;
	color: #222189;
	border: thin solid #222189;
	background-color:white;
}

#newstext {
	padding:10px;
}

#footer {
width:1000px;
height:50px;
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:8px;
text-align:center;
}

#footertext {
margin-left: 100px;
}


h1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
text-decoration:underline;
color:#00035E;
}

h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:15px;
border-bottom:thin;
border-bottom-color:#00035E;
color:#00035E;
}

