body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  background-color: #D5DBDA;
  color: #000000;
  margin: 0;
  font-size: 11px;
  line-height: 12px;

	scrollbar-arrow-color: #F7F3C5;
	scrollbar-face-color: #2D4946;
	scrollbar-highlight-color: #807D66;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-shadow-color: #2D4946;
	scrollbar-darkshadow-color: #807D66;
	scrollbar-track-color: #FFFFFF;
}

#box-padding {
  position: relative;
  top: 0px;
  width: 1000px;
  height: 800px;
  background-color: #D5DBDA;
}

#box {
  position: relative;
  top: 50px;
  width: 900px;
  height: 700px;
  background-color: #FFFFFF;
}

#box-top {
  width: 750px;
  height: 175px;
  position: absolute;
  top: 25px;
  left: 150px;
  background-color: #F7F3C5;
}

#box-left {
  width: 150px;
  height: 700px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #2D4946;
}

#box-content {
  width: 650px;
  height: 410px;
  position: absolute;
  top: 230px;
  left: 200px;
  text-align: left;
}

#box-footer {
  width: 750px;
  height: 25px;
  position: absolute;
  bottom: 0px;
  left: 150px;
  background-color: #F7F3C5;
}

#footer-adres {
  width: 650px;
  height: 20px;
  position: absolute;
  top: 3px;
  left: 50px;
  background-color: #F7F3C5;
}

#logo {
  width: 453px;
  height: 136px;
  position: absolute;
  top: 25px;
  left: 50px;
}

#menu-img {
  width: 150px;
  height: 175px;
  position: absolute;
  top: 25px;
  left: 0px;
}

#menu {
  width: 90px;
  height: 225px;
  position: absolute;
  top: 230px;
  left: 35px;
  text-align: left;
}

#menu-footer {
  width: 150px;
  height: 25px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #CFD1AC;
}

#content {
  width: 360px;
  height: 410px;
  position: absolute;
  top: 0px;
  left: 0px;
  padding-right:  10px;
  overflow: auto;
}

#content-img {
  width: 250px;
  height: 410px;
  position: absolute;
  top: 0px;
  right: 0px;
}

#witblokje {
	width: 100px;
	height: 50px;
	position: absolute;
	top: 340px;
	right: 0px;
	background-color:#FFFFFF;
	left: 538px;
}

/*////////////////////////////////////
// 			TEXT					//
////////////////////////////////////*/


.tekst {
  color: #000000;
  font-size: 10px;
  text-decoration: none;
}

.tekst-kopjes {
  color: #2D4946;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
}

.tekst-quote {
  color: #2D4946;
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
}

.menu {
  color: #F7F3C5;
  font-size: 12px;
  text-decoration: none;
}

a {
  color: #2D4946;
  text-decoration:none;
}

a:hover {
  color: #807D66;
  text-decoration:none;
  font-weight: bold;
}
