#main {
	position:relative;
	width:850px;
	height:1200px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	top: 20px;
}
body {
	background-color: #5F007F;
}
#menu {
	position:absolute;
	left:0px;
	top:0px;
	width:150px;
	height:1200px;
	z-index:5;
	background-color: #000000;
}
#linken {
	position:absolute;
	left:10px;
	top:200px;
	width:125px;
	height:300px;
	z-index:1;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#linken li {
	list-style-type: none;
	margin-left: -20px;
	padding-bottom: 10px;
}
#linken a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#linken a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#linken a:hover {
	color: #9500C8;
}
.active {color: #00BFFF}
#header {
	position:absolute;
	left:150px;
	width:700px;
	height:150px;
	z-index:2;
	background-color: #000000;
	top: 0px;
}
#tekst {
	position:absolute;
	left:180px;
	top:200px;
	width:305px;
	height:750px;
	z-index:3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
	line-height: 17px;
}
#hormenu {
	position:absolute;
	left:-150px;
	top:-30px;
	width:820px;
	height:50px;
	z-index:2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#hormenu li {
	list-style-type: none;
	display: inline;
	margin-left: -25px;
	padding-right: 155px;
}
#hormenu a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#hormenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#hormenu a:hover {
	color: #00BFFF;
}
#balkblauw img {
	margin-top: 25px;
	margin-left: 25px;
}

