html, body {
	height:100%;
	max-height:100%;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #909f0a;
	scrollbar-face-color: #3b580a;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #909f0a;
	scrollbar-arrow-color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial;
	color:#3b580a;

	}
/*om de hele boel te centreren*/
#outer {
	margin: 0 auto;
	width: 800px;
	
		
}

#top {
	position: absolute;
	width:800px;
	height: 22px;
	background-image:url(../images/bg_top.gif);
	
		
	}
#head {
position: absolute;
	width:800px;
	height: 150px;
	top: 22px;
	background-image:url(../images/bg_main800.gif);

}	

#indexhead {
position: absolute;
	width:800px;
	height: 20px;
	top: 22px;
	background-image:url(../images/bg_main800.gif);}
	
#welkomaantafel {
	position: absolute;
	width: 550px;
	top: 18px;
	left: 35px;
	height: 80px;
	line-height: 120%;
	letter-spacing: 0.2em;
	font-variant: small-caps;
	z-index: 5;
	font-size: 36pt;
}

 /*NAVIGATIE */
	
#nav {
	position: absolute;
	display: block;
	width:125px;
	height: 150px;
	top: 3px;
	
	right: 30px;
	font-size: 10pt;
	letter-spacing:0.05em;
	font-variant: small-caps;
	text-align: right;
	line-height: 100%;	
	z-index: 6;
	}

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
	
			
}

#nav li{
	display: block;
	
}

#nav a, #nav a:visited	{
	
	color: #3b580a;	
	text-decoration: none;
	
}

#nav a:hover {
	color: #DA251C;
	text-decoration: none;
	
	
	}
#nav a.selected:visited {

	color: #DA251C;
	text-decoration: none;
		
 }
	



/*einde navigatie*/

/*de inhoud*/
/*de buitenste heeft als inhoud #tekstveld of #menukaart, #foto en #footer*/	
#content {
	position: absolute;
	width:800px;
	margin-top: 135px;
	background-image:url(../images/bg_main800.gif);
	background-repeat: repeat;
	z-index: 2;
}

#indexcontent {
	position: absolute;
	width:800px;
	margin-top: 35px;
	background-image:url(../images/bg_main800.gif);
	background-repeat: repeat;
	z-index: 2;
	
}

#tekstveld {
	
	margin:1em auto 1em 40px; 
	width: 400px;	
		
	}
#menukaart {
	
	margin:1em auto 1em 40px; 
	width: 400px;
	text-align: center;	
		
	}	
#indexfoto{
margin-left: 12px;}
#foto {
position: absolute;
margin-top: 1em;
width: 300px;
height: 300px;
left: 464px;
text-align: center;
font-size: large;
font-style: italic;
letter-spacing: 0.1em;
font-variant: small-caps;}

/*de footer*/

#footer {
	position: relative;
	background: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	margin-top: 1em;
	clear: both;
	width:800px;
	height: 60px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-indent: 40px;
		
}
#footer a 	{
	color: #3b580a;	
	text-decoration: underline;	}
#footer a:link, a:visited, a:active 	{
	color: #3b580a;	
	text-decoration: underline;}
#footer a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #3b580a;	}
.ster {color: #DA251C;}
#copyright {
	position: relative;	
	top: 9px;
	font-size: 10px;
	text-align:left;
	font-weight:100;
	letter-spacing: 0.1em;}

