html, body {
	height:100%;
	max-height:100%;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #008349;
	scrollbar-face-color: #008349;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #B9C5D3;
	scrollbar-arrow-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color:#008349;
	background-image: url(../images/gras.jpg);
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	}
/*om de hele boel te centreren*/

 /*NAVIGATIE */
	
#nav {
	position: absolute;
	font-family: "Times New Roman", Times, serif;
	display: block;
	width:176px;
	height: 88px;
	top: 100px;
	left: 170px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-transform: capitalize;
	}

#nav ul {
	padding: 0;
	margin: 0;
	display: block;
}

#nav li{
	display: block;
	padding-top:4px;
}
#nav a, #nav a:visited	{
	color: #008349;	
	text-decoration: none;
}
#nav a:hover {
	color: #008349;
	text-decoration: underline;
	}
#nav a.selected:visited {
	color: #008349;
	text-decoration: underline;
 }

#outer {
	margin: 0 auto;
	width: 799px;
	height: 225px;
	border-left: 1px solid #008349;
	border-right: 1px solid #008349;
	background-color:#FFFFFF;
}

#head {
	position: absolute;
	width:799px;
	height: 225px;
	background-image:url(../images/bg_head.jpg);
	}
/*de inhoud*/
/*de buitenste heeft als inhoud #tekstveld en #footer*/	
#content {
margin: 0 auto;
	position: absolute;
	width:799px;
	margin-top: 225px;
	background-color:#FFFFFF;
	}
	
#tekstveld {
	margin:1em 20px 1em 40px; 
		
	}


#kader {
	padding:20px; 
	border: 1px dashed #ffde00;
	font-size:large;
	font-style:italic;
	letter-spacing:0.05;
		
	}

/*de footer*/

#footer {
	position: relative;
	padding-top:10px;
	clear: both;
	width:799px;
	height: 22px;
	font-size: 11px;
	text-align:center;	
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;		
}
#footer a, #copyright a	{
	color: #008349;	
	text-decoration: underline;
	}
#footer a:link, #footer a:visited, #footer a:active, #copyright a:link, #copyright a:visited, #copyright a:active 	{
	color: #008349;	
	text-decoration: underline;
}
#footer a:hover, #copyright a:hover {
	text-decoration: none;
	color: #ffde00;
	background-color: #008349;
}

#copyright {
	position: relative;
	top: 10px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 10px;
	left: 40px;
	font-weight:100;
	letter-spacing: 0em;
}
	

	
