* {
  padding: 0px;
  margin: 0px;
}

html {
height: 101%;
}

body {
  color: #fff;
  background: #82be5c;
  font-family: Lato, sans-serif;
  font-size: 100.01%;
  text-align: center;   /* Zentrierung fuer alte IEs */
}

a { text-decoration: none;}

a:link, a:visited    { color: #acc221;}
a:focus, a:hover, a:active { color: #acc221}


/* Allgemeine Klassen
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

.stopFloat {
  display: table-column;
  float: none;
  clear: both;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
}

img {
  border: 0;
}

/* Rahmen, Kopf
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#rahmen {
  width: 905px;            /* der Breite des Hintergrundbilds entsprechend */
  background: #FFF;
  margin: 0px auto;        /* Zentrierung fuer moderne Browser */
  text-align: left;        /* text-align:center (body) "neutralisieren" */
}

#kopf {
  margin: 0px;
  width: 905px;
  height: 250px;
  background: #FFF;
}

#kopf img {
  border: 0px;
}


/* Menueleiste
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#navigation {
  float: left;
  width: 905px;
  height: 25px;
  background: url(img/navi_back.gif);
}

* html #navigation li {   /* Sternchen-Hack - sehen nur IEs */
  height: 1em;       /* damit margin-right auch im IE 5 beachtet wird */
}

#navigation a {
  text-decoration: none;
}

#navigation a:link, #navigation a:visited {
  color: #fff;
}

#navigation a:focus, #navigation a:hover, #navigation a:active {
  color : #f2c021; 
}

#navigation p {
  color: #fff;
  font-size: 90%;
  line-height: 22px;
  font-family: Lato, sans-serif;
  font-weight: normal;
  text-indent: 3px;
  margin-left: 40px;
}

#navigation a.link {
  text-decoration: none;
  font-size: 90%;
}

#navigation a.link:link, #navigation a.link:visited {
  color: #fff;
}

#navigation a.link:focus, #navigation a.link:hover, #navigation a.link:active {
  color : #f2c021; 
}
/* Ende Menü */

#content {
  margin-top: 0px;
  width: 905px;
  background: #faf5e0;
  min-height: 550px
 }
 
 #content2 {
  margin-top: 0px;
  width: 905px;
  background: #faf5e0;
  min-height: 850px
 }
 
  #content3 {
  margin-top: 0px;
  width: 905px;
  background: #faf5e0;
  min-height: 500px
 }
 
  #content4 {
  margin-top: 0px;
  width: 905px;
  background: #faf5e0;
  min-height: 2500px
 }
  #content5 {
  margin-top: 0px;
  width: 905px;
  background: #faf5e0;
  min-height: 1500px
 }
 
#inhalt {
  float: left;
  width: 855px;
  padding: 20px 20px 10px 10px;
  color: #333333;
}

#inhalt2 {
  float: left;
  width: 620px;
  padding: 20px 20px 10px 10px;
  color: #333333;
}

H1 {
  font-family:  Lato, sans-serif;
  font-size: 100%;
  line-height: 125%;
   margin-left: 35px;
}

H2 {
  font-family:  Lato, sans-serif;
  font-size: 90%;
  line-height: 125%;
  margin-left: 35px;
  color : #438e14;
}

H3 {
  font-family:  Lato, sans-serif;
  font-size: 130%;
  line-height: 125%;
  margin-left: 35px;
  color: #c80616;
}

p {
  font-size: 82%;
  line-height: 140%;
  margin-top: 0px;
  margin-left: 35px;
}

p2 {
  font-family:  Lato, sans-serif;
  font-size: 70%;
  line-height: 140%;
  margin-top: 0px;
  margin-left: 35px;
}


