/* het verspringen in firefox tegengaan door de scrollbar reeds toe te voegen */ 
html {height:100%}
body {min-height:101%}
/* einde scrollbar - - - - - - - - - - - */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	background: #000;
}
h2 {
	font-size: 18px;
	color: #292929;
}
#container {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 902px;
	height: 688px;
	margin-top: -344px; /* de helft v/d hoogte */
	margin-left: -450px; /* de helft v/d breedte */
	background-color: #000;

}
#header {
	 height: 60px;
	background: #000;
	color: #EEE;
}

#content{
	width:900px;
	float: left;
	height:607px; 
	overflow: hidden;
	}

#inhoud{
	width: 878px;
	height: 584px;
	border: 1px solid #202020;
	padding: 10px;
	line-height:18px;
	
}
#inhoud1{
	width: 190px;
	height: 560px;
	border: 1px solid #202020;
	padding: 10px;
	float: left;
	color: #869986;
	
}
#inhoud2{
	width: 190px;
	height: 560px;
	border: 1px solid #202020;
	padding: 10px;
	margin-left: 10px;
	float: left;
	color: #869986;
}
#inhoud3{
	width: 190px;
	height: 560px;
	border: 1px solid #202020;
	padding: 10px;
	margin-left: 10px;
	float: left;
	color: #869986;
	
}
#inhoud4{
	width: 190px;
	height: 560px;
	border: 1px solid #202020;
	padding: 10px;
	margin-left: 10px;
	float: left;
	color: #869986;
	overflow: auto;
}						
#footer {
	background: #000; 
	clear: both;
	color: #4D6262;
	text-align: center;
	padding-top: 5px;
	border: 1px solid #202020;
	height: 15px;
	width: 898px;
}
#footergallery {
	background: #000; 
	clear: both;
	color: #4D6262;
	text-align: center;
	padding-top: 5px;
	border: 1px solid #202020;
	height: 15px;
	width: 880px;
	margin: 0 auto;
}
a:link, a:visited {color: #595441;}
a {text-decoration: underline;}
a:hover {position: relative; color: #5E80C2;}
a span {display: none;}
a:hover span {display: block; position: absolute; top: 10px; left: 0; width: 175px;
/* formatting only styles */
padding: 5px; margin-top: 10px; z-index: 100;
background: #eee; border: 1px solid #202020;
opacity: 0.9;
text-decoration: none;
color: #000;
/* end formatting */
}
.imgborder{
	border: 3px double #202020;
}
.nadruk{ color: #c00;
	}
