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: 455px;
   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;
}

div#rechts {
position: absolute;
top: 247px;
left: 637px;
width: 120px;
font-size: 11px;
}

div#blokrechts {
border: 1px solid #c3c3c3;
background-color: #f0f0f0;
background-image: url('../img/bgrechts.gif');
background-position: top right;
background-repeat: no-repeat;
font-size: 12px;
padding: 3px;
padding-left: 10px;
}

div#blokrechts a {
font-size: 11px;
line-height: 15px;
text-decoration: none; 
color: #333;
}
div#blokrechts a:hover {
font-size: 11px;
color: #000;
}