@charset "utf-8";
/* CSS Document STIFTexel*/
body  {
	background-color: #e1e1e2;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #524e4f;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 72%;
}
html {overflow-y: scroll;}
#wrapper {
	width: 895px;
	margin: 0px auto;
		
}


#container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 895px;
	min-height: 800px;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #898b8e;
	background:#FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
	

}

#header {
	height: 436px;
	background-image:url(../images/bg_header2.jpg);
	background-repeat: no-repeat;

}  

#nav {
	position: absolute;
	top: 410px;
	left: 0;
	width: 165px;
	
	
}

#nav ul {
	padding: 0;
	margin: 50px auto 3px 5px; /*nodig voor IE7 en IE6*/
	list-style: none;
	display: block;
}
#nav li{
	display: block;
	font-size: 1.0em;
	letter-spacing:0.2em;
	line-height: 120%;
	margin: 0.7em 0;
	font-weight: 600;
	font-variant: normal;
}

#nav a, #nav a:visited{color: #524e4f;text-decoration: none; padding: 0 1.0em 0 1.6em;}
#nav a:hover {color: #dc4016; text-decoration: none;padding: 0 1.0em 0 1.6em;background-image: url(../images/bg_nav_bullet.gif);	background-repeat: no-repeat;	background-position: left center;}
#nav a.selected:visited {color: #dc4016;text-decoration: none;background: url(../images/bg_nav_bullet.gif); background-repeat:no-repeat;background-position: left center; padding: 0 1.0em 0 1.6em;}




#sidebar2 {
	position: absolute;
	top: 416px;
	text-align: left;
	letter-spacing: 0.05em;
	font-size: 0.9em;
	right: 5px;
	width: 250px; /* padding keeps the content of the div away from the edges */
	padding: 15px 5px;
}
#sidebar2 img {
border: 1px solid #486f1d;
margin-top:50px;}

#mainContent {
	margin-top: 0px;
	margin-right: 300px;
	margin-bottom: auto;
	margin-left: 205px;
}
#mainContent-bestuur {
	margin-top: 0px;
	margin-right: 140px;
	margin-bottom: auto;
	margin-left: 205px;
}


#mainContent h1, #mainContent-bestuur h1{ color: #dc4016; font-size: 1.4em; padding-top: 3px;
	margin-bottom: 0px;letter-spacing:0.1em;}
#mainContent h2, #mainContent-bestuur h2{ color: #dc4016; font-size: 1.2em; padding-top: 15px;
	margin-bottom: -3px;letter-spacing:0.1em;}

#mainContent p, #mainContent-bestuur p{ font-size: 1.0em; margin-top:1px; line-height:180%; letter-spacing:0.1em;}

#mainContent p:first-letter, #mainContent-bestuur p:first-letter {font-size: 1.6em; }	
#mainContent a, #mainContent-bestuur a, #mainContent a:visited, #mainContent-bestuur a:visited, #mainContent a:active, #mainContent-bestuur a:active {text-decoration:none; font-weight: bold; color: #dc4016;}
#mainContent a:hover, #mainContent-bestuur a:hover {color: #fff; background-color:#dc4016;font-weight: bold;}
#mainContent ul {margin-top: 1em;}
#mainContent ul li, #mainContent-bestuur ul li {
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
	padding-left: 0px;
	font-size: 1.0em;
	margin: 1em auto 0.5em 0px;
	letter-spacing:0.1em;
	}
#mainContent img, #mainContent-bestuur img {
border: 1px solid #486f1d; float: right; margin: 0 0 20px 30px;}

#mainContent-bestuur img.eelman {
border: 1px solid #486f1d; float: right; margin: 0 0px 850px 30px;}
#mainContent-bestuur img.bestuur2011 {
border: 1px solid #486f1d; margin: 10px 0px; float:none;}
.fltrt { }
	
.vet {font-weight: bold;}
.groot {font-size: 1.5em;}


#footer { 
	padding: 8px auto; 
	background:#fff;
	height: 50px;	
	font-size: 1.0em;letter-spacing:0.1em;
	clear: both;
	text-align:center;
	border-top: 1px dashed #ccc;	
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */	
}
#footer a, #footer a:visited {text-decoration:underline; color: #dc4016;}
#footer a:hover {color: #fff; background-color:#dc4016;}




