@charset "utf-8";
#container {
	background-image: url(../images/main.jpg);
	background-repeat: no-repeat;
	background-position: right 100px;
	height: 700px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}
#container #header {
	background-image: url(../images/bannerhk.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 970px;
}
#container #content {
	height: 575px;
	width: 970px;
}
#container #content #menu {
	height: 575px;
	width: 150px;
	float: left;
}
#container #content #inhoud {
	float: left;
	height: 545px;
	width: 790px;
	overflow: auto;
	padding: 15px;
	text-align: left;
	font-size: 14px;
}
h1 {
	font-size: 24px;
	color: #ff9900;
	text-align: center;
}
#container #footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 970px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009933;
	background-color: #ffffcc;
}
.centreren {
	text-align: center;
}
h2 {
	font-size: 16px;
	color: #009933;
}

