body {background-color: #333333;font-family: Verdana,Arial,sans-serif; color: #ffffff;
scrollbar-face-color: #333333;
scrollbar-highlight-color: #cccccc;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #666666;
scrollbar-shadow-color: #212121;
scrollbar-arrow-color: #dddddd;
scrollbar-track-color: #c0c0c0;
font-size:12px;
line-height: 150%;
text-align:center;
}
#container {
width: 1000px;
text-align: left;
margin: 0px auto;
padding: 0px;
position: relative;
}
#overzicht {
position: relative;
top:80px;
left: 120px;
text-align:left;
width: 860px;
border: none;
z-index:1;
}
#txtblok {
position: relative;
top:80px;
left: 205px;
text-align:left;
width: 600px;
border: none;
z-index:1;
}
div#panolijst{
	margin: 0px 0px 0px 80px;
	padding: 0px;
	width: 680px;
}
#fototxt {
	text-align:left;
position:absolute;top:0px;left:690px;width:200px;height:200px;overflow: hidden;	
color: #ffffff;
}
#fotovlak {
background-color: #434343;padding:5px;text-align:center;vertical-align: middle;width:600px;height:425px;position:absolute;top:0px;left:70px;
}

#fotorij {
margin:0px;
padding:0px;
position:absolute;top:500px;left:0px;
}

.top {
color: #666666;
font-size: 9px;
}

td {
	vertical-align:top;
}

td,p,li,a {
font-size:12px;
line-height: 150%;
color: #ffffff;
font-family: Verdana,Arial,sans-serif;
}

h1 {
color:#92949a;
letter-spacing: 0.03em;
font-size: 24px;
position: absolute;
left: 205px;
font-weight: normal;
top: 10px;
margin:0px;
padding:0px;
line-height: 32px;
font-weight:bold;
}

.tekst_h1 {
color:#92949a;
left:0px;
top: 00px;
letter-spacing: 0.03em;
font-size: 18px;
font-weight: normal;
margin:0px;
padding:0px;
font-weight:bold;
position:relative;
}

.tekst_h2 {
color:#92949a;
left:0px;
top: 0px;
letter-spacing: 0.03em;
font-size: 15px;
font-weight: normal;
margin:0px;
padding:0px;
font-weight:bold;
position:relative;
}

h2{
color:#666666;
letter-spacing: 0.01em;
font-size: 12px;
position: absolute;
left: 205px;
font-weight: normal;
top: 40px;
margin:0px;
padding:0px;
}
h3{
color:#ffffff;
letter-spacing: 0.01em;
font-size: 12px;
font-weight: bold;
margin:0px;
padding:0px;
}

h4 {
color:#92949a;
letter-spacing: 0.03em;
font-size: 24px;
position: absolute;
left: 205px;
font-weight: normal;
top: 10px;
margin:0px;
padding:0px;
line-height: 32px;
font-weight:bold;
}

h5, .topmenu {
color:#666666;
letter-spacing: 0.01em;
font-size: 8px;
position: absolute;
left: 205px;
font-weight: normal;
top: 40px;
margin:0px;
padding:0px;
}

#galerij {
position: absolute;
top:80px;
left: 195px;
text-align:center;
}

#sitemap {
position: absolute;
top:750px;
left: 995px;
text-align:right;
}


#bovengalerij {
position: absolute;
top:80px;
left: 195px;
}

#slide {
position: absolute;
top:80px;
left: 195px;
}

ul.fotorij{
	margin:0px;
	padding:0px;
	list-style-type:none;
	}
	ul.fotorij li {
	float: left;
	margin: 25px 9px 0px 0px; padding: 0;
	text-align: center;
	line-height:65px;
	height: 65px;
	border: 1px solid #666666;
	display: inline; /*--Gimp Fix aka IE6 Fix--*/
	vertical-align:middle;

}
ul.fotorij li a.thumb {
	width: 65px;
	height: 65px;
	padding: 0px;
	border: none;
	cursor: pointer;
	
}
ul.fotorij li span { /*--Used to crop image--*/
	width: 65px;
	height: 65px; 
	overflow:hidden;
	display: block;
	border: none;
	float:left;
}
ul.fotorij img {
	border: none;
}

ul.fotorij li a {text-decoration: none; color: #666666; display: block;}

img.terug {
	margin-right: 15px;
}
img.verder {
	margin-left: 15px;
}
#terughtml {
position:absolute;top:210px;left:0px;
}
#verderhtml{
 position:absolute;top:210px;left:710px;
}
/* deze pics doet niets? staat ook in slide; of wordt hij nog buiten index gebruikt? 
.pics { height: 600px; width: 900px; padding:0; margin:0; overflow: hidden }
*/

#nav, #nav ul { /* all lists */
	width: 400px;
	padding: 0;
	margin-left: 100px;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 100px;
}

#nav li { /* all list items */
	float: left;
	width: 100px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #f1fafa;
	width: 100px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

