div#container{
  background-color: #787878;
  border: 1px solid #303030;
  margin:0 auto;
  margin-bottom: 30px;
  text-align:left;
  width:790px;
}
div#header {
  background-color: #666;
  border-bottom: 1px solid #303030;
  padding:7px 0 8px 12px;
  float: left;
  width: 150px;
  *width: 148px;
}
div#footer{
  background:#666;
  border-top: 1px solid #303030;
  clear: both;
  padding: 5px 0;
  *padding: 5px 0 0 0;
  color: #FFF;
  width: 790px;
}
div#footer div{
float: left;
margin: 1px 10px 1px 10px;
}
div#footer span {
clear: both;
height: 1px;
fon-size: 1px;
}
div#content{
  background-color: #FBFBFB;
  border-left: 1px solid #303030;
  float:right;
  min-height: 530px;
  width:629px;
}
div#navigation{
  background-color: #787878;
  float:left;
  width:160px;
}
div#wrapper {
  background-color: #787878;
}
div#menu {
  background-color:#666;
  border-bottom: 1px solid #303030;
  height: 20px;
  margin: 0 0 0 160px;
  position: absolute;
  padding: 17px 0 0 0;
  *padding: 17px 0 0 0;
  width: 630px;
}
div#schnellnavigation {
display: none;
}

/*Browserhack*/
div#menu {
 *margin: 0 0 0 0;
}

* html div#content {
height: 500px;
}
