/* Style Sheet */
  body {
    color: black; background-color: white;
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; padding: 1em 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
  }

a:link { text-decoration:none; font-weight:normal; color:#0000FF; }
 a:visited { text-decoration:none; font-weight:normal; color:#0000FF; }
 a:hover { text-decoration:none; font-weight:normal; color:#0000FF; }
 a:active { text-decoration:none; font-weight:normal; color:#0000FF; }
 a:focus { text-decoration:underline; font-weight:normal; color:#0000FF; }

  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 760px;
    padding: 0;
    background: url() no-repeat;
    border: 0px ridge silver;
  }
  html>body div#Seite {
    border-color: gray;  /* Farbangleichung an den Internet Explorer  */
  }

  h1 {
    font-size: 1.2em;
    margin: 0.5em 0em 0.5em; padding: 0em 0em;
    text-align: left;
    background: url() no-repeat 100% 45%;
    border-bottom: 1px solid silver;
  }
  p {
    font-size: 0,8em;
    margin: 0; padding: 0.5em;
    text-align: left;
    background: url() no-repeat 100% 45%;
    border-bottom: 0px solid silver;
  }
    


  div#Rahmen {
    float: left;
    width: 47.1em;
    padding: 0.1em;
    border: 0px solid black;
    background-color: white;
  }
  * html div#Rahmen {  /* Korrektur fuer IE 5.x */
    width: 48.7em;
    w\idth: 47.1em;
  }
  div#Rahmen div {
    clear: left;
  }
  ul#Navigation_extern {
    margin: 0.7em; padding: 0;
    text-align: left; font-size: 0.7em;
  }

  ul#Navigation_extern li {
    list-style: none;
    float: right;
    width: ;
    position: -static;
    margin: 0em; padding: 0;
  }
  * html ul#Navigation_extern li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: -0em;
  }
  *:first-child+html ul#Navigation_extern li {  /* Korrektur fuer den IE 7 */
    margin-bottom: -0em;
  }

  ul#Navigation_extern li ul {
    margin: 0.2em; padding: 0;
    position: -static;
    top: 0em; left: 0em;
  }
  * html ul#Navigation_extern li ul {  /* Korrektur fuer IE 5.x */
    left: 0em;
    lef\t: 0em;
  }
  ul#Navigation_extern li ul li {
    float: none;
    display: block;
    margin-bottom: 0.2em;
  }

  ul#Navigation_extern a, ul#Navigation_extern span {
    display: block;
    padding: 0.2em 0.2em;
    text-decoration: none; font-weight: normal; font-size: 1em;
    border: 0px solid black;
    border-left-color: white; border-top-color: white;
    color: maroon; background-color: #ccc;
  }
  * html ul#Navigation_extern a, * html ul#Navigation_extern span {  /* nur fuer IE erforderlich */
    width: 100%;
    w\idth: 9.4em;
  }
  ul#Navigation_extern a:hover, ul#Navigation_extern span, li a#aktuell {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: gray;
  }
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color: maroon; background-color: silver;
  }
  ul#Navigation_extern li ul span {  /* aktuelle Unterseite kennzeichnen */
    background-color: maroon;
  }
  
  ul#Navigation_intern {
    font-size: 0.7em;
    float: left; width: 14em;
    margin: 0; padding: 0.5em;
    border: 0px dashed silver;
  }
  ul#Navigation_intern li {
    list-style: none;
    margin: 0; padding: 0.2em;
  }
  ul#Navigation_intern a {
    display: block;
    padding: 0.0em;
    font-weight:
  }
  ul#Navigation_intern a:link {
    color: black; background-color: #eee;
  }
  ul#Navigation_intern a:visited {
    color: #666; background-color: #eee;
  }
  ul#Navigation_intern a:hover {
    color: black; background-color: white;
  }
  ul#Navigation_intern a:active {
    color: white; background-color: gray;
  }
  
    div#Inhalt {
    margin-left: 12em;
    padding: 0 1em;
    border: 0px dashed silver;
  }
  div#Inhalt h1 {
    font-size: 1.2em;
    margin: 2em 0em 0em;
  }
  div#Inhalt h2 {
    font-size: 1em;
    margin: 1em 0em 0em;
  }
  div#Inhalt h3 {
    font-size: 0.9em;
    margin: 1em 0em 1em;
  }
  div#Inhalt h4 {
    font-size: 0.9em;
    font-style: italic;
    margin: 1em 0em 1em;
  }
  div#Inhalt p {
    font-size: 0.8em;
    margin: 0em 0em 0em;
  }
  div#Inhalt a {
    padding: 0em 0em 0em 0em;
    font-weight:
  }
  div#Inhalt a:link {
    color: black; background-color: #eee;
    font-style:italic;
  }
  div#Inhalt a:visited {
    color: #666; background-color: #eee;
    font-style:italic;
  }
  div#Inhalt a:hover {
    color: black; background-color: white;
    font-style:italic;
  }
  div#Inhalt a:active {
    color: white; background-color: gray;
    font-style:italic;
  }
  
  div#Inhalt ul {
    font-size: 0.8em;

    margin: 0; padding: 0;
    border: 0px dashed silver;
  }
  ul#Ebene2 ul {
    font-size: 1em;

    margin: 0em 0em 0em 1em; padding: 0;
    border: 0px dashed silver;
  }
    ul#Ebene2 li {
    list-style: none;
    margin: 0; padding: 0.2em;
  }
  
  
  ul#Inhalt {
    font-size: 0.7em;
    margin: 1em 0em 0em 0em; padding: 0em;
    border: 0px dashed silver;
  }
  ul#Inhalt li {
    list-style-image:url(l_2.gif);
    list-style-position:outside;
    margin: 1em; padding: 0em;
    
  }
  ul#Inhalt a {
    padding: 0em 0em 0em 0em;
    font-weight:
  }
  ul#Inhalt a:link {
    color: black; background-color: #eee;
    font-style:italic;
  }
  ul#Inhalt a:visited {
    color: #666; background-color: #eee;
    font-style:italic;
  }
  ul#Inhalt a:hover {
    color: black; background-color: white;
    font-style:italic;
  }
  ul#Inhalt a:active {
    color: white; background-color: gray;
    font-style:italic;
  }
  
  
  
  p#Fusszeile {
    clear: both;
    font-size: 0.8em;
    margin: 2em 0em 0em; padding: 0.1em;
    text-align: right;
    border: 1px solid silver;
  }
    div#Fusszeile a {
    padding: 0em 0em 0em 0em;
    font-weight:
  }
  div#Fusszeile a:link {
    color: black; background-color: #eee;
    font-style:italic;
  }
  div#Fusszeile a:visited {
    color: #666; background-color: #eee;
    font-style:italic;
  }
  div#Fusszeile a:hover {
    color: black; background-color: white;
    font-style:
  }
  div#Inhalt a:active {
    color: white; background-color: gray;
    font-style:italic;
  }