@charset "utf-8";
/* CSS Document */


html { overflow-y: scroll; }   /* zo wordt er altijd een scrollbar weergegeven en is de uitlijning altijd gelijk */
                               /* gaf problemen bij kortere bladzijden waar geen schuifbalk nodig is */
							   /* compatible voor FireFox en IE */

body { 
   background-color: #cccccc;
   font-family: sans-serif;   
   font-size: 12px;  
   }

h1 { 
  text-align: center; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #465616;
  font-style: oblique; }

h2 { 
  text-align: left; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #465616;  
  font-style: oblique; }

h3 { 
  text-align: left; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: oblique; }

.gradient {
	position: absolute;
	visibility: visible;
    background-color: #ff0000;
	background-image:url(../afbeeldingen/gradient_top.jpg);
	background-repeat:repeat-x;
	z-index: 0;
	height: 215px;
	width: 100%;
	left: 0px;
	top: 0px;
}
	
.banner {   
    position: relative;
	visibility: visible;
	border: 1px solid #000000;    
	z-index: 2;
	height: 140px;
	width: 800px;
	left: 10px;
	top: 10px; }

/* hyperlinks */   
.webmaster:link    { color: #000000;  	text-decoration: none; }
.webmaster:visited { color: #000000; 	text-decoration: none; }
.webmaster:hover   { color: #ffffff;    text-decoration: none; }

a:link    { color: #000000; }
a:visited { color: #000000; }
a:hover   {	color: #3c5b0b; }

/* data border */
.allaround {
	position: absolute; 	
	background-color: #ffffff;
	visibility: visible; 	
	z-index: 1; 		
	width: 820px;     
	top: 15px; 				
	left: 50%; 			
	margin-left: -400px; }
	
.menubalk {
	position: absolute; 	
	background-color: #ffffff;
	visibility: visible; 	
	z-index: 1; 		
	width: 790px;     
	top: 2px; 				
	left: 6px;
}

.home {
	position: relative; 	
	background-color: #ffffff;
	visibility: visible; 	
	z-index: 1; 		
	width: 800px;     
}	



.info {
	position: relative; 		  
	background-color: #dad8cc;
	border: 1px solid #000000;    	
	visibility: visible; 	
	z-index: 1; 			
	width: 800px; 		
	text-align: justify; 	
	margin-top: 20px; 	
	left: 10px; 	
	line-height: 20px; }
	
	
	
	


.banner_onder {
	position: relative; 
    background-color: #cccccc;
    font-family: sans-serif;   
    font-size: 10px;  	
	border: 1px solid #000000; 
	background-color: #88975f;
	visibility: visible; 	
	z-index: 1; 		
	width: 800px;  
	height: 16px;   
	text-align: center;
	line-height: 16px;
	top: 8px; 				
	left: 10px; 	
}





