body {
	margin:			0px;
	padding:			0px;
	text-align:			center;
	background-color:		#fff1c5;
	overflow-y: 			auto;
	overflow:			auto;
	scrollbar-arrow-color:	#1f497d;
	scrollbar-face-color:	#fff1c5;
	scrollbar-highlight-color:	#b9d987;
	scrollbar-3dlight-color:	#b9d987;
	scrollbar-shadow-color:	#b9d987;
	scrollbar-darkshadow-color:	#b9d987;
	scrollbar-track-color:	#b9d987;
}

h1, p, ul, li {
	background-color:		#b9d987;
	font-family: arial, "lucida console", sans-serif
}

h1 { 
	color: #1f497d;
	font-weight: 700;
	letter-spacing: 0.1em;
	font-size: 14px;
	text-align: left 
}

p, ul, li { 
	font-size: 12px;
	font-weight: 400;
	text-align: left 
}

a:link{
color: #000000;
font-size: 11px;
font-family: arial, "lucida console", sans-serif;
font-weight: 400;
letter-spacing: 0.1em;
text-decoration: none;
font-weight: bold;
}

a:visited{
color: #000000;
font-size: 11px;
font-family: arial, "lucida console", sans-serif;
font-weight: 400;
letter-spacing: 0.1em;
text-decoration: none;
font-weight: bold;
}

a:hover{
color: #436e34;
font-size: 11px;
font-family: arial, "lucida console", sans-serif;
font-weight: 400;
letter-spacing: 0.1em;
text-decoration: underline;
font-weight: bold;
}

a:active{
color: #000000;
font-size: 11px;
font-family: arial, "lucida console", sans-serif;
font-weight: 400;
letter-spacing: 0.1em;
text-decoration: none;
font-weight: bold;
} 

#menu {
	position:			absolute;
	top:				50%;
	left:				50%;
	margin:			100px 0px 0px -346px;
	width:				224px;
	height:			175px;
	text-align:			right;
	z-index:			1;
}

#foto_knts {
	position:			absolute;
	top:				50%;
	left:				50%;
	margin:			-275px 0px 0px -480px;
	width:				359px;
	height:			275px;
	background-image:		url("images/foto_knts.jpg");
	background-repeat:		no-repeat;
	z-index:			1;
}

#logo_knts {
	position:			absolute;
	top:				50%;
	left:				50%;
	margin:			10px 0px 0px -460px;
	width:				319px;
	height:			66px;
	background-image:  		url("images/logo_knts.gif");
	background-repeat: 		no-repeat;
	z-index:			1;
}

#logo_scherm {
	position:			absolute;
	top:				50%;
	left:				50%;
	margin:			185px 0px 0px -480px;
	width:				131px;
	height:			90px;
	background-image:		url("images/logo_scherm.gif");
	background-repeat:		no-repeat;
	z-index:			1;
}

#groenblok {
	position:			absolute;
	top:				50%;
	left:				50%;
	margin:			-275px 0px 0px -100px;
	width:				580px;
	height:			483px;
	background-color:		#b9d987;
	z-index:			1
}

#groenfoto {
	position:			absolute;
	top:				50%;
	left:				50%;
	margin:			208px 0px 0px -100px;
	width:				580px;
	height:			67px;
	background-color:		#b9d987;
	background-image:		url("images/fotos.gif");
	background-repeat:		no-repeat;
	z-index:			1;
}

#hoofdblok {
	position:			absolute;
	top:				50%;
	left:				50%;
	margin:			-265px 0px 0px -90px;
	width:				560px;
	height:			463px;
	text-align:			left;
	overflow:			auto;
	z-index:			2
}


