
  /*Startseite,impressum,links,zum Abschalten der Browsereigenen Einstellungen*/
*{

        padding:0;
        border:none;
        text-decoration:none;
        font-style:normal;
		
}



/*--------------------------------------------------------------*/
/*        Einstellungen fuer body                                */
/*--------------------------------------------------------------*/

body {
         font-family:Verdana,Arial,Geneva,Helvetica,sans-serif;
         
         font-size:1.2em;
	

background-image:url("grafik/blumen_schwarz.jpg");





}

#kopf {




}
#kopf p {  
   font-size:0.4em;
  text-align:center;      
}




/*--------------------------------------------------------------*/
/*        Foto                                                 */
/*--------------------------------------------------------------*/

*.foto {
		
       width:99%;
       
       
}



/*--------------------------------------------------------------*/
/*        Einstellungen fuer Link zur Startseite mit Bild                           */
/*--------------------------------------------------------------*/

#reiher {

         text-align:center;
         height:120px;

}





 /*--------------------------------------------------------------*/
/*        Einstellungen fuer textbereich                           */
/*--------------------------------------------------------------*/





h1 {

        font-size:1.3em;		
        font-variant:small-caps;
		background-color:#77CCEE;
		border:3px dotted red;
opacity:0.9;
padding-left:10px;
padding-top:4px;
padding-bottom:4px;
margin-top:10px;
text-align:center;

}

#stall {
		
		width:32px;
		background-color:green;
		overflow:hidden;

}

		 #stall a:link {margin-left:-24px;}
         #stall a:visited {margin-left:-24px;}
         #stall a:hover {margin-left:0px;}
         #stall a:active{margin-left:0px;}
         #stall a:focus {margin-left:0px;}

h2 {

	font-size: 1.2em;

}



p {
	margin-left:4%;
	margin-right:4%;
	
    text-align:left;
    line-height:145%;
	
}



address {

        margin-bottom:6ex;
        margin-top:3ex;
        line-height:145%;
}



/*--------------------------------------------------------------*/
/*        Einstellung fuer die Navigation                        */
/*--------------------------------------------------------------*/

#navigation {        
	
	
	font-size:1.2em;
	text-align:center;
	
	
}



 #navigation ul {

        list-style-type:none;
		margin-top:1px;
}



#navigation li { 
				
		border:3px dotted #FF1155;
		float:left;	
		margin-left:6px;		
		margin-top:8px;
		width:12em;
height:4.7ex;
background-image:url("grafik/hintergrund_1.jpg");
}



 #navigation a {
      
        color:#000000;
        display:block;
	padding-top:10px;
	padding-bottom:10px;

}

         #navigation a:link {}
         #navigation a:visited {background-color:#FDFDFD;}
         #navigation a:hover {}
         #navigation a:active{background-color:#FFDDEE;}
         #navigation a:focus {background-color:#FFDDEE;}

*.standort {

        background-color:#99bbcc;
        padding:8px;
}



/*--------------------------------------------------------------*/
/*        Einstellung fuer die Seite "links"                    */
/*--------------------------------------------------------------*/

#links {

        font-size:0.8em;
        font-weight:bold;
        height:15ex;
        clear:both;


}

 #links ul {

        list-style-type:none;
        float:left;
        margin-left:40px;

}



 #links li {

      border-left:3px dotted #F0DB44;
	  

}



 #links a {
        padding:8px;
       color:#FFFFFF;
        display:block;
          margin-bottom:90px;
		  
  

}



         #links a:link {}
         #links a:visited {}
         #links a:hover {background-color:#A85400;}
         #links a:active{background-color:#A85400;}
         #links a:focus {background-color:#A85400;}


/*--------------------------------------------------------------*/
/*        Einstellung für fusszeile                               */
/*--------------------------------------------------------------*/

#fuss { 

padding-top:20px;       
  clear:both;
  height:30ex;
        

}

#fuss p {

font-size:0.4em;
text-align:center;

}

/*--------------------------------------------------------------*/
/*        Einstellung für Klassen                               */
/*--------------------------------------------------------------*/

*.unsichtbar {

        margin-left:-1000px;
}

*.fett {

        font-weight:bold;

}

/*--------------------------------------------------------------*/
/*        Icons in Links                                        */
/*--------------------------------------------------------------*/

*.iconhorizontal {


        vertical-align:middle;

}

*.iconvertikal {

        border:2px solid #3366cc;
        vertical-align:top;
        margin-left:4px;
}