body#main_body {
    font-size: 100.01%;
    background-color: #446;
    margin: 0;
    padding: 0;
}

#container {
    position: relative;
    padding-left: 2em; padding-right: 2em; padding-top: 1.1em;
    margin-left: 17%; margin-right: 17%; margin-top: 1.4em; margin-bottom: 5em;
    background-color: #eeb;
}

#Kopf-Feld {
  position: relative;
  padding: 0px 1px 0px 5px;
  margin: 0;
  top: 0px;
  left: 0px;
  background-color:#d00;
  font-family: 'Times New Roman';
  font-size: 48px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
}

h1 {
  font-family: Arial, sans-serif;
  font-size: 1.5em;
  font-weight: normal;
  font-style: italic;
  color: #000;
}

h1:first-letter {
  font-size: 200%;
  font-family: Arial, sans-serif;
  font-size: 1.5em;
  font-weight: normal;
  font-style: italic;
  color: #800;
}

h2 {
  font-family: Arial, sans-serif;
  font-size: 1.0em;
  font-style: italic;
}

h2:first-letter {
 font-size: 200%;
 font-weight: normal;
 font-family: 'Times New Roman', serif;
 color: #800;
}

h3 {
  font-family: Arial, sans-serif;
  font-size: 0.9em;
}

h3:first-letter {
 font-size: 150%;
 font-weight: normal;
 font-family: 'Times New Roman', serif;
 color: #800;
}

p {
  font-family: Arial, sans-serif;
  font-size: 0.8em;
  color: #000;
}

p:first-letter {
  font-size: 120%;
  font-weight: bold;
  font-family: Arial, sans-serif;
  color: #800;
}

i {
  color: #800;
  font-weight: bold;
}

blockquote {
  font-size:0.8em;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-style: italic;
  color: #800;
}

blockquote p {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #800;
}

hr {
  width:20%;
  color:#800;
  background-color:#800;
  height:3px
}

li {
  color: #000;
}

a:hover {
   color: #0b0;
}

#fixiert1 {
    position: absolute;
    top: 1.5em; left: 0.9em; width: 9em;
    background-color: #d66;
  }
  html>body #fixiert1 {  /* nur fuer moderne Browser! */
    position: fixed;
  }

#fixiert2 {
    position: absolute;
    top: 1.5em; right: 0.9em; width: 9em;
    background-color: #d66;
  }
  html>body #fixiert2 {  /* nur fuer moderne Browser! */
    position: fixed;
  }

ul#Navigation {
  font-size: 0.7em;
  margin: 0; padding: 0;
  border: 0px
}
ul#Navigation li {
  list-style: none;
  margin: 0; padding: 0.2em;
}
ul#Navigation li a {
  text-decoration: none;
  padding: 0.2em;
}
ul#Navigation a:link {
  color:#000;
}

ul#Navigation a:visited {
  color: #000;
}
  ul#Navigation a:hover {
  color: #f00; background-color: #fff;
}


h1#Fusszeile {
  clear: both;
  margin: 0;
  background-color:#d00;
  font-family: 'Times New Roman';
  font-size: 48px;
  font-style: normal;
  font-weight: bold;
  text-align: right;
}

