#banner {
	position:absolute;
	left:100px;
	top:0px;
	width:625px;
	height:100px;
	z-index:1;
}
#menu {
	position:absolute;
	left:100px;
	top:100px;
	width:104px;
	height:1900px;
	z-index:2;
	padding: 10px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: 1;
	border-left-style: 1;
	border-top-color: #666666;
	border-left-color: #666666;
}
#inhoud {
	position:absolute;
	left:227px;
	top:100px;
	width:652px;
	height:1900px;
	z-index:3;
	padding: 10px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: 1;
	border-left-style: 1;
	border-top-color: #999999;
	border-left-color: #999999;
}
.koptekst {
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	padding-left: 10px;
}
body {
	background-color: #FFFF99;
}

