html, body {
	scrollbar-face-color: #c6a595;
	scrollbar-shadow-color: #F6F9FF;
	scrollbar-highlight-color: #F6F9FF;
	scrollbar-3dlight-color: #F6F9FF;
	scrollbar-darkshadow-color: #F6F9FF;
	scrollbar-track-color: #F6F9FF;
	scrollbar-arrow-color: #F6F9FF;
	margin: 0;
	padding: 0;
	border: 0;
	height:100%;
	max-height:100%;
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #704630;
	background-color: #FFFFFF;
	text-align: center;
	
		
	
}
#outer {
	margin: 0 auto;
	width: 1000px;
	height: 700px;
	background-image: url(../images/bg_inderoos.jpg);	
	background-repeat: no-repeat;
	text-align: left;
	z-index: 2;
}


/*de inhoud*/

#content {
	margin: 0 auto;
	position: relative;
	width:800px;
	height: 640px;	
	z-index: 3;	}

#tekstveld {
	position: absolute;
	top: 180px;
	height: 440px;
	width: 540px;
	padding: 0 5px 5px 25px;
	overflow:auto;
	z-index: 3;
	left: 210px;
		
	}

#nav {
	position: relative;
	display: block;
	width:140px;
	height: 300px;
	top: 180px;
	left: 20px;
	font-size: 14px;
	letter-spacing: 0.15em;
	z-index: 2;
	}
#nav ul {
	padding: 0;
	margin: 0;
	display: block;	
}

#nav li {
	position: relative;
	display: block;
	height: 20px;
	padding: 6px 0px 0px 0px;
	}
#nav a, #nav a:visited	{
	color: #FFFFFF;	
	text-decoration: none;
	padding-left:3px;
}
#nav_selected a, #nav_selected a:visited {
	color: #b13a04;	
	text-decoration: none;
	padding-left: 3px;
}
#nav a:hover {
	color: #b13a04;
	text-decoration: none;

}
#copyright {position:absolute;top: 455px;left: 1px;clear: both;width:150px;height: 10px;text-align: center;font-size: 10px;letter-spacing: 0.1em;z-index: 7;}
#copyright a {color: #FFFFFF;text-decoration: none;}
#copyright a:link, #copyright a:visited, #copyright a:active{color: #FFFFFF;text-decoration: none;}
#copyright a:hover{text-decoration: none;color: #704630;background-color: #FFFFFF;}
	

