html, body {
	scrollbar-face-color: #007229;
	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: Arial, Helvetica, sans-serif;
	color: #007229;
	text-align: center;
	background: url(../images/bg_spar.jpg);
		
}
html {overflow-y: scroll;}
/*om de hele boel te centreren*/
#outer {
	margin: 0 auto;
	width: 760px;
	height: 100%;
	background-color:#FFFFFF;
	text-align: left;	
	z-index: 1;
	
	
}

#head {
position: relative;
width: 760px;
height: 148px;
background-image:url(../images/bg_head.gif);
}

#taal {
	position: relative;
	left: 718px;
	top: 0px;
	width: 38px;
	height: 15px;
	font-size: 10px;
	font-weight: bold;
	z-index: 8;
		
}
#taal img {border: 1px solid #ccc; width: 15px; height: 9px;}

/*NAVIGATIE */

	
#nav {
	position: absolute;
	width:760px;
	height: 24px;
	top: 148px;
	background-color:#FFFFFF;
	font-size: 13px;
	letter-spacing: 0.1em;
	z-index: 4;
	}
	
#nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	
}

#nav li {
	position: relative;
	display: inline;
	float: left;
	left: 10px;
	letter-spacing: 0.1em;
	
	
	}
	
#nav a, #nav a:visited	{
	
	color: #007229;
	text-decoration: none;
	padding: 0 1.0em 0 1.2em;
}

#nav a:hover {
	color: #007229;
	text-decoration: none;
	background: url(../images/bg_nav_bullet.gif) no-repeat;
	padding: 0 1.0em 0 1.2em;
	
	}
#nav a.selected {

	color: #007229;
	text-decoration: underline;
	background: url(../images/bg_nav_bullet.gif) no-repeat;
	padding: 0 1.0em 0 1.2em;
	
 }

/*einde navigatie*/
	



/*de inhoud*/
/*de buitenste heeft als inhoud #tekstveld en #footer*/	
#content {
	position: absolute;
	width:760px;
	top: 172px;	
	z-index: 2;

	}

#tekstveld, #links, #agenda{
	position: relative;
	background-color:#FFFFFF;
	width: 700px;
	padding: 10px 30px 20px 30px;
	overflow:auto;
	letter-spacing: 1px;
	z-index: 3;
	

		
	}

#winkel {
	position: relative;
	width: 760px;
	height: 100%;
	overflow: auto;
	z-index: 6;	
	
	}	
 

/*de footer*/

#footer {
	
	
	clear: both;
	bottom: 0;
	width:735px;
	padding-top: 5px;
	padding-left: 25px;
	height: 20px;
	font-size: x-small;
	text-align:center;
	z-index: 7;	

}

#footer_winkel {
	position: absolute;
	clear: both;
	bottom: 0;
	width:735px;
	padding-top: 5px;
	padding-left: 25px;
	height: 20px;
	font-size: x-small;
	text-align:left;
	z-index: 7;	

}


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

#footer a:hover, #copyright a:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #007229;
	}

