html, body {
	height:100%;
	max-height:100%;
	margin: 0;
	padding: 0;
	border: 0;

	scrollbar-face-color: #191211;
	scrollbar-shadow-color: #dee1e0;
	scrollbar-highlight-color: #dee1e0;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #191211;
	scrollbar-arrow-color: #dee1e0;
	font-family:"Trebuchet MS", Verdana, Arial;
	color:#dee1e0;
	font-size: 62.5%;
	background-color: #191211;
	}
html {overflow-y: scroll;}
/*om de hele boel te centreren*/
#outer {
	margin: 0 auto;
	height: 100%;
	width: 800px;	
}


#header {
	position:absolute;
	width: 800px;
	height: 160px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: right top;	
	
	
	}
#header h1 {font-size: 7em;
			font-style: italic;
			font-weight: bold;
			margin: 5px auto 5px auto;}
#header h3 {
			font-size: 3em;
			margin-top: 5px;
			letter-spacing: 0.5em;}



/* NAVIGATIE */
	
#nav {
	position: relative;
	width: 780px;	
	top: 20px;
	margin-top:0;
	height: 30px;
	
	
	}
	

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

#nav li{
	display: inline;
	margin: 0 2em 0 0;
	letter-spacing: 0.1em;
	font-size: 3em;
	
}

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

#nav a:hover {
	color: #d7381e;
	text-decoration: underline;
	
	}
#nav a.selected {

	color: #d7381e;	
	text-decoration: underline;
	

 }

/*einde navigatie*/

/*de inhoud*/
/*de buitenste heeft als inhoud #tekstveld en #footer*/	
#content {
	position: absolute;
	width:800px;
	margin-top: 150px;
	font-size: 1.8em;
	
	}
	
#tekstveld {
	position: relative;
	margin-top: 1em;
	width: 800px;
	
	
	
		
	}

/*de footer*/

#footer {
	position: relative;
	margin-top: 20px;
	clear: both;
	width:800px;
	height: 20px;	
	text-align: left;	
	text-indent: 0.1em;
	color: #dee1e0;
	font-size: 0.9em;
	border-top-style: solid; 
	padding-top: 1em;
	border-top-width: 0.01em;	  	   
	border-top-color: #dee1e0;
	
}
#footer a:link, a:visited, a:active 
	{text-decoration: none; color: #dee1e0;}
	
#footer a:hover 
	{color: #dee1e0; text-decoration: underline;}


