 body {
    color:#669966; 
    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:990px;
    padding:0;
    background-color:#ffffcc; 
    background-image:url(../bilder/hintergrund6.gif);
    background-repeat:repeat-y;                                 
  }

  html>body div#Seite {
    border-color:gray;  /* Farbangleichung an den Internet Explorer  */
  }

  h1 {
    font-size:1.5em;
    margin:0; 
    padding:0.3em;
    text-align:center;
    background color:#add492; 
    border-bottom:2px solid white;
    background-image:url(../bilder/hintergrund2.gif);		
  }

  ul#Navigation {
    font-size:0.83em;
    float:left; 
    width:200px;
    margin:0 0 1.2em;  /*fehlt eine angabe*/
    padding:0;
  }

  ul#Navigation li {
    list-style:none;
    margin:0; 
    padding:0.5em;
  }

  ul#Navigation a, u1#Navigation span{
	  display:block;   
    padding:0.2em;
    font-weight:bold;
		border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: #ccff99;
    
  }

  ul#Navigation a:link {
	  text-decoration:none;
		font-weight:bold;
    color:#ffffcc; 
		            
  }

  ul#Navigation a:visited {
	 text-decoration:underline;
	 font-weight:bold;
   color:#ffffcc; 
 }
 
  ul#Navigation a:hover,ul#Navigation span  {
	  text-decoration:underline;
	  font-weight:bold;
	  border-color:white;
    border-left-color: black; border-top-color: black;
    color:#996600; 

  }

  ul#Navigation a:active {
	  text-decoration:underline;
	  font-weight:bold;
    color:#996600; 
    background-color: #ffffcc;
  }
  
  div#Inhalt {
	  width:700px;
    margin:0 0 1em 220px;     
    padding:0 1em;
  }

  *html div#Inhalt {
    height:1em;                /*Workaround gegen den 3-Pixel-Bug des Internet Explorers*/
    margin-bottom:0;
  }

  div#Inhalt h2 {
    font-size:1.2em;
    margin:0.2em 0;
    color:#669966;
  }
	
 div#Inhalt p {
    font-size:1em;
    margin:1em 0;
    color:#669966;
  }
 div#Inhalt li{
 		font-size:1em;
		text-align:left;
		list-style-image:url(../bilder/listenpunkt.gif);
		list-style-position:inside;
		color:#669966;				
 }	

 p#Fusszeile {
    clear:both;
		color:#ffffcc;
    font-size:0.83em;
    margin:0; 
    padding:0.1em;
    text-align:center;
    background-color:#add492;
    border-top:2px solid white;
  }
p#Fusszeile2 {
    clear:both;
		color:#ffffcc;#000000
    font-size:0.83em;
    margin:0; 
    padding:0.1em;
    text-align:left;
    background-color:#add492;
 }

#Fusszeile2 a:link {
	color:#ffffcc;
	text-decoration:underline;
}

#Fusszeile2 a:visited {
	text-decoration:underline;
	color:#ffffcc;
}

#Fusszeile2 a:hover {
	text-decoration:underline;
	color: #008000;
}

#Fusszeile2 a:active {
	text-decoration:underline;
	color:#ffffcc;
}
a:link {
  color:#669966;
  text-decoration:underline;
}

a:visited {
  text-decoration:underline;
  color:#669966;
}

a:hover {
  text-decoration:underline;
  color:#996600;
}

a:active {
  text-decoration:underline;
  color:#996600;             
}

