BODY  {  
	font-family: Verdana, Sans-serif; 
	font-size: 12px; 
	margin-left: 0px; 
	margin-top: 0px; 
	background-color:#009933;
	}
p {
font-family: Verdana, Arial, Sans-serif;
font-size: 1.0em;
line-height: 20px;
margin: 0 0 16px 0;
padding: 0;
}
H1 {  font-size: 1.1em; font-weight: bold; color: #006600;  }
H2 {  font-size: 1.2em; font-weight: bold;font-variant:small-caps;}
H3 { font-size: 1.0em; font-weight: bold; color: #006600;}
H4 {  font-size: 1.7em; font-weight: 500; font-style: italic;}
H5 { font-size: 0.8em;  color: #cc0000; }


#main_container {
	margin:0 auto 0 auto;
	background-color:#FFFFFF;
	background-image:url(images/bg_streekbos.jpg);
	width:753px;
	height:625px;
	}
#header {
	position:absolute;
	margin-left:153px;
	margin-top:0px;
	width:600px;
	height:100px;
	background-image:url(images/streekbos2.jpg);
	
	}
#navigatie {
	position:absolute;
	margin-top:110px;
	margin-left:0px;
	background-color:#FFFFFF;
	height:375px;
	width:150px;
	overflow:hidden;
	}
#inhoud {
	position: absolute;
	margin-left:170px;
	margin-top:125px;
	width:575px;
	height:460px;
	overflow-y:auto;
	overflow-x:hidden;
	
	}
#footer {
	position:absolute;
	margin-top:590px;
	margin-left:0px;
	margin-bottom:0px;
	background-image:url("images/streekbos_bottom.gif");
	background-repeat:no-repeat;
	height:35px;
	width:693px;
	padding: 0px 10px 0px 50px;


	}

 .imgleft {
 	margin-right:10px;
	}
.imgright {
 	margin-left:10px;
	}
A:link { color: #006633; font-weight: bold;}  /* for unvisited links */
  a:visited { color: #006633; font-weight: bold;} /* for visited links */
  a:active { color: #CC3333; font-weight: bold;} /* when link is clicked */
