body {
	
    color: #801919; 
    background-image: url("images_html/Hintergrundgrafik.jpg");
    font-size: 0.8em;
    font-family: Helvetica, Bodoni,Arial,sans-serif;
    margin: 0; padding: 1em;
    text-align:left;
    
    min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
    
  }
div#header {
  width:950px;
  height:260px;
  background-image:url("images_html/header21.gif");
  margin:0 auto;
  padding: 0;
  }
  
div#wrapper1{
	margin:0 auto;
	width:948px;
	height:25px;
	background-color: #FFBB00;
	border:0px solid;
   }
div#wrapper{
	margin:0 auto;
	width:950px;
	background:transparent;
	border:1px solid;
   }  
   
  #Steuerung {
	 
	  height:25px;
	  margin:0px 0px 5px 0px;
	  border: 0px double yellow
    
  }
  #Steuerung .horizontal {
	  text-align:center;
	  float:left;
	  width:158px;
	  border:0px solid;
  }
  
  
 
  #Steuerung a {
	  line-height:25px;
	  font-weight: bold;
    text-decoration:none;
  }
  #Steuerung a:visited {
    color:#9F0000; 
    background-color: #FFBB00;
  }
  #Steuerung a:link {
    color:#9F0000; 
    background-color: #FFBB00;
  }
  #Steuerung a:hover {
    
    background-color: #FFE300;
  }
  #Steuerung a:active {
    color:#0731BC ; background-color: #F8CE43;
   }

  ul#Navigation {
	  width:170px;
	  display:block;
    font-weight: bold;
    float: left;
    text-align:left;
    margin:  0;
    padding: 0;
     background-color: #E18040;
    border: 0px dashed silver;
  }
  ul#Navigation li {

    list-style: none;
    margin: 0; padding: 0;
  }
  ul#Navigation a {
	  color:#9F0000; background-color: #FFBB00;
    display: block;
    height:25px;
    line-height:25px;
    font-weight: bold;
    text-decoration:none;
    border: 1px solid black;
    border-left-color: yellow;
    border-top-color: yellow;
    color: maroon;
  }
  ul#Navigation a:link {
    color:#9F0000; background-color: #FFBB00;
  }
  ul#Navigation a:visited {
	      color:#9F0000; background-color: #FFBB00;

  /*  color: #666; background-color: #eee;*/
  }
  ul#Navigation a:hover {
 background-color: #FFE300;
  }
  ul#Navigation a:active {
    color:#0731BC ; background-color: #F8CE43;
  }

  div#Fotos {
	  width: 216px;	 
    font-size: 0.85em;
    float: right;
    margin: 2px; 
    padding:  0;
    text-align:center;
    background-color: transparent;
   

  }
  div#Fotos h2 {
    font-size: 1.37em;	
    font-style: italic
    margin: 0em ;
  }
  div#Fotos img{
	margin:0px 0px 5px 0px;
	 border: 0px dashed silver;
}


  
div#Inhalt {
    float:left;
    width:450px;
    text-align:left;
    margin-left:50px;
    margin-top:50px;
    padding: 0;
    border: 0px dashed yellow;
    
  }
  * html div#Inhalt {
    height: 1em; 
    
  }
  div#Inhalt h1 {
    font-size: 1.5em; 
     line-height: 1.8em;
    margin: 0;
    text-align:center;
  }
  div#Inhalt h2 {
    font-size: 1.2em;
    line-height: 1.4em;
    margin: 0;
    text-align:center;
  }
  div#Inhalt p {
    font-size: 0.9em;
    margin-bottom: 10px;
   
  }

  #Fusszeile {
    clear: both;
    font-size: 0.9em;
    text-align:center;
    margin: 0 ; padding: 0em;
    
    color: maroon; background-color: #fed; border: 1px solid silver;
  }