/* Allgemeine Schrift und Farben für den Inhaltsbereich
*/
  body {
    font: normal 100.01% Helvetica, Arial, sans-serif;
    color: black; background-color: #E2E2E2;
  }

/******************************************************
  Obere Navigationsleiste
*******************************************************/

/* Die Navigationsbuttons werden in der Box zentriert */
  ul#Navigation {
    margin: 0; padding: 0.8em;
    text-align: center;
  }

/* Die Listenelemente (Buttons) ohne Dekoration und nebeneinander (inline) */
  ul#Navigation li {
    list-style: none;
    display: inline;
    margin: 0; padding: 0;
  }


/* Aussehen der Buttons wenn der Link ausgewählt ist */
  ul#Navigation a, ul#Navigation span {
    float: center;
    margin: 0.4em; padding: 0.2em 1em;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: black; background-color: #ccc;
  }

/* Aussehen der Buttons wenn die Maus darüber steht */
  ul#Navigation a:hover, ul#Navigation span {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: gray;
  }

/* Obere Navigationsleiste beenden */
  ul#Navigation div {
     clear: left;
  }

/******************************************************
  Linke Navigationsleiste
*******************************************************/

  ul#LNavigation {
    font-size: 0.75em;
    float: left; width: 8em;
    margin: 0; padding: 0;
  }

  ul#LNavigation li {
    list-style: none;
    margin: 0.4em; padding: 0;
  }

  ul#LNavigation a, ul#LNavigation span {
    display:block;
    padding: 0.2em;
    width: 8.8em;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: black; background-color: #ccc;
  }

  ul#LNavigation a:hover, ul#LNavigation span {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: gray;
  }

  ul#LNavigation div {
     clear: left;
  }

/* ACO Kopfzeile */
  div#ACOhead {
    font-family: Comic Sans MS;
  }

/* ACO Inhalt */
  div#Inhalt {
    margin-left: 12em;
    padding: 0 1em;
    border: 1px solid black;
    border-color: white;
    border-right-color: black; border-bottom-color: black;
    min-width: 16em;
   }

  p#Fusszeile {
    clear: both;
    font-size: 0.9em;
    margin: 1em; padding: 0.1em;
    text-align: center;
    border: 1px solid silver;
    }

  div#Home {
    margin-left:  6em;
    margin-right: 6em;
    padding: 0 1em;
    border: 1px solid black;
    border-color: white;
    border-right-color: black; border-bottom-color: black;
    min-width: 16em;
   }

  div#News {
    margin-left:  20em;
    margin-right: 20em;
    margin-top: 5em;
    padding: 1em 1em;
    border: 1px solid black;
    background-color: white;
    border-color: white;
    border-right-color: black; border-bottom-color: black;
    min-width: 16em;
   }

  div#Satzung {
/*    font-family: Courier New, monospace; */
  }

  div#Satzung ul {
    list-style-type:none;
  }

  div#Satzung ul li {
    text-indent:-1em;
  }

  div#Satzung ol li {
    text-indent:0em;
  }

  div#Satzung p {
    font-weight: bold;
  }