
  /*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;
         background-color:#05585F;
         font-size:1.2em;


}


#kopf {

        margin-left:10px;
        width:450px;
        overflow:visible;

        float:left;
        text-align:center;

        background-color:#c0bbbb;
        border-left:1px solid #777777;
        border-top:1px solid #666666;
        border-right:1px solid #666666;


}

#kopf h1 {

        font-size:1.7em;

        font-variant:small-caps;
        letter-spacing:12px;
}




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

*.foto {

        margin-left:10px;
        margin-top:-27px;
        margin-bottom:50px;
        clear:left;
        float:left;

        border:1px solid #666666;
}



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

#reiher {

         text-align:center;
         height:120px;

}


#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 fuer textbereich                           */
/*--------------------------------------------------------------*/

#text {

        margin-left:480px;
        margin-right:120px;
        margin-bottom:20px;
        color:#ffffff;
        padding:40px;

}


h1 {

        font-size:2em;

        font-variant:small-caps;

}



p {

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

}



address {

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



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

#navigation {

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


 #navigation ul {

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

}



 #navigation li {

      border-left:3px dotted #F0DB44;

}



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

}



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



*.standort {

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

}

/*--------------------------------------------------------------*/
/*        Einstellung fuer die 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 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;
}