html, body {
	height:100%;
	max-height:100%;
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-y;
	scrollbar-face-color: #7e2db0;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #7e2db0;
	scrollbar-arrow-color: #ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 62.5%;
	background-position: center;
	}
html {overflow-y: scroll;}
/*om de hele boel te centreren*/
#outer {
	margin: 0 auto;
	height: 100%;
	width: 800px;	
}

#header_eng {
	position:absolute;
	width: 800px;
	height: 80px;
	background-image:url(../images/header_eng.gif);
	background-repeat: no-repeat;
	background-position: center;
	}
#header_ned {
	position:absolute;
	width: 800px;
	height: 80px;
	background-image:url(../images/header_ned.gif);
	background-repeat: no-repeat;
	background-position: center;
	}

/* NAVIGATIE */
	
#nav {
	position: absolute;
	width: 800px;
	text-align: center;
	top: 80px;
	margin-top:0;
	height: 45px;
	background-image:url(../images/bg_nav.gif);
	background-repeat: no-repeat;
	font-size: 2em;
	
	}
	

#nav ul {
	padding: 0;
	margin-top: 13px;
	list-style-type: none;
			
}

#nav li{
	display: inline;
	margin: auto 14px;
	letter-spacing: 0.1em;
	
}

#nav a, #nav a:visited, #nav a:active	{
	
	color: #7e2db0;
	text-decoration: none;
	
	
}

#nav a:hover {
	color: #7e2db0;
	text-decoration: none;
	border-bottom: 2px solid #467837;
	}
#nav a.selected {

	color: #7e2db0;	
	text-decoration: none;
	border-bottom: 2px solid #467837;

 }

/*einde navigatie*/

/*de inhoud*/
/*de buitenste heeft als inhoud #tekstveld en #footer*/	
#content {
	position: absolute;
	width:800px;
	margin-top: 125px;
	
	
	}
	
#tekstveld {
	position: relative;
	left: 140px;
	margin-top: 1em;
	width: 520px;
	margin-bottom: 20px;
		
	}

/*de footer*/

#footer {
	position: relative;
	clear: both;
	width:800px;
	height: 20px;	
	text-align: center;	
	font-size: 1.4em;	
	
}
#footer a:link, a:visited, a:active
	{text-decoration: underline; color: #333333;}
	
#footer a:hover 
	{color: #fff; background-color:#467837; text-decoration: none;}
