/* --- Algemeen --- */
html {
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  overflow-y: scroll;
  background-image: url(../images/home_bg.jpg);
  background-position: center top;
  background-repeat: repeat-x;
  background-color: #FFFFFE;
	scrollbar-face-color: #6ABE6F; 
	scrollbar-shadow-color: #0F6021;
	scrollbar-highlight-color: #C0E3C3;
	scrollbar-3dlight-color: #C0E3C3;
	scrollbar-darkshadow-color: #0F6021;
	scrollbar-track-color: #EDF7EE;
	scrollbar-arrow-color: #0F6021;
}
body {
  margin: 0px;
  padding: 0px;
}

div#layoutWrapper {
  position: relative;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
div#layoutLogos {
  position: relative;
  width: 1000px;
  height: 300px;
}
div.divLogo {
  float: left;
}
div#layoutContent {
  position: relative;
  width: 1000px;
  height: 410px;
  background-image: url(../images/home_bg_content.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
div#divContent {
  position: relative;
  text-align: center;
  padding: 0px 170px 20px 170px;
}

p, td, li, a, div, span {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #0F6021;
  line-height: 15px;
}
h2 {
  font-size: 16px;
  margin-top: 0px;
}

a {
  -moz-outline-style: none;
  color: #826F00;
}
a:active,
a:hover {
  text-decoration: none;
}