body {
  color: black;
  background-color: white;
  font-size: 100.01%;
  font-family: verdana;
  margin: 0;
  padding: 0em;
}
body h1 {
  font-size: 1.2em;
}
body h2 {
  font-size: 1em;
}
body h3 {
  font-size: 0.8em;
}
body p {
  font-size: 0.8em;
}

body ol {
  font-size: 0.8em;
}
div#Seite{
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    /* width: 770px; */
    padding: 0em;
    }
html>body div#Seite{
    border-color: gray;  /* Farbangleichung an den Internet Explorer  */
  }
.border {
    border: 1pt solid #D5D5D5;
    -moz-border-radius: 0.5em;
  }

  div#Rahmen {
    width: 50em;
    padding: 0em;
    position:relative;
    top: -1.5em;
    float: right;

  }
  * html div#Rahmen {  /* Korrektur fuer IE 5.x */
    width: 51.5em;
    w\idth: 50em;
  }
  div#Rahmen div {
     clear: left;
  }
  ul#Navigation {
    margin: 0; padding: 0;
    text-align: center;
    font-size: 0.7em;
    float: right;
  }

  ul#Navigation li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    margin: 0.2em; padding: 0;
  }
  * html ul#Navigation li {  /* Korrektur fuer den IE */
    margin-bottom: -0.4em;
  }

  ul#Navigation li ul {
    margin: 0; padding: 0;
    position: absolute;
    top: 1.7em; left: 1em;
    display: none;  /* Unternavigation ausblenden */
  }
  * html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    left: -1.5em;
    lef\t: -0.4em;
  }
  ul#Navigation li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
  }
  ul#Navigation li ul li {
    float: none;
    display: block;
    margin-bottom: 0.4em;
  }

  ul#Navigation a, ul#Navigation span {
    display: block;
    width: 7.5em;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0.2em 1em;
    text-decoration: none;
    border: 1px solid #ff6600;
    border-left-color: white; border-top-color: white;
    color: #000000; background-color: #dcdcdc;
     -moz-border-radius: 0.5em;
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 8.6em;   /* Breite nach altem MS-Boxmodell f&uuml;r IE 5.x */
    w\idth: 9em;  /* korrekte Breite fuer den IE 6 im standardkompatiblen Modus */
  }
  ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
    border-color: white;
    font-weight: bold;
    border-left-color: #ff6600; border-top-color: #ff6600;
    color: white; background-color: #a0a0a0;
     -moz-border-radius: 0.5em;
  }
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color: #ffffff; background-color: #a0a0a0;
  }
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
    background-color: maroon;
  }
  div#inhalt {
  float: right;
  width: 820px;
  margin: 0em 1em 1em;
  }
  * html div#inhalt {
  w\idth: 810px;  /* korrekte Breite fuer den IE 6 im standardkompatiblen Modus */
  }

  div#image {
  float: left;
  margin: 0em 0.3em;
  width: 16em;
  }

  div#image img {
  width: 200px;
  }

  div#gallery {
  background-image:url(../img/background.gif);
  float: left;
  width: 9em;
  }
  * html div#gallery {
  w\idth: 9em;  /* korrekte Breite fuer den IE 6 im standardkompatiblen Modus */
  }

  div#gallery img {
  width: 6.5em;
  margin: 0em;
  position: relative;
  }

  div#header {
  background-image:url(../img/a_header.jpg);
  height: 14.5em;
  background-repeat:no-repeat;
  float: right;
  width: 856px;
  }
  div#footer {
  text-align: center;
  font-size: 0.6em;
  border: 1pt solid #ff6600;
    -moz-border-radius: 0.5em;
  clear: both;
  }
