html, body {
	height:100%;
	max-height:100%;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #7fcdf3;
	scrollbar-face-color: #fff;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #333;
	scrollbar-darkshadow-color: #333;
	scrollbar-track-color: #7fcdf3;
	scrollbar-arrow-color: #166e99;
	color:#333;
	font-size: 85%;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	}
html {overflow-y: scroll;}
/*om de hele boel te centreren*/
#outer {
	margin: 0 auto;
	height: 100%;
	width: 800px;

	
	
		
}

#head {
	position: absolute;
	width:800px;
	top: 0;
	height: 237px;
	background-image:url(../images/header2011.jpg);
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
		
	}

/* NAVIGATIE */
	
#nav {
	position: absolute;
	width: 790px;
	margin-top: 208px;
	height: 40px;
	font-size: 1.1em;
	}
	


#nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: right;
			
}

#nav li{
	display: inline;
	margin-left: 18px;
	padding: 6px 0px 0px 0px;
	letter-spacing: 0.1em;
	
}

#nav a, #nav a:visited	{
	
	color: #fff;
	text-decoration: none;
	padding: 0 0 0 0.9em;
}

#nav a:hover {
	color: #fff;
	text-decoration: underline;
	padding: 0 0 0 0.9em;
	
	}
#nav a.selected {

	color: #fff;
	text-decoration: underline;
	padding: 0 0 0 0.9em;
	
 }
	


/*einde navigatie*/

/*de inhoud*/
/*de buitenste heeft als inhoud #tekstveld en #footer*/	
#content {
	position: absolute;
	width:800px;
	margin-top: 237px;
	background-color: #FFFFFF;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	
	}
	
#tekstveld {
	position: relative;
	left: 20px;
	margin-top: 1em;
	width: 760px;
	background-color: #fff;
	margin-bottom: 40px;			
	}

#kolomrechts {float:right; width: 300px; padding: 10px; border: 1px dashed #ccc; background-color: #d3edf8;}



#copyright {
	position: absolute;
	width:140px;
	clear: both;
	font-size: 0.9em;
	background-color: fff;
	color: #333;
	bottom: 40px;
	left: 650px;
	
}
#copyright a {
	color: #333;	
	text-decoration: none;
}
#copyright a:link, a:visited, a:active {
	color: #333;	
	text-decoration: none;
}
#copyright a:hover {
	color: #333;	
	text-decoration: underline;
}
/*de footer*/

#footer {
	position: relative;
	clear: both;
	width:800px;
	height: 40px;
	text-align: center;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	background-color: #109925;
	color: #fff;
}
#footer p {
padding-top: 15px;}

#footer a 	{
	color: #fff;	
	text-decoration: underline;
	
		}
#footer a:link, a:visited, a:active 	{
	
	color: #fff;	
	text-decoration: underline;
	
}

#footer a:hover {
	text-decoration: none;
	
	}

