html{
	overflow:hidden;
}
body{
	overflow:hidden;
	text-align:center;
	margin:30px 0 30px 10px;
	font-family:arial;
	font-size:14px;
	color:#0234cb;
	scrollbar-face-color: #ffffff;
	scrollbar-arrow-color: #ff9933;
	scrollbar-track-color: #ffffff;
	scrollbar-shadow-color:#ff9933;
	scrollbar-highlight-color:#ff9933;
	scrollbar-3dlight-color:#ff9933;
	scrollbar-darkshadow-Color: #0033cc;
}

h1{
	clear:both;
	font-weight:100;
	font-size:35px;
}

h2{
	clear:both;
	font-weight:100;
}

h3{
	font-size:11px;
	font-weight:100;
}

div.header{
	width:1010px;
	height:71px;
	background:url(images/background_header.jpg) left repeat-y;
	margin:0 auto;
	overflow:auto;
}

div.wrapper{
	width:1010px;
	height:450px;
	background:url(images/background_content.jpg) left repeat-y;
	margin:0 auto;
	overflow:hidden;
}

div.inhoud{
	height:400px;
	margin:20px 40px 10px 10px;
	padding:0 20px;
	text-align:left;
	overflow:auto;
}

div.footer{
	display:block;
	width:1010px;
	height:22px;
	background:url(images/background_footer.jpg) left repeat-y;
	margin:0 auto;
	overflow:auto;
}

