  body {
    color: #333333; background-color: #FFD69A;
    font-size: 100.01%;
    font-family: Verdana, 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: 795px;
    padding: 0;
    background: #ffffe0 url(../img/hintergrund_inhalt.gif) repeat-y;
    border: 5px solid white;
  }

div#kopf {
background: #ffffff url(img/hintergrund_kopf.jpg) repeat-y;
}
div#kopflinks {
    float: left; width: 263px; height: 119px;
    margin: 0; padding: 0;
    background-color: white;
   }
div#kopfrechts {
    height: 119px;
    margin: 0 0 0 265px;
    padding: 0;
    background: #AEC9ED;
  }
  * html div#kopfrechts {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0;
  }
div#kopfrechts .motto {
    font-family: Verdana; color: #ffffff;
    font-size: 1.2em; 
	font-style: bold;
	position:relative;
	top:36px; left:20px;
}
div#kopfrechtsbild {
    height: 119px;
    margin: 0 0 0 263px;
    padding: 0;
    background: #ffffff;
  }
  * html div#kopfrechtsbild {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0;
  }
  ul#Navigation {
    font-size: 0.8em;
    float: left; width: 263px;
    margin: 2em 0 1.2em; padding: 0;
   }
  ul#Navigation li {
    list-style: none;
    margin: 0; padding: 0.5em;
  }
  ul#Navigation a {
    display: block;
    padding: 0.2em;
    font-weight: bold;
  }
  ul#Navigation a:link {
    color: white; text-decoration: none;
  }
  ul#Navigation a:visited {
    color: white; text-decoration: none; 
  }
  ul#Navigation a:hover {
    color: #FFD69A; text-decoration: none; 
  }
  ul#Navigation a:active {
    color: #FFD69A; text-decoration: none;
  }
  ul#Navigation a:focus {
    color: #FFD69A; text-decoration: none;
  }
  ul#Navigation .subnav {
    margin-left:2em; color: #FFD69A; padding:0; text-decoration: none; font-size:0.9em; font-weight:normal;
  }
  div#Inhalt {
    margin: 2em 0 1em 263px;
    padding: 0 1em;
    background: url(../img/hintergrund_homepage.gif) repeat-y;
    height: 380px;	
  }
  * html div#Inhalt {
    height: 1em; 
    margin-bottom: 0;
  }
  div#Inhalt h1 {
    font-size: 1.0em;
    margin: 0.2em 0;
    color: #666666;
  }
  div#Inhalt h2 {
    font-size: 0.8em;
    margin: 0 0;
    color: #666666;
  }
  div#Inhalt p {
    font-size: 0.8em;
    margin: 1em 0;
  }
	div#Inhalt a {
    color: black;
  }
  div#Inhalt .txt {
    font-size: 0.8em;
    margin: 0 0;
  }
div#Inhalt li {
 font-size: 0.8em;
margin:0.3em 0;
   } 
div#Inhalt ul {
    list-style: disc; list-style-position:outside;
    margin: 0; padding: 1em;
  }
  p#Zwischenzeile {
    clear: both;
    margin: 0; padding: 0;
    text-align: center;
    background: white;
  }
 p#Fuss {
    clear: both;
    margin: 0; padding: 0;
    font-size:0.8em; color: white; text-decoration: none;
    position: relative; left: 300px;
    background: #FFD69A;
  }
