html, body {
	height: 100%;
	width: 100%;
	margin: auto;
	font-family: tahoma, arial, sans-serif;
	overflow: hidden;
	scrollbar-3dlight-color: #F6F6F6;
	scrollbar-arrow-color: #555;
	scrollbar-base-color: #CCC;
	scrollbar-darkshadow-color: #666;
	scrollbar-face-color: #CCC;
	scrollbar-highlight-color: #DDD;
	scrollbar-shadow-color: #999;
}

a {
	color: #666;
}
a:hover {
	color: #FFF;
}

div#all {
	width: 1004px;
	height: 590px;
	position: absolute;
	left: 50%;
	margin-left: -502px;
	top: 50%;
	margin-top: -295px;
}

div#header {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #666;
	width: 1004px;
	height: 115px;
}
div#header img#logo {
	position: absolute;
	top: 59px;
	left: 10px;
}
div#header img#dots {
	position: absolute;
	top: 8px;
	left: 9px;
}
div#header img#plaatjes {
	position: absolute;
	top: 13px;
	left: 500px;
}

div#topnav {
	position: absolute;
	top: 117px;
	left: 0px;
	background-color: #666;
	width: 1004px;
	height: 20px;
}
div#topnav h1 {
	position: absolute;
	right: 509px;
	top: 0px;
	color: #BBB;
	margin: 0px;
	font-size: 0.7em;
	line-height: 19px;
}
div#topnav ul {
	position: absolute;
	left: 509px;
	top: 0px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div#topnav ul li {
	float: left;
	font-size: 0.7em;
	line-height: 19px;
	margin: 0px;
	padding: 0px;
	margin-right: 15px;
}
div#topnav ul a {
	color: #EEE;
	font-weight: bold;
	text-decoration: none;
}
div#topnav ul a:hover {
	color: #BBB;
}

div#foto {
	position: absolute;
	top: 139px;
	left: 0px;
	width: 501px;
	height: 429px;
	background-position: left top;
	background-repeat: no-repeat;
}

div#content {
	background-color: #CCC;
	position: absolute;
	top: 139px;
	right: 0px;
	width: 501px;
	height: 429px;
	overflow: auto;
}
div#contentContainer {
	margin: 5px 10px 5px 10px;
	font-size: 0.7em;
	line-height: 1.4em;
	color: #444;
}

div#leftnav {
	background-color: #999;
	position: absolute;
	bottom: 22px;
	left: 0px;
	width: auto;
	height: auto;
	border-style: solid;
	padding-right: 10px;
	border-color: #FFF;
	border-width: 2px 2px 0px 0px;
}
div#leftnav ul {
	list-style: square;
	color: #FFF;
	margin: 0px 0px 5px 20px;
	padding: 0px;
}
div#leftnav ul a {
	color: #EEE;
	font-weight: bold;
	text-decoration: none;
	font-size: 0.7em;
}
div#leftnav ul a:hover {
	color: #BBB;
}
	

div#footer {
	background-color: #666;
	position: absolute;
	top: 570px;
	left: 0px;
	width: 1004px;
	height: 20px;
}