html {
/*  Overflow-y:hidden;
  Overflow-x:hidden;
  height: 100%;*/
}
body {
/*  position: fixed;*/
  background-color: #FFF;
  margin: 0px;
  padding: 0px;
  width: 100%
  height: 100%;
}
#supersized {
  position: fixed;
  }
  #supersized img { -ms-interpolation-mode: bicubic; }
  #supersized img {
      height:100%;
      width:100%;
      position:absolute;
      z-index: 0;
  }

#skiplist {
  position: absolute;
  left: -999em;
  top: -999em;
}
#skiplist li {
  font-size: 0.8em;
  text-align: center;
  padding: 0 5px;
}
#skiplist li a:focus, #skiplist li a:active {
  position: absolute;
  top: 300px;
  left: 300px;
  white-space: nowrap;
}

#container {
position: absolute;
z-index: 1;
  margin: 0px;
  padding: 0px;
  width: 1160px;
  min-height: 700px;
}

#inhalt {
  margin: 40px 0 0 40px;
  padding: 10px 10px 40px 10px;
  width: 570px;
  min-height: 650px;
  height: auto;
}

#adresse {
  width: 1120px;
  margin-left: 40px;
  padding-top: 5px;
  border-top: 2px solid #000;
  white-space: nowrap;
}
