* {
         /*zum Abschalten der Browsereigenen Einstellungen*/
        padding:0;
        border:none;
        text-decoration:none;
        font-style:normal;
}



/*--------------------------------------------------------------*/
/*        Einstellungen für body                                */
/*--------------------------------------------------------------*/

body {

         font-family:Verdana,Arial,Geneva,Helvetica,sans-serif;
         background-color:#05585F;
         font-size:1.2em;


}



/*--------------------------------------------------------------*/
/*        Einstellungen für Link zur Startseite mit Bild                           */
/*--------------------------------------------------------------*/

#reiher {

         text-align:center;
         height:120px;
        overflow:visible;


}

#reiher a {

        font-size:0.8em;
         font-weight:bold;

         color:black;
         width:120px;
         height:19ex;
         padding-top:2px;
        background-color:#c0bbbb;
        float:left;

}

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





/*--------------------------------------------------------------*/
/*        Einstellungen für textbereich                           */
/*--------------------------------------------------------------*/

#text {



        width:80%;
        text-align:center;
        color:white;
        margin-left:80px;



}

#text a{

      color:#FFFFFF;
      text-decoration:underline;

}

         #text a:link {}
         #text a:visited {}
         #text a:hover {}
         #text a:active{}
         #text a:focus {}



h1 {

        font-size:2em;

        font-variant:small-caps;

}


h2 {

        font-size 1.2em;

        font-variant:small-caps;
        margin-top:100px;
}


p {

        text-align:center;
        line-height:145%;

}



address {

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



/*--------------------------------------------------------------*/
/*        Einstellung für die Navigation                        */
/*--------------------------------------------------------------*/

#navigation {

        font-size:0.8em;
        font-weight:bold;
        height:15ex;
        clear:both;
        margin-bottom:80px;

}

#navigation ul {

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

}



#navigation li {

        border-left: 2px dotted #F0DB44;

}



#navigation a {
        padding:8px;
       color:#FFFFFF;
        display:block;

}



         #navigation a:link {}
         #navigation a:visited {background-color:#05585F;}
         #navigation a:hover {background-color:#A85400;}
         #navigation a:active{background-color:#A85400;}
         #navigation a:focus {background-color:#A85400;}





/*--------------------------------------------------------------*/
/*        Fotos                                                        */
/*--------------------------------------------------------------*/

*.foto1 {



        margin: 80px 80px 5px 80px;
        border-top:3px solid #464646;
        border-left:3px solid #464646;
        border-bottom:3px solid #575757;
        border-right:3px solid #575757;
		width:550px;

}



#text img:hover {width:800px;}

	

        

/*--------------------------------------------------------------*/
/*        Einstellung fuer Klassen                               */
/*--------------------------------------------------------------*/



*.unsichtbar {

       visible:none;;
}

*.fett {

        font-weight:bold;

}

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

*.iconhorizontal {


        vertical-align:middle;

}

*.iconvertikal {

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