body {
  background-color: #282828;
  padding: 0;
  margin: 0;  
}
 
#seite { 
  width:776px; 
  margin:0 auto;
  background-color: #AEB1AA;
} 

#mitte {
  padding: 20px 0 0;
  background: url(http://www.buddhashome.ch/themes/buddhashome_theme/images/bh_main_oben.jpg) top left no-repeat,
    url(http://www.buddhashome.ch/themes/buddhashome_theme/images/bh_main_unten.jpg) bottom left no-repeat;
}
 
#kopf {
  height:177px; 
  width:100%;
  display:block;
} 
 
#menubereich {
  width:193px; 
  float:left; 
}
 
#hauptbereich {
  margin-left: 200px;
  margin-right: 10px;
}
 
#fuss {
 height:60px; 
 padding: 10px 0 0;
 clear:both;
 display:block;
} 
     
@media print { 
  #menubereich{display:none;} 
  #hauptbereich{width:100%; float:none;}
}
