html, body {
	height:100%;
	max-height:100%;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #2b860d;
	scrollbar-face-color: #fff;
	scrollbar-shadow-color: #98C95C;
	scrollbar-highlight-color: #98C95C;
	scrollbar-3dlight-color: #fff;
	scrollbar-darkshadow-color: #cccccc;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #2b860d;
	font-family: "Times New Roman", Times, serif;
	font-size:11pt;
	letter-spacing: 0.05em;
	color:#333333;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-y;
	background-position: center;
	z-index: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #outer selector */
	}
/*om de hele boel te centreren*/
#outer {
	margin: 0 auto;
	height: 100%;
	width: 800px;
	z-index: 1;
	text-align:left;

	
}
#head {
	position: absolute;
	width: 800px;
	height: 100px;
	z-index:2;
	/* [disabled]background-image: url(../images/head.gif); */
	/* [disabled]background-repeat: no-repeat; */
	/* [disabled]background-position: center; */
	}
#head h1 {
	margin-top:30px;
	color: #334818;
	font-size:3em;
	/* [disabled]margin-left: 15px; */
	text-align:center;
	letter-spacing: 0.2em;
}

/* NAVIGATIE */
#nav {
	position: absolute;
	display: block;
	width:200px;
	top: 120px;
	left: 15px;
	font-size: 13pt;
	letter-spacing: 0.1em;
		
	}
#nav ul {
	display: block;
	padding: 0;
	margin: 0 0 0 2px;
	list-style-type: none;	
	}
#nav li{
	display:block; 
	padding-right: 5px; 
	padding-top: 5px; 
	font-size: 12pt;
	}


#nav a, #nav a:visited, #nav a:active	{
	display: block;
	color:#334818;
	padding: 0.3em;
	text-decoration: none;
	
}
 #nav a:hover {
	color: #334818;	
	font-weight:900;
}


/*deze is voor IE7 FF en Opera*/
#nav a.selected {
	font-weight:900;
	
 }
 /*deze is voor IE6*/
#nav a.selected:visited{
	font-weight:900;
			
 }

/*einde navigatie*/
/*de inhoud*/
/*de buitenste heeft als inhoud #tekstveld en #footer*/	
#content {
	position: absolute;
	width:600px;
	left: 225px;
	top: 120px;
	z-index: 2;
	visibility: visible;
	
	
	}
#tekstveld {
	position: relative;
	line-height:120%;
	
	width: 500px;
	left: 5px;
	z-index: 6;

}

/*de footer*/

#footer {
	position: relative;
	display:block;
	clear: both;
	width:100%;	
	height: 20px;
	text-align: center;
	font-size: 10pt;	
	letter-spacing: 0.01em;
	

}


#footer a 	{
	color:#333;
	text-decoration: none;
	
		}
#footer a:link, a:visited, a:active 	{
	
	color:#333;
	text-decoration: none;
	
}

#footer a:hover {
	
	
	}
	

