html,body {
padding: 0px;
margin: 0px;
height: 100%;
}

body {
  background-color: #E4E4E4;
}

div#page {
  border-right: 1px solid #c3c3c3;
  background-color: #E4E4E4;
  background-image: url('../img/bg.gif');
  background-repeat: repeat-y;
  width:765px;
  font-family: arial, verdana;
}


div#header {
    border-bottom: 1px solid #c3c3c3;
    background-color: #E4E4E4;
	width:765x;
	height:81px;
}

div#menu {
  background-color: #e4e4e4;
  width:150px;
  float:left; 
  height: 100%;
}

div#content_container {
   min-height:395px;
  _height:395px;
  margin-top: 160px;
  font-size: 11px;
  line-height: 15px;
  border: 0px solid #000000;
}

img#headerpic {
position: absolute;
left: 150px;
top: 81px;
}

div#content {
   background-color: #FFF;
   padding: 10px;
   margin-left: 160px;
   z-index: -1;
   width: 580px;
   padding-top: 10px;
}

div#footer {
  width:765px;
  height:17px;
  line-height: 13px;
  background-color: #d1d1d1; 
  text-align: right;
  border-bottom: 1px solid #c3c3c3;
}

/*menu rechtsboven */
div#headerrechts {
float: right;
}