* {
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #ccccff;
	overflow: hidden;
}
html {
	overflow: hidden;
}
h1 {
	display: none;
}
h2 {
	display: none;
}
div#page {
	position: absolute;
	left: 0%;
}
.logo5 {
	position: absolute;
	top: 4%;
	left: 4%;
}
div#afbeeldingen {
	position: absolute;
	top: 38.5%;
	left: 6%;
}
div#afbeeldingen img {
	/*margin-top: -3px;*/
	margin-bottom: 0px;
	padding: 0px;
}
div#navigatie {
	height: 600px; width: 164px;
	border-right: solid 3px #fff;
	background-color: #55AE84;
	float: left;
	position: fixed;
}
a img{
	border: 0;
}
/*ul#navigatie_afbeeldingen {
	display: none;
}*/
div#spacer {
	border-right: solid 1px #993300;
}
div#blurthis {
	z-index: 1;
	position: absolute;
	top: 120px;
	margin-left: -10px;
	clear: both;
}
div#blurthis a {
	color: #fff;
}
div#main {
	height:700px; width:614px;
	border-left: solid 2px #3300CC;
	float: right;
	position: fixed;
	left: 166px;
}

