html, body {
  background: #624d30;
  padding: auto;
  margin: auto;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 140%;
  color: #333333;
}

#container {
  width: 990px;
  padding: auto;
  margin: auto;
}

#header {
  width: 990px;
  height: 363px;
  background: url(site_images/body_bg.jpg) no-repeat top center #fff;
}

#wrapper_main {
  width: 990px;
  clear: both;
  background: url(site_images/kurketrekker.png) no-repeat bottom left #ffffcc;
}

	#navigatie_links {
	  width: 163px;
	  float: left;
	  height: 320px; /* hack voor IE vs FF padding-probleem - FF */ 
	  *height: 370px; /* hack voor IE vs FF padding-probleem - IE */
	  padding-left: 15px;
	  padding-top: 55px;
	  text-align: left;
	}

	#content_rechts {
	  width: 588px;
	  *width: 588px; /* (04-aug-2009: was 807 px) hack voor IE vs FF padding-probleem */
      background: url(site_images/druiven.png) no-repeat top right #ffffcc;
	  float: right;
	  padding-left: 20px;
	  padding-right: 190px;
	  padding-top: 15px;
	  text-align: left;
	}

#leeg { 
	  clear: both; /* hack voor FF zodat de wrapper_main auto hoogte navigatie_links + content_rechts aanneemt */
}

#footer {
	width: 990px;
	height: 127px;
	clear: both;
	background: url(site_images/body_footer.jpg) no-repeat center bottom #ffffcc;
}




/* STYLING ELEMENTEN TEKST + LINKS */

h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 28px;
  font-weight: 100;
  color: #006600;
  margin: 0px 0px 25px 0px;
}

h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  font-weight: bold;
  color: #006600;
  margin: 0px 0px 5px 0px;
}

a {
  color: #006600;
}

a:visited {
  color: #006600;
}

a:active
{
  color: #ff9900;
}

a:hover
{
  color: #ff9900;
}

.navigatie {
  line-height: 160%;
}

/*.onderschrift {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 100;
  font-style: italic;
  color: #333333;
}*/
  
  
#navigatie_links a:link, #navigatie_links a:visited {
  color: #333333;
  text-decoration: none;
}
	
	
#navigatie_links a:hover, #navigatie_links a:active {
  color: #ff9900;
}

hr {
  border: none; border-bottom: 1px solid #999999; 
  height: 0;
}

img { 
  border: 1px solid #006600;
}