body {
	
	padding:0px;
	background-color: #EBFAEB;
	
}

/*De header*/
#header{
  height:96px;
  width:auto;
  padding-left: 20px;
  padding-top: 0px;
  padding-bottom:0px;
  margin-bottom: 0px;
  color: black;
  font-size: 3.5em;
  font-family:  Bradley Hand ITC, Times New Roman, Times, serif;
  font-style: italic;
  font-weight: bold;
  background-color: #009900;
  background-image: url(images/bg7.gif);
  background-repeat: repeat-y;  
  	}
	
	
#header img{
  position: absolute;
  left:15px;
  top: 12px;
  padding: 0px;
  margin-right: 5px;
  margin-top: 5px;	
}

#wrapper{
	width: auto;
	height:4px;
	margin: 0px;
	padding: 0px;
	left:0px;
	top: 0px;
	border: none;
	}
/*Hier volgt de content box*/

#content{
	margin: 0px 0px 0px 200px;
	padding:10px;
 	height: 675px;
	background-color: #D4F7D4;
	list-style-image:  url(images/bullit.gif);
	overflow: auto;
	
}

#content table{
	text-align: left;
	 

}


table.lestijden{
	background-color: #EBFAEB;
	
	border: 1px solid #73FF73;
}

table caption{
	background-color: #73FF73;
	
	border: 1px solid #73FF73;
}
#actueel{
	width: 250px;
	height: 80px;
	border-color: 2px Maroon;
	border-top-style: groove;
	border-bottom-style: ridge;
	border-left-style: groove;
	border-right-style:ridge;
	position: static;
	float:right;
	right:15px;
	top:110px;
}


#contentblok{
	width: auto ;
	text-align: justify;
	font-family: Times New Roman, Times, serif;	 
}

#formulier{
	border-bottom: 1px solid maroon;
	width: 430px;
}

img.wandelgebied{
	float:left;
	margin-right: 3px;
	margin-bottom: 3px;
	border:1px solid maroon;
	margin-right:3px;
	margin-left: 3px;	
}


/*Hier begint het linker box model*/
#left{
	position: absolute;
	left:10px;
	float:left;
	margin: 0px;
	padding: 0px;
	background: #73FF73; 
	height: 700px;
	width:195px;
	font-family: Times New Roman, Times, serif;		
	}
	

/*Houder voor de teller


/*Hieronder volgt het navigatieblok*/
#nav2{
	
	font-size: 15px;
	font-weight: bold;
	width: 172px;
	padding: 0px;
	margin-left: 3px;
	margin-top:20px;
   margin-bottom: 1em;
   background-color:#73FF73;
   color: #333;
	border-left: 1px solid #009900;
	border-right: 1px solid #009900;
	border-bottom: 1px solid #009900;
	 
}
#nav2 ul {
 list-style: none;
 margin: 0;
 padding: 0;


}

#nav2 ul li {
 margin: 0;
 border-top: 1px solid #009900;
}

#nav2 ul li a {
 display: block;
 padding: 2px 2px 2px 3px;
 border-left: 7px solid #73FF73;
 border-right: 1px solid #009900;
 border-bottom: 1px solid #73FF73;
 background-color: #009900;
 color: white;
 text-decoration: none;
 width: 100%;
}

html>body #nav2 ul li a {
 width: auto;
}

#nav2 ul li a:hover {
 border-left: 10px solid #009900;
 border-right: 1px solid #009900;
 border-bottom: 1px solid #009900;
 background-color: #73FF73;
 color: black;
}






