body {
    font-family: sans-serif;
    /* line-height: 2.0em; */
    text-align: center;
    margin: 0px auto;
    background-color: #000000;
    width: 1000px;
    /* color: black; background-color: gray; */
/*     font-size: 90.01%;
    font-family: Helvetica,Arial,sans-serif; 
    margin: 0 3em 0 3em; padding: 1em;
    min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
      } 

div#seitenbereich   {
	border:0px solid white;
	padding:0 0em;
}


div#bereichkopf {

    background-image: url(Banner.gif); 
    height:   100px;
    width:  1000px;
}


#bereichinhalt h1, h2, h3, h4, h5, h6 {
    color:   #FF6600;
    text-align: left;
    }

#bereichinhalt {
    color:   #FFFFFF;
    margin-left: 20px;
    text-align:  justify;
    font-size:   18px;
    margin-right: 20px;
}

#bereichinhalt a {text-decoration: none; color: #ff6600;}
#bereichinhalt a:hover  {color: #FFFF00;} 


   
.clearDiv{ font-size: 1px;
					 line-height: 0em;
           height: 0;
           clear: both;}


              
#bereichfuss  {
    background-color: #000000;
    text-align: center;
    color: #ff6600;
    margin-top: 40px;
    margin-bottom: 20px;
}          
           


