html, body {
	margin: 0px;
	background-color: #006699;
}
p {
	color: white;
	font-size: 11pt;
}
h1 {
	color: white;
	font-size: 16pt;
	font-weight: bold;
	margin: 0.67em 0;
}
img {
	margin-right: 10px;
	margin-bottom: 2px;
}
#contentboven {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color:#666666;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#contentcenter {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0 auto;
	width: 1000px;
	text-align: center;
}
#content {
	position: absolute;
	top: 200px;
	left: 0px;
	width: 100%;
	margin: 0 auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 16pt;
	text-align: center;
	font-size: 11pt;
	color: #CCCCCC;
}
#contentcenter2 {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0 auto;
	width: 1000px;
	text-align:center;
}
#contentcenter3 {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0 auto;
	width: 1000px;
	text-align: justify;
}
#content2 {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 100%;
	margin: 0 auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 16pt;
	text-align: center;
}
ul {
	margin-top: 2;
}
#knoppenbalk li {
	display: inline;
	list-style-type: none;
	padding-right: 15px;
	color: white;
	font-size: 11pt;
}
a:link, a:visited {
	color: white;
}
a:hover, a:active {
	color: white;
	text-decoration: underline;
}
