@charset "utf-8";
body, html {
	height: 100%;
	width: 100%;
	margin: 0px;
	background-color: #6633ff;
}
#container {
	position: relative;
	height: 700px;
	width: 800px;
	margin: auto;
	text-align: left;
	vertical-align: top;
}
#kop {
	position: absolute;
	height: 70px;
	width: 800px;
	left: 0px;
	top: 0px;
	font-family: "Comic Sans MS";
	font-size: 36px;
	color: #ffccff;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	vertical-align: middle;
}
#leeg {
	position: absolute;
	height: 30px;
	width: 149px;
	left: 0px;
	top: 70px;
}
#navigatie {
	position: absolute;
	height: 30px;
	width: 651px;
	left: 149px;
	top: 70px;
	overflow: auto;
}
#content_pagina {
	text-align: center;
	vertical-align: top;
	position: absolute;
	height: auto;
	width: 800px;
	left: 0px;
	top: 140px;
	overflow: auto;
	font-family: "Comic Sans MS";
	font-size: 14px;
	color: #FFCCFF;
}
#kolom_links {
	position: absolute;
	height: 560px;
	width: 149px;
	left: 0px;
	top: 140px;
}
#copyright {
	font-family: "Comic Sans MS";
	font-size: 9px;
	font-style: italic;
	color: #FFFFFF;
	text-align: center;
	position: absolute;
	height: 10px;
	width: 149px;
	left: 0px;
	top: 550px;
	background-color: #FFFFFF;
}
#content_home {
	text-align: center;
	vertical-align: top;
	position: absolute;
	height: 560px;
	width: 651px;
	left: 149px;
	top: 140px;
	overflow: auto;
	padding: 5px;
	font-family: "Comic Sans MS";
	font-size: 14px;
	color: #ffccff;
}
.Kop_behandeling {
	color: #6633FF;
	font-weight: normal;
	background-color: #FFCCFF;
}
