HTML, BODY {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
BODY {
	background-color: #FFFFFF;
	font-family: tahoma, verdana, arial;
	font-size: 12px;
	font-weight: normal;
	background-image: url(../images/bck.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#container {
	margin: 0px auto 0px auto;
	padding: 0px;
	height: 100%;
	min-height: 100%;
	width:900px;
	background-color:#C7D3E2;
	
}
HTML > BODY #container {
	height: auto;
	border-bottom: 1px solid #293E54;
}
#container #header {

}
#container #content {
	padding: 15px 36px 15px 36px;
	background-image:url(../images/bck_vanhees.jpg);
	background-repeat:no-repeat;
}
#container #footer {

}
#container #content #menu {
	float:left;
	margin-right: 10px;
	width: 200px;
}

#container #content #content_body {
	float:left;
	width:610px;
}
#container #content #content_body IMG {
	margin: 5px 0px 10px 20px;
}
#navigatie {
	width: 175px;
	float: left;
	margin-right:30px;
}

#navigatie UL {
	list-style-type: none;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
}

#navigatie UL A:LINK, #navigatie UL A:VISITED {
	font-weight: bold;
	display: block;
	color: #ffffff;
	text-decoration: none;
	height: 100%;
	padding: 6px 2px 6px 15px;
	border-bottom:1px solid #C7D3E2;
	background-color: #537BAC;
}

#navigatie UL A:HOVER {
	color: #C7D3E2;
}

#navigatie UL UL A:LINK, #navigatie UL UL A:VISITED {
	padding-left: 30px;
	background-color: #537BAC;
}

#navigatie UL UL UL A:LINK, #navigatie UL UL UL A:VISITED {
	padding-left: 45px;
	background-color: #537BAC;
}
H1 {
	color:#293E54;
	font-size:18px;
}
H2 {
	color:#293E54;
	font-size:14px;
}
H3 {
	color:#293E54;
	font-size:12px;
}
tr {
	color:#293E54;
	font-size:12px;
	text-align:left;
}