/* Startseite -------------------*/
body{
  overflow: hidden;
}

#page{
  width: 930px;
}

#logo a{
  position: absolute;
  top: 42px;
  left: 20px;
  width: 220px;
  height: 120px;
  background: url(../gfx/logo_start.gif) no-repeat;
}
#header #infotext{
  left: 254px;
}

#startnavi{
  position: absolute;
  z-index: 100;
  top: 116px;
  left: 210px;
  color: #60af12;
  list-style: none;
  clear: both;
}
#startnavi li{
  float: left;
}
#startnavi a{
  font-weight: bold;
  color: #60af12;
  margin-right: 5px;
  margin-left: 5px;
}
#startimages{
  position: absolute;
  top: 182px;
  left: 0px;
  overflow: hidden;
  background-color: black;
  width: 2000px;
}
#startimages .firstline{
  height: 245px;
}
#startimages .secondline{
  height: 245px;
}
