@charset "ISO-8859-1";

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

#container {
    position: relative;
    padding: 0;
    margin: 0 auto;
    width: 90%;
    background-color: #ec0;
}

div#Kopf-Feld {
  width: 100%;
  background-color:#d00;
  font-family: 'Times New Roman';
  font-size: 48px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
}

div#Kopf-Feld table{
  height: 60px;
}

div#Kopf-Feld table {
  height: 60px;
}

div#Spalte-a {
  float: left;
  width: 43%;
  margin-top: 0em;
  margin-left: 0em;
}

div#Spalte-b {
  float: right;
  width: 55%;
  margin-top: 0em;
  argin-eft: 0em;
}

div#Inhalt {
  margin-top: 0em;
  margin-left: 30%;
  padding: 0.1em;
  min-width: 16em; /* Mindestbreite (der Ueberschrift) verhindert Anzeigefehler in modernen Browsern */
}

div#Inhalt h2 {
  font-family: Times New Roman,serif;
  font-style: normal;
  font-size: 1.3em;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #000;
  background-color: #bb0
}

div#Inhalt h3 {
  font-family: Times New Roman,serif;
  font-style: normal;
  font-size: 1.5em;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

div#Inhalt h4 {
  font-family: Times New Roman,serif;
  font-style: normal;
  font-size: 1.4em;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

div#Inhalt h5 {
  font-family: Arial, Verdana, sans serif;
  font-style: normal;
  font-size: 1.3em;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

div#Inhalt h6 {
  font-family: Arial, Verdana, sans serif;
  font-style: normal;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

div#Inhalt li {
   font-family: Arial, Verdana, sans serif;
   font-size: 1.2em;
   font-style: normal;
   font-weight: normal;
}

div#Inhalt a {
   text-decoration: underline;
}

div#Inhalt hr {
   width: 50%;
   color: #aa0;
   height: 0.2em;
}

div#Inhalt blockquote {
   font-family: Arial, Verdana, sans serif;
   font-size: 1.0em;
   font-style: italic;
   font-weight: normal;
   color: #c00;
}

div#Inhalt blockquote li{
   font-family: Arial, Verdana, sans serif;
   font-size: 1.0em;
   font-style: italic;
   font-weight: bold;
   color: #c00;
}


h1 {
  font-family: Times New Roman,serif;
  font-style: normal;
  font-size: 2.0em;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  background-color: #bb0
}

h2 {
  font-family: Arial, Verdana, sans serif;
  font-style: normal;
  font-size: 1.0em;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

h3 {
  font-family: Times New Roman, serif;
  font-style: normal;
  font-size: 0.8em;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

h4 {
  font-family: Times New Roman, serif;
  font-style: normal;
  font-size: 0.6em;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

h5 {
  font-family: Arial, Verdana, sans serif;
  font-style: normal;
  font-size: 0.5em;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}


p {
   font-family: Arial, Verdana, sans serif;
   font-size: 1.2em;
   font-weight: normal;
   text-indent: 2em;
}

b {
  color: #000;
  font-style: normal;
}

u {
   color: #c00;
   font-style: italic;
   font-weight: bold;
   text-decoration: none;
}

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

a {
   color: #000;
   text-decoration: none;
}



blockquote i {
  font-weight: bold;
  font-style: normal;
  font-size: 110%;
}

blockquote u {
  text-decoration: underline;
  font-size: 105%;
}

a:hover {
   color: #e00;
   background-color:#fff;
}

li {
  text-indent: 0em;
  font-family: Arial, Verdana, sans serif;
  font-style: normal;
  font-size: 0.8em;
  font-weight: normal;
  text-decoration: none;
  color: #000;
}

table {
  width: 100%;
  border-spacing:0;
  border-collapse: collapse;
}

#Menu {
  position: absolute;
  top: 60px; left: 0%; width: 25%;
  background-color: #bb0;
  padding: 10px;
}


#fixiert {
    position: absolute;
    top: 60px; left: 5%; width: 25%;
    background-color: #bb0;
}

html>body #fixiert {  /* nur fuer moderne Browser! */
    position: fixed;
}

ul#Navigation {
  font-size: 0.95em;
  margin: 0; padding: 1.1em;
  border: 0px solid
}

ul#Navigation li {
  list-style: non;
  margin: 0; padding: 0;
}

ul#Navigation li h1 {
  font-size: 2.0em;
}

ul#Navigation li h2 {
  font-size: 1.5em;
}

ul#Navigation li h3 {
  font-size: 1.3em;
}

ul#Navigation li h4 {
  font-size: 1.2em;
}

ul#Navigation a {
  text-decoration: none;
  padding: 0;
}
ul#Navigation a:link {
  color: #000;
}
ul#Navigation a:visited {
  color: #000; background-color: #ab0;
}
ul#Navigation a:hover {
  color: #0a0; background-color: white;
}
ul#Navigation a:active {
  color: #000; background-color: gray;
}

div#Kommentar-Feld {
  background-color:#dc0;
  padding:10px;
  margin:5%;
}

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

