  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 */
  }

  div#Seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 980px;
    padding: 0;
    background: #ffffff;
    border: 0px solid silver;
  }

  div#Logo {
    font-size: 1.5em;
    margin: 0em; padding: 0.3em;
    text-align: left;
    background: #D8BFD8;
    border-bottom: 0px solid silver;
  }


  ul#Navigation {
    font-size: 0.83em;
    float: left; width: 230px; height: 450px;
    margin: 0em 0 1em 0; padding: 0;
    background: #D8BFD8;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0; padding: 0.5em;
  }
  ul#Navigation a {
    display: block;
    padding: 0.5em;
    font-weight: bold;
    text-decoration: none; 
  }
  ul#Navigation a:link {
    color: #334354; background-color: white;
  }
  ul#Navigation a:visited {
    color: #334354; background-color: white;
  }
  ul#Navigation a:hover {
    color: #334354; background-color: #BDA7BD;
    /* text-decoration: underline; */
  }
  ul#Navigation a:active {
    color: white; background-color: gray;
  }


  div#Inhalt {
    margin: 1em 0 1em 250px;
    padding: 0 1em;
    background: #D8BFD8;
    text-align: center;
    height: 450px;
    overflow: auto;
  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0;
  }

  div#Textcontent {
    margin: 1em 0 1em 250px;
    padding: 0 1em;
    background: #D8BFD8;
    text-align: left;
    height: 450px;
    overflow: auto;
  }
  * html div#Textcontent {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0;
  }

a {
    font-weight: bold;
    text-decoration: none; 
    color: #334354;
}

a:hover {
    font-weight: bold;
    text-decoration: underline; 
    color: #334354;
}

p#Fusszeile {
    clear: both;
    font-size: 0.7em;
    margin: 0; padding: 0.5em;
    text-align: center;
    background-color: #D8BFD8;
    border-top: 1px solid #000000;
  }
 
  hr {
    margin: 0.5em;  
    background: #ffffe0;
  } 
 
/**** Slidshow ***/ 
.author {
	color: #33CC62;
	leading: 10px;
	text-decoration: underline;
}

#instance {
        height: 100%;
    }


.slideshow { height: 450px; width: 691px; margin: auto }

/**** ende Slideshow ***/
