html body {
  padding: 0px;
  margin: 0px;
  
background-color: #E8E8E8;
color:#000099;
font-family:Verdana;
height:100%;
width:100%;
overflow:auto;
scrollbar-base-color: #e8e8e8;
scrollbar-arrow-color: #black;
scrollbar-3dlight-color: #e8e8e8;
scrollbar-darkshadow-color: #black;
scrollbar-face-color: #e8e8e8;
scrollbar-shadow-color: #e8e8e8;
  
}


#main{
position:absolute;
overflow:none;
width:1258px;
}

.header {
  width: auto;
  height: 120px;
  background-color: #e8e8e8;
  margin: 1px 228px 0 5px;  
  border:0px solid black 
}
 
.inhalt {
  height:570px;
  background-color: #E8E8E8;
  margin: 0px 0px 5px 0px; 
  border:0px solid black;  
  width:1027px;
}

.rechts {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 213px;
  height: 100%;
  background-color: #E8E8E8;
  margin-right:10px;
}
.box1 {
  position: absolute;
  top: 0px; 
  width: 213px;
  height: 245px;
  background-color: #e8e8e8;
  border:0px solid black;
}
.box2 {
  position: absolute;
  top: 250px;     
  width: 213px;
  height: 245px;
  background-color: #e8e8e8;  
  border:0px solid black;
}

.box3 {
  position: absolute;
  float:left;
  top: 500px;     
  width: 213px;
  height: 245px;
  background-color: #e8e8e8;  
  border:0px solid black;
}


.footer{
  width: auto;
  height: 100px;
  background-color: #e8e8e8;
  margin: 5px 228px 0 5px;  
  border:0px solid black 
  }
