/****************************Pagina*****************************/

html, body, .centreer, {
 	margin:					0px; 
 	padding:				0px;  	
	height:					100%;
}

html>body, html>body .centreer {
	height:					auto;
}

body {
	font-family:			'Trebuchet MS', arial;
	font-size:				14px;
	background:				url("../images/achtergrond.jpg") repeat-y;
}

img {
	border:					none;
}

.centreer {
	position:				absolute;
	left:					50%;
	margin-left:			-525px;
	width:					1052px;
	height:					100%;
	min-height:				100%;
	border-left:			solid 1px #000000;
	border-right:			solid 1px #000000;
	top:					0px;
}

.header {
	background:				url("../images/header.jpg") no-repeat;
	height:					133px;
	width:					1052px;
}

.menu {
	height:					100%;
	min-height:				100%;
	width:					190px;
	float:					left;
	background:				#FFFFFF;
	margin-top:				20px;
	padding-left:			10px;
}

.content {
	height:					100%;
	width:					822px;
	margin-left:			20px;
	margin-top:				20px;
	padding-left:			10px;
	float:					left;
	background:				#FFFFFF;
}

.menukop {
	font-size:				16px;
	font-weight:			bold;
	color:					#005d90;
}

.menuitem {
	font-size:				12px;
	font-weight:			bold;
	color:					#005d90;
	margin-left:			15px;
}

.kop {
	font-size:				16px;
	font-weight:			bold;
	color:					#005d90;
}