body {
	background-color: #FFFFFF;
	background-image: url(/opmaak/afbeeldingen/ges_achtergrond.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	color: white;
	font-family: sans-serif;
	width: 898px;
	margin: auto;
}

a, a:hover {
	color: #dddddd;
}

a:hover {
	text-decoration: underline;
}

#menubalk {
	background-image: url(/opmaak/afbeeldingen/transparante_pixel.png);

	width: 814px;
	height: 34px;
	padding-left: 80px;

	margin: 40px auto auto auto;

	color: white;
}

#kader {
	width: 455px;
	height: 620px;
	margin: 10px auto 60px 30px;
	padding: 0 20px 10px 75px;

	font-size: 10pt;

	overflow: auto;
}

#quote {
	font-family: serif;
	color: gray;
	font-weight: bold;
	font-size: 13pt;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	width: 200px;
	padding: 10px;
	float: right;
	overflow: hidden;
	position: absolute;
	top: 60%;
	margin-left: 30px;
}

ul#navigatie {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#navigatie li {
	display: inline;
	list-style: none;
}

#navigatie li a {
	padding-left: 3px;
	padding-right: 3px;
	border-right: 1px solid #ffffff;
	color: black;
	text-decoration: none;
	font-size: 16px;
}

#navigatie li a:hover {
	text-decoration: underline;
	color: black;
}