/* CSS Document */

/* CSS Divs */
div.hoofddiv {
	position: relative;
	top: 15px;	
	margin: 0px auto;
	color: #000000; 
	width:900px; 
	z-index:4
	}

div.banner {
	position: relative; 
	overflow: hidden ; 
	height:200px;
	}

div.menulinks {
	position: relative;  
	float: left;	
	width: 195px;	
	padding:6px;
	margin:0px; 
	font-size:20px;
	font-family:"Times New Roman", Times, serif;  
	z-index:4;
	padding-top: 15px;
	padding-bottom: 15px;	
	border-top: solid;
	border-left: solid;
	overflow: none;
	background-color:#FFFFFF; 
	opacity:.60;
	filter: alpha(opacity=60); 
	-moz-opacity: 0.60;
	}



div.menuonder {
	position: absolute; 
	bottom:-15px;
	left:-3px;	
	right:0px;
	height: 15px;
	background: url(images/top_wide.png) no-repeat 0 0;

}


div.tekst {	
	position: relative;
	float:left; 
	margin: 0px;	
	width: 641px;
	border: solid #525252;
	min-height: 500px;
	padding:20px; 
	font-size:20px;
	font-family:"Times New Roman", Times, serif;  	
	z-index:3; 
	background-color:#FFFFFF; 	
	overflow: none;
	opacity:.80;
	filter: alpha(opacity=80); 
	-moz-opacity: 0.80;
	}


div.achtergrond {
	width:100%; 
	margin:0px; 
	padding:0px; 
	top:0px; 
	left:0px; 
	right:0px;
	z-index:1;
	position: fixed;
	background-color:#0000FF
	}

div.schaduwonder {
	position: absolute; 
	bottom:-10px;
	left:2px;	
	right:-8px;
	height: 7px;
	background: url(images/shadowunder.png);
}

div.schaduwrechts {
	position: absolute; 
	top: -105px;	
	bottom:-2px;
	left:684px;	
	width:7px;
	background: url(images/shadowrechts.png);
}

div.nav-menu {
	position: relative;
	}

div.spacer {
	clear: both;
	}

/* body kleur */
body {
margin: 0;
background: #8cb9e0;
width:100%;
}





/* Tekst en links */
h1 {display:block;font-weight: bold;font-size:24px;text-align:center;font-family:"Times New Roman", Times, serif; margin:20px}
span.tekst {font-weight: normal;font-size:18px;font-family:"Times New Roman", Times, serif}

a:link {color:#000099;font-weight:normal;font-size:20px;font-family:"Times New Roman", Times, serif}
a:visited { color:#000099;font-weight:normal;font-size:20px;font-family:"Times New Roman", Times, serif }
a:hover {color:#FF0000;font-weight:normal;font-size:20x;text-decoration:none;font-family:"Times New Roman", Times, serif}
a:active { color:#FF0000;font-weight:normal;font-size:20px;font-family:"Times New Roman", Times, serif }

blockquote{
color: #0c53ba;
border: 1px dotted #0c53ba;
background: #a3c8f4;
margin: 40px 40px 40px 40px;
padding: 5px;
} 




/* Navigatie menu */
#nav-menu ul { 
	list-style-type: none;
	padding: 0;
	margin: 0; 
	
	}


#nav-menu {
	width: 200px;
	border-color: #0e69be;
	border-size: 1px;
	border-width: 1px;

	}

#nav-menu li a:link, #nav-menu  li a:visited {
	background: url(images/v3.jpg);
	height: 24px;
	line-height: 16px;
	width: 190px;
	display: block;
	border-left: ridge;
	color: #000000;
	text-decoration: none;
	text-align: left;
	voice-family: "\"}\""; 
	voice-family: inherit;
	padding: 8px 0 0 4px;
	} 


#nav-menu li a:hover	{
	background: url(images/v3.jpg) 0 -32px;
	background-color: #000000;
	height: 24px;
	line-height: 16px;
	width: 190px;
	display: block;
	border-left: ridge;
	border-right: ridge;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	padding: 8px 0 0 4px;
	} 

#nav-menu li a:active	{
	background: url(images/v3.jpg) 0 -64px;
	background-color: #000000;
	height: 24px;
	line-height: 16px;
	width: 190px;
	display: block;
	border-left: ridge;
	border-right: ridge;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	padding: 8px 0 0 4px;
	} 


