body {
    color: black; /*background-color: #E6F224;*/
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; padding: 1em;

    min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
    max-width: 1000px;
  }
div#ueberschrift {
min-height: 150px;
border-bottom-style: solid;
border-bottom-width: 5px;
border-bottom-color: #E6F244;
padding: 0 0 1em;
margin: 0 0 0.2em 0;
}

div#ueberschrift img {
float: left;
vertical-align: middle;

}

  h1 {
    font-size: 4em;
   margin: 0em 1em 0 0; padding: .3em 0 .3em;
   text-align: center;
height: 100px;
 }
 
 h2 {
 font-size: 2em;
 text-align: center;
 
 }
 
h3 {
font-size:1em;
text-align: center;
} 
 
  html>body h1 {
    border-color: #E6F244;  /* Farbangleichung an den Internet Explorer  */
  }


  ul#Navigation {
    font-size:1em;
    float: left;
    margin: 0 0 1.2em; padding: 0;
    border: none;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0; padding: 0.5em;
  }
  ul#Navigation a {
    display: block;
    padding: 0.2em;
    font-weight: bold;
    }
  ul#Navigation a:link {
    color: black;
  }
  ul#Navigation a:visited {
    color: black;
  }
  ul#Navigation a:hover {
    color: #E6F244;
  }
  ul#Navigation a:active {
    color: #E6F244;
  }

  div#Inhalt {
    margin: 0 1em 1em 12em;
    padding: 0 1em 0 1em;
    border-left-style: solid;
    border-left-width: 5px;
    border-left-color: #E6F244;
    background-image:url('../bilder/note.png');
    background-repeat: no-repeat;
    background-position:bottom right;
    text-align:justify;
  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
  }
  div#Inhalt h2 {
    font-size: 1.2em;
    margin: 0.2em 0;
  }
  div#Inhalt p {
    font-size: 1em;
    margin: 1em 0;
  }

  p#Fusszeile {
    clear: both;
    font-size: 0.9em;
    margin: 0; padding: 0.1em;
    text-align: left;
    border-top: 1px solid;
    border-top-color: #E6F244;
    height:100px;
    background: url('../bilder/bildleiste_e6f244.jpg');
  }
  
  #sponsoren img {
  height: 50px;
  padding: 0.1em;
  margin: 0.1em;
  }
  
div.grafik {
margin: 1em;
padding: 1em;
float:left;
}

div.grafik img{
width: 200px;
}

p#zitat {
text-align: center;


}

.quote {
font-style: italic;
}

.quelle {

}

table#kinder img{
width: 200px;
max-height: 250px;
}


table#Orte {
text-align: center;
font-size: 1.3em;

}
td#aktiv {

background-color: #E6F244;
}
