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

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

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

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

img {
	border:					none;
}

a {
	text-decoration:		none;
	color:					#d14500;
}

a:visited {
	text-decoration:		none;
	color:					#d14500;
}

.centreer {
	position:				absolute;
	left:					50%;
	margin-left:			-523px;
	width:					1045px;
	height:					100%;
	min-height:				100%;
	top:					0px;
}

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

.subhead {
	background:				url("../images/subhead.jpg") no-repeat;
	height:					16px;
	width:					1045px;
}
.menu {
	height:					100%;
	min-height:				100%;
	width:					222px;
	float:					left;
	margin-left:			10px;
}

.content {
	height:					100%;
	min-height:				100%;
	width:					813px;
	float:					left;
}

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

.menuitem {
	font-size:				12px;
	font-weight:			bold;
	color:					#d3d3d3;
}

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

.link {
	font-size:				11px;
	background-color:		#545454;
	width:					200px;			
	margin-top:				2px;
	letter-spacing:			2px;
	text-align:				center;
}