p{
  margin: 0px;
}


#hauptcontainer{
  position:absolute;
  top: 0;
  left:50%;
  margin-left: -450px;
  margin-top: 0px;
  width: 900px;
  height: 102%;
  border: 0;
  padding: 0;
}

#headline{
  position: absolute;
  margin: 0;
  width: 900px;
  height: 206px;
  background-image: url(gfx/bg_headline.jpg);
  background-repeat: no-repeat;
}
#logo{
  position: absolute;
  top: 14px;
  left: 157px;
  border: solid 0px #FFF;
}
#logo img, a{
    border: solid 0px #FFF;
}

#kreisel{
  position: absolute;
  margin: 0;
  left: 155px;
  top: 6px;
}


#menue1 {
  position: absolute;
  top: 3px;
  right: 10px;
  text-align: right;
  font: normal 15px Arial ;
}
#menue1 a{
  font: normal 11px Arial ;
  margin: 0px 2px 0px 2px;
  text-decoration: none;
  color: #000;
}
#menue1 a:hover{
  text-decoration: none;
  color: #E62329;
}

#menue2 {
  position: absolute;
  width: 900px;
  bottom: 43px;
  text-align: center;
  font: bold 16px Arial ;
  color: #E62329;

}
#menue2 a{
  text-decoration: none;
  margin: 0px 7px 0px 7px;
  font: bold 16px Arial;
  color: #00A3A9;
}
#menue2 a:hover{
  color: #E62329;
}
#submenue {
  position: absolute;
  width: 900px;
  height: 33px;
  top: 173px;
  padding-top: 3px;
  text-align: center;
  font: bold 12px Arial;
  color: #00A3A9;
}
#submenue a{
  text-decoration: none;
  margin: 0px 7px 0px 7px;
  font: bold 12px Arial;
  color: #00A3A9;
}
#submenue a:hover{
  color: #E62329;
}

#content{
  position: absolute;
  top: 205px;
  width: 900px;
  background-color: #DAF1F2;
  background-image: url(gfx/bg_verlauf.jpg);
  background-repeat: repeat-x;
}

#pic{
  position: absolute;
  top: 55px;
  left: 105px;
}
#vortext{
  position: relative;
  top: 55px;
  margin: 0px 10px 0px 338px;
  width: 464px;
  height: 20px;
  background-image: url(gfx/bg_vortext.png);
}
#nachtext{
  position: relative;
  top: 55px;
  margin: 0px 10px 0px 338px;
  width: 464px;
  height: 120px;
  background-image: url(gfx/bg_nachtext.png);
  background-repeat: no-repeat;
}

#text{
  position: relative;
  top: 55px;
  margin: 0px 10px 0px 338px;
  width: 414px;
  min-height: 166px;
  background-image: url(gfx/bg_text.png);
  background-repeat: repeat-y;
  padding: 5px 25px 5px 25px;
  font: normal 12px Arial;
  color: #535353;
}
#text h1{
  font: bold 14px Arial;
  color: #00A3A9;
  margin: 0px 0px 8px 0px;
}
#text h2{
  font: bold 12px Arial;
  color: #E62329;
  margin: 0px 0px 0px 0px;
}

#text h3, #text h4{
  font: bold 12px Arial;
  color: #535353;
  margin: 0px 0px 8px 0px;
}

#text em{
  font: bold 12px Arial;
  color: #E62329;
}
#text em.gn{
  font: bold 12px Arial;
  color: #00A3A9;
}
#text strong{
  font: bold 12px Arial;
}
#text a{
  text-decoration: none;
  color: #000;
}
#text a:hover{
  text-decoration: none;
  color: #00A3A9;
}
#text ul{
  margin: 0px 0px 8px 40px;
  padding-left: 20px;
  list-style-type: none;
}



#karte{
  position: absolute;
  top: 40px;
  left: 40px;
  width: 280px;
  height: 360px;
  /*background-image: url(gfx/karte.png);*/
}
#video{
    position:absolute;
    top: 60px;
    left: 40px;
    border: 0px;
    padding: 0px;
    width: 282px;
    height: 230px;
  }

/* class-styles */
.icon{
  width: 40px;
  vertical-align: top;
  border: solid 0px #FFF;
  padding-top: 20px;
}
.rechts{
  width: 390px;
  vertical-align: top;
  border: solid 0px #FFF;
  padding: 20px 5px 20px 3px;
  background-image: url(gfx/line.png);
  background-position: bottom;
  background-repeat: no-repeat;
}


