html, body {
	height:100%;
	max-height:100%;
	margin: 0;
	padding: 0;
	border: 0;	
	background-image:url(../images/bg_main.gif);
	background-repeat: repeat-y;
	background-position: center;
	scrollbar-face-color: #5555FF;
	scrollbar-shadow-color: #FAFAF7;
	scrollbar-highlight-color: #FAFAF7;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #000080;
	scrollbar-arrow-color: #FAFAF7;
	font-family: Verdana;
	color:#000080;

	}
/*om de hele boel te centreren*/
#outer {
	margin: 0 auto;
	height: 100%;
	width: 784px;		
}
#head {
	position: absolute;
	width: 784px;
	top: 0;
	height: 310px;
	background-image:url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: center;
	z-index:7;
	}
/* NAVIGATIE */
#nav {
	position: absolute;
	display: block;
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: 0.2em;
	width:165px;
	top: 320px;
	font-size: 14px;
	left: 30px;
	}
#nav ul {
	display: block;
	padding: 0;
	margin: 0;
	list-style-type: none;			
}

#nav a, #nav a:visited	{
	display: block;
	width: 100%;
	color: #000080;
	padding: 0.1em;
	text-decoration: none;
	
}
#nav a:hover {
	text-decoration: underline;
	}
#nav a.selected:visited {
	text-decoration: underline;	
 }
/*einde navigatie*/

/*de inhoud*/
/*de buitenste heeft als inhoud #tekstveld en #footer*/	
#content {
	position: absolute;
	width:560px;
	left: 200px;
	margin-top: 310px;
	z-index: 2;
	visibility: visible;
	
	}
#tekstveld {
position: relative;
width: 450px;
left: 50px;
z-index: 6;

}

/*de footer*/

#footer {
	position: absolute;
	margin:0;
	
	left: 0;
	display:block;
	clear: both;
	width:100%;	
	height: 30px;
	text-align: center;
	font-size: 11px;	
	

}


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

#footer a:hover {
	text-decoration: underline;
	
	}
	
/*CSS hack*/
html>body #nav li a {
	width: auto;
}

