  body {
    color: black; background-color: white;
    font-size: 100.01%;
    font-family: Arial, Georgia, Times;
    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: 1020px;
    padding: 0;
    background: #eeeeee url(../bilder/hintergrund.jpg) repeat-y;
    border: 2px ridge silver;
  }

  h1 {
    font-size: 1.5em;
    margin: 0; padding: 0.0em;
    height: 180px;
    text-align: left;
    background: #fed url(../bilder/logo_headline.gif) no-repeat 100% 45%;
    background-color: #dddddd;
    border-bottom: 3px solid silver;
  }

  ul#Navigation {
    font-size: 1.0em;
    float: left; width: 190px;
    margin: 0 0 1.2em; padding: 0.5em;
    background-color: #eeeeee;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0; padding: 0.5em;
  }
  ul#Navigation a {
    padding: 0.2em;
    font-family: Arial, Georgia, Times;
    font-size: 1.0em;   
    font-weight: bold; 
    text-decoration: none;   
  }
  ul#Navigation a:link {
    color: black; 
    background-color: #eeeeee;
  }
  ul#Navigation a:visited {
    color: black; 
    background-color: #eeeeee;
  } 
  ul#Navigation a:hover {
    color: #a4242c; 
    background-color: #dddddd;
  }
  ul#Navigation a:active {
    color: white; 
    background-color: gray;
  }

  div#Inhalt {
    margin: 0 0 1em 190px;
    padding: 0 1em;
  }
  * 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.5em;
    margin: 0.5em 0; padding: 0.5em;
    color: black;
  }
  div#Inhalt h3 {
    font-size: 1.2em;
    margin: 0.5em 0; padding: 0.5em;
    color: black;
  }
  div#Inhalt h4 {
    font-size: 1.0em;
    margin: 0.5em 0; padding: 0.5em;
    color: black;
  }
  div#Inhalt p {
    font-size: 0.9em;
    margin: 0.5em 0; padding: 0.5em; 
    text-decoration: none;   
  }

  div#Spalte {
    margin: 0 0 1em 10px;
    padding: 0 1em;
  }
  * html div#Spalte {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0;
  }
  div#Spalte h2 {
    font-size: 1.5em;
    margin: 0.5em 0; padding: 0.5em;
    color: black;
  }
  div#Spalte h3 {
    font-size: 1.2em;
    margin: 0.5em 0; padding: 0.5em;
    color: black;
  }
  div#Spalte h4 {
    font-size: 1.0em;
    margin: 0.5em 0; padding: 0.5em;
    color: black;
  }
  div#Spalte p {
    font-size: 0.9em;
    margin: 0.5em 0; padding: 0.5em; 
    text-decoration: none;   
  }


  div#Fusszeile  { 
    clear: both;
    margin: 0; padding: 0.5em;
    background-color: #dddddd;
    border-top: 3px solid silver;
	}
  * html div#Fusszeile {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0;
  }

  div#Fusszeile p {
    font-size: 0.9em;
    margin: 0em 0.5em; padding: 0.1em; 
    text-decoration: none;   
  }

  div#Fusszeile li {
    list-style: none;
    margin: 0; padding: 0.5em;
  }
  div#Fusszeile a {
    padding: 0.2em;
    font-family: Arial, Georgia, Times;
    font-size: 1em;   
    font-weight: bold; 
    text-decoration: none;   
  }
  div#Fusszeile a:link {
    color: black; 
    background-color: #ddd;
  }  
  div#Fusszeile a:visited {
    color: black; 
    background-color: #ddd;
  } 
  div#Fusszeile a:hover {
    color: #a4242c; 
    background-color: #ccc;
  }
  div#Fusszeile a:active {
    color: white; 
    background-color: gray;
  }

