

* {margin: 0; padding: 0;}


body{
 background-color: #FEFEFE;
 font: 0.9em georgia, verdana, arial, sans-serif;
 color: #036;
}



#container {width: 99%;
            margin: 3px auto; 

}


h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  padding: 0;
  margin: 0;
}


a { text-decoration: none; 
    color: #036;
  }

a img { border: 0; }

p.mitte, h1.mitte, h3.mitte, h2.mitte, h4.mitte {
	text-align: center;
}



/*  ############# kopfbereich ################      */

#header {
  z-index: 100;
 height: 70px;
 background-color: #fff;
 background: url(bilder/gesichter.jpg) right bottom no-repeat;
}



.cafh {
background-color: #edf6f0 !important; 
}




/* IE 5... */
* html #header { height: 1em;}

#headlogo {
  left: 10px;
  top: 5px;
  padding: 7px 10px 0 10px;
  float: left;
}

#headtext {
  	padding: 15px 0 0 200px;
      	font-size: 28px; 
	color: #036;
	font-family: palatino linotype, georgia, verdana, arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}


/*  ############# linke seite ################  border-right: 1px #ccc solid;    */

#menu{
 float: left;
 width: 280px;
 padding: 50px 0 0 5px;
 z-index: 2;
 
 
}

.menutext { 
 width: 260px; 
 margin-bottom: 0px;
 margin-top: 10px !important;
 font: 12px verdana, sans-serif; 
 background-color: #fff;
 padding: 15px 5px 5px 13px;
 
}


.imgl {
	padding: 0; 
	margin: 10px 5px 0px 10px;
	}



/*  ########## inhalt ########### */





#inhalt { 
	margin-left: 285px;
     	padding: 30px 5px 0px 15px;	
	
	
}


/* inhalt Überschriften */


#inhalt h1 {
  color: #036;
  font-size: 1.6em;
  margin: 35px 10px 10px 15px;
  font-style: italic;
}

#inhalt h2 {
  color: #036;
  font-size: 1.3em;
  margin: 5px 10px 5px 15px;
	font-style: italic;
}


#inhalt h3 {
  color: #036;
  font-size: 1em;
  line-height: 1.5em;
  margin: 1.4em 10px -0.4em 15px;
}

#inhalt h3.mittegr {
	text-align: center;
  	color: #5c7560;
	font-size: 1.3em;
}


/* Absaetze */

#inhalt p {
  font-size: 0.9em;
  line-height: 2em;
  margin: 1em 15px;
}





/* inhalt Links */

#inhalt a:link { color: #036;}
#inhalt a:visited { color: #036; }

#inhalt a:focus,
#inhalt a:hover,
#inhalt a:active {
  color: #fff !important;
  background: #036;
}




hr {    min-width: 90%;
	height: 1px;
	color: #007800;
        margin: 0px 10px 10px 10px;
}
        

.cafa {
 background: url(bilder/bg_dunkelgruen.jpg) top repeat-x;
}


.usicht {
	height: 200px;
        font-size: 11px; 
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #036;
	margin: 40px 10px 10px 40px;
	background: url(bilder/start_bg2.jpg) right bottom no-repeat;
       
}

.usicht a {
	font-weight: bold;
	font-style: italic;
	font-size: 15px; 
}


/*  ########## fuss ########### */

#fuss { clear: both;
        height: 30px;
        margin-top: 40px;
        color: #036;
	font: 11px verdana, arial, Helvetica, sans-serif;
        padding: 5px 10px 0 0px;
        text-align: right;
        border-top: 1px #ccc solid;
}

#fuss a {
	font-weight: bold;
}

/* ##################  */

.stopfloat {
clear: both;
}


