body {
    background: #FFFFFF url(grafiken/bg.jpg) repeat-x;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 1em;
    margin: 0; padding: 0;
    min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
    text-align: left;  /* Zentrierung im Internet Explorer */
  }


div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0;      /* standardkonforme horizontale Zentrierung */
    width: 100px;
    padding: 0;
  }

  h1 {
    height: 120px;
    margin: 0; padding: 0em;
    text-align: center;
    background: url(grafiken/header.jpg) no-repeat;
    border-bottom: 0px solid silver;
  }
  IMG.PAD {
  margin-right: 0px;
  margin-left: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
}
  IMG.MAX {
  margin-right: 5px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
}
  IMG.EX {
  margin-right: 0px;
  margin-left: 5px;
  margin-top: 0px;
  margin-bottom: 5px;
  float: right;
}
  IMG.BOR {
  margin: 0px;
  padding:opx;
}
 ul#Navigation {
   list-style: none;
  text-align: right;
    font-size: 0.83em;
    float: left;
    width: 140px;
    margin: 1.4em 0 1.2em;
    padding: 0;
  }
  ul#Navigation li {
    text-decoration: none;
    margin: 0; padding: 0.4em;
  }
  ul#Navigation a {
   text-decoration: none;
   color: black;
  }
  ul#Navigation a:link {
   text-decoration: none;
    color: #EC008C;
    background-color: none;
  }
  ul#Navigation a:visited {
   text-decoration: none;
    color: #666;
    background-color: none;
  }
  ul#Navigation a:hover {
   text-decoration: none;
    color: #9E005D;
    background-color: none;
  }
  ul#Navigation a:active {
   text-decoration: none;
    color: #666;
    background-color: none;
  }
  ul#Navigation span {
    text-decoration: none;
    color: #00A6EB;
    background-color: none;
    }

div#Inhalt {
    margin-left: 10.5em;
    font-size: 0.9em;
    width: 730px;
    height: 610px;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
    background-color: white;
     border-width: 1px;
    border-style: dashed;
    border-color: #626262;
    }

  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0;
  }
  div#Inhalt h2 {
    font-size: 1.7em;
    margin: 0em;
    padding-top: 1em;
    padding-bottom: 1em;
    color: #00A6EB;
  }

  div#Inhalt p {
    font-size: 0.8em;
    margin: 0.5em 0em 0em 0.5em;
    padding-right: 20em;
  }
  p#Formular {
  font-size: 0.8em;
  float: left;
  text-align: right;
  }

      p#Fusszeile {
    clear: both;
    font-size: 0.8em;
    margin: 0.7em;
    padding-left: 12em;
    text-align: left;
    background-color: none;
    border-top: none;
  }
  table { width:100%;
  border: 1px;
  border-spacing: 0px;
  border-collapse: collapse;
  border-color: #A7A7A7;
  border-style: solid;
  }

  td { border:1px;
  vertical-align:top;
  border-style: solid;
  border-color: #A7A7A7;
  }
  a:link {
  color: #990000;
  background-color: transparent;
  text-decoration:none;
}
a:visited {
  color:#ED1C24;
  background-color: transparent;
  text-decoration:none;
}
a:active {
  color:#ED1C24;
  border-color:#F26522;
  text-decoration:none;
}
a:hover {
  color:#ED1C24;
  background-color: transparent;
  text-decoration:none;
}