body{
  margin: 0px;

}
img{
  border: 0px;
}


#hauptcontainer
    {
    position:absolute;
    top:50%;
    left:50%;
    margin-left: -380px;
    margin-top: -285px;
	width: 760px;
    min-height: 570px;
    background-image: url(gfx/bg.jpg);
    background-repeat: no-repeat;
    border: 0px;
    padding: 0px;
   	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
    }
#logo {
  position: absolute;
  left: 10px;
  top: 10px;
}
#head_pic {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 460px;
  height: 160px;
  background-image: url(gfx/head_buchstaben.jpg);
}
#navi1{
  position: absolute;
  left: 10px;
  top: 95px;
  width: 270px;
  height: 50px;
  background-image: url(gfx/bg_navi1.jpg);
  background-position: top;
  background-repeat: no-repeat;
  font-size: 10px;
  font-weight: bold;
}
#navi1 a{
  text-decoration: none;
  color: #888;
}
#navi1 a:hover{
  color: #000;
}
#navi1 p{
  margin-top: 35px;
  text-align: justify;
}

#navi2{
  position: absolute;
  right: 10px;
  top: 190px;
  width: 170px;
  min-height: 400px;
  /*border: solid 1px #000;*/
  font-size: 10px;
  font-weight: bold;
}
#navi2 a{
  text-decoration: none;
  color: #888;
}
#navi2 a:hover{
  color: #000;
}
#navi2 ul{
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#navi2 li{
  text-align: right;
  margin: 5px 0px 5px 0px;
  padding: 10px 40px 10px 0px;
  background-image: url(gfx/bg_navi2_leistung.jpg);
  background-position: right;
  background-repeat: no-repeat;
}
#fuss{
  position: relative;
  top: 175px;
  left: 10px;
  width: 740px;
  text-align: right;
  font-size: 10px;
  font-weight: bold;
}
#fuss a{
  text-decoration: none;
  color: #888;
}
#fuss a:hover{
  color: #000;
}


#content {
  position: relative;
  left: 10px;
  top: 170px;
  width: 520px;
  height: 400px;
  max-height: 400px;
  overflow: auto;
  background-image:  url(gfx/bg_content.jpg);
  padding: 20px 20px 20px 20px;
}
#content h1{
  font-size: 16px;
  font-weight: bold;
}
#content h2 {
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
}
#content h3 {
  font-size: 12px;
  font-weight: bold;
}
#content h4 {
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
}

#content p {
  margin: 0px 0px 0px 0px;
  font-size: 12px;
}
#content ul{
  margin: 0 0 0 15px;
  padding: 0;
}
#content li{
  margin: 0 0 0 15px;
}

#content a{
  text-decoration: underline;
}