/*für alle Bereiche werden die Innen- und Außernabstände auf 0 gesetzt*/
body, html, #navigation, #container, #inhalt {
  margin: 5px;
  padding: 0;
}
body {
  background-color:#FFFFFF;
}
#container {
  width: 1024px;
  text-align: left;
  background-image:url(img/hintergrund.png);
  background-repeat:no-repeat;
}
#kopf {
  height:260px;
}
#inhalt {
  margin-left: 320px;
  height:800px;
  width:680px;
}
p, form {
  margin: 25px 25px 0 25px;
}
h1 {
  margin: 0 25px;
  padding: 25px 0 0;
  font-size: 1.3em;
}
ul {
        list-style-image: url(img/punkt.gif);
}
.navi1 {
width:120px;
height:40px;
position:absolute;
left:210px;
top:300px;
background-image:url(img/oeffnungsz1.gif);
}
.navi1:hover, .navi1:active {
background-image:url(img/oeffnungsz2.gif);
}

.navi2 {
width:120px;
height:40px;
position:absolute;
left:150px;
top:350px;
background-image:url(img/rundgang1.gif);
}
.navi2:hover, .navi2:active {
background-image:url(img/rundgang2.gif);
}
.navi3 {
width:120px;
height:40px;
position:absolute;
left:110px;
top:400px;
background-image:url(img/team1.gif);
}
.navi3:hover, .navi3:active {
background-image:url(img/team2.gif);
}
.navi4 {
width:120px;
height:40px;
position:absolute;
left:80px;
top:450px;
background-image:url(img/aktuell1.gif);
}
.navi4:hover, .navi4:active {
background-image:url(img/aktuell2.gif);
}
.navi5 {
width:120px;
height:40px;
position:absolute;
left:50px;
top:500px;
background-image:url(img/kontakt1.gif);
}
.navi5:hover, .navi5:active {
background-image:url(img/kontakt2.gif);
}
.navi6 {
width:120px;
height:40px;
position:absolute;
left:40px;
top:550px;
background-image:url(img/kiefergelenk1.gif);
}
.navi6:hover, .navi6:active {
background-image:url(img/kiefergelenk2.gif);
}
.navi7 {
width:120px;
height:40px;
position:absolute;
left:30px;
top:600px;
background-image:url(img/beckenboden1.gif);
}
.navi7:hover, .navi7:active {
background-image:url(img/beckenboden2.gif);
}
.navi8 {
width:120px;
height:40px;
position:absolute;
left:20px;
top:650px;
background-image:url(img/sporttherapie1.gif);
}
.navi8:hover, .navi8:active {
background-image:url(img/sporttherapie2.gif);
}
.navi9 {
width:120px;
height:40px;
position:absolute;
left:15px;
top:700px;
background-image:url(img/krankengym1.gif);
}
.navi9:hover, .navi9:active {
background-image:url(img/krankengym3.gif);
}
.navi10 {
width:120px;
height:40px;
position:absolute;
left:10px;
top:750px;
background-image:url(img/physiotherapie1.gif);
}
.navi10:hover, .navi10:active {
background-image:url(img/physiotherapie2.gif);
}
.navi11 {
width:120px;
height:40px;
position:absolute;
left:10px;
top:850px;
background-image:url(img/impressum1.gif);
}
.navi11:hover, .navi11:active {
background-image:url(img/impressum2.gif);
}
.team1 {
width:100px;
position:absolute;
left:360px;
top:495px;
}
.team2 {
width:100px;
position:absolute;
left:480px;
top:413px;
}
.team5 {
width:100px;
position:absolute;
left:840px;
top:495px;
}
.team3 {
width:100px;
position:absolute;
left:600px;
top:393px;
}
.team4 {
width:100px;
position:absolute;
left:720px;
top:413px;
}

.team6 {
width:100px;
position:absolute;
left:360px;
top:695px;
}

.team7 {
width:100px;
position:absolute;
left:480px;
top:613px;
}

.team8 {
width:100px;
position:absolute;
left:600px;
top:593px;
}

.team9 {
width:100px;
position:absolute;
left:720px;
top:613px;
}

.team10 {
width:100px;
position:absolute;
left:840px;
top:695px;
}


.uberschrift {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;
        color: #000000;
}
.text {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #000000;
        line-height: 20px;
}
.text2 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
}
.textfett {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight:bold;
        color: #000000;
}
.unterueberschrift {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #3d966d;
        font-style: normal;
        font-weight: bold;
}
.meldung{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 20px;
        color: #70bd96;
}