* { 
	padding: 		 	0px; 
	margin: 			0px;
}

body {
	width: 					100%;
	height: 				100%;
	margin-top: 			5px;
	padding: 				0px;
 }

h1{
	font-family: 			verdana;
	font-size: 				14px;
	color: 					#3e6f97;	
}

p {
padding-bottom: 	10px;
}

strong{
	color: 					#3e6f97;	
}
 
 div#bg_container {
	width: 					830px;
	min-height:				660px;
	height:					100%;
	margin: 				0 auto; 
	background-color:		#3e7095;
}

div#header{
	background-image:		url("img/header.jpg");
	background-repeat: 		no-repeat;
	width: 					830px;
	height:					193px;
}

div#menu{
	margin:					10 0 0 0px;
	height:					30px;
	background-color:		#5696c6;
	font-family:			"verdana";
	font-size:				16px;
	font-weight:			bold;
}

#menu ul#navlist{
	margin:				0px 0px 0px 0px;
	list-style-type:	none;
	padding:			6px 0px 0px 0px;
	text-align:			center;
}

#menu ul#navlist li{
	display:			inline;
	margin:				0px 0px 0px 0px;
	padding-right: 		15px;
}

#menu ul#navlist li a,
#menu ul#navlist li a:link,
#menu ul#navlist li a:visited{
	padding:			3px 5px 3px 5px;
	text-align:			center;
	text-decoration:	none;
	color:				#ffffff;
}

#menu ul#navlist li a:hover{
	color:				#d1e5fe;
}

#menu ul#navlist li a.current {
	color:				#d1e5fe;
}

div#cholder{
	width:					830px;
	min-height:				400px;
	height:					100%;
	padding:				10 22 0 22px;
}

div#tekst{
	background-color:		#ffffff;
	width:					515px;
	min-height:				390px;
	height:					100%;
	float:					left;
	padding:				15px;
	font-family:			"verdana";
	font-size:				11px;
	margin: 				15px 0 5px 15px;
}

div#sidebar{
	background-color:		white;
	height:					420px;
	width:					235px;
	margin:					15px 0 0 20px;
	float:					left;
	font-family:			"verdana";
	font-size:				13px;
	font-weight:			bold;
	color: 					#3e6f97;
}

div#sidebar a{
	color: 					#3e6f97;
	text-decoration: 		none;
}

#sidebar ul li  a.current{
	color:				#5696c6;
}

div#sidebar ul{
	padding:		15px 0 0 25px;
}

#ondertitel {
	background-color:		white;
	font-family:			"verdana";
	font-size:				10px;
	color: 					#3e6f97;
	text-align:				center;
	padding:			5px 0 5px 0;
}