@charset "utf-8";
body {
	font-family: "Lucida Sans Unicode";
	font-size: 12px;
	line-height: 150%;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#menuknoppen {
	font-family: "Lucida Sans Unicode";
	font-size: 10px;
	text-align: center;
	float: left;
	height: 20px;
	width: 150px;
	color: #FFFFFF;
	background-color: #FA9507;
}
#container #menuknoppen a {
	color: #FFFFFF;
	text-decoration: none;
}
#centrum {
	font-family: "Lucida Sans Unicode";
	font-size: 12px;
	color: #FFFFFF;
	background-color: #61594E;
	float: left;
	height: auto;
	width: 900px;
}

#container {
	font-family: "Lucida Sans Unicode";
	width: 900px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	color: #61594E;
	background-color: #61594E;
	height: auto;
	min-height: 600px;
}
#header {
	font-family: "Lucida Sans Unicode";
	float: left;
	height: 96px;
	width: 900px;
	color: #FFFFFF;
	text-align: center;
	background-color: #FA9507;
}
#container #centrum a {
	color: #FFFFFF;
}
#container #centrum a {
	text-decoration: none;
}
