html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(Images/layout/logoDeValck_verticaal.jpg);
	background-repeat: no-repeat;
	background-position: 0px 30px;
	background-attachment: fixed;
	font-family: Georgia, "Times New Roman", Times, serif;
}
div#omhulsel {
	width: 660px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 150px;
}
/*div#kop {
	width: 500px;
	height: 80px;
	margin-left: 90px;
	display: none;
}*/
div#linkerkolom {
	width: 160px;
	background-color: #ccffff;
	float: left;
}
div#rechterkolom {
	width: 180px;
	float: right;
	background-color: #996666;
	color: #ccffff;
	list-style-type: none;
	list-style-position: inside;
	z-index: 4;
}

div#rechterkolom ul{
	list-style-type: disc;
	margin-left: -20px;
	font-size: 0.8em;
}
div#middenkolom {
	margin-left: 165px;
	width: 495px;
	padding-right: 0em;
}
div#middenkolom .tekstkader {
	font-size: 1em;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
}
div#middenkolom .tekstkader_verborgen {
	display: none;
}

div#middenkolom .tekstkader ol li{
	list-style-position: inside;
	list-style-type: inherit;
}
div#middenkolom .voetkader {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: italic;
	line-height: normal;
	color: #333333;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #FFFFFF;
}

div#voet {
	clear: both;
	height: 220px;
}
div#zoekveld {
	display: none;
}

