.main-subcontent, .main-navigation{
  position: absolute;
  top: 2px;
  width: 0px !important;
  height: 0px !important;
  visibility: hidden;
}

.main-content{
  display:inline; /*Fix IE floating margin bug*/;
	float:left;
  margin-top: -2px;
	width:920px !important;
	margin:0px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #fff;
  height: 530px !important;
  min-height: 530px !important;
}

.main{
  height: 530px !important;
}

#main_out{
  margin-top: 20px !important;
}

*html #main_out{
  margin-top: 30px !important;
}

*html .sitelogo{
  position: relative !important;
  left: 10px !important;
 }

*html .main-content{
  width: 950px !important;
}

*html .nav0{
  margin-left: 690px;
  margin-top: 10px;
}

.content{
  width:920px !important;
}

body{
  overflow-x: hidden;
}

.rootline, .seitentitel {
  position: absolute;
  top: 2px;
  visibility: hidden;
}


*html .footer{
  //clear: both;
  float: left;
  width: 951px;
  height: 30px;
  padding: 0px;
  font-size: 1em;
  overflow-x: visible;
  overflow-y: visible;
  position: relative !important;
  top: 23px !improtant;
  }
