
/* schriftstil,abstände */

body
{margin-top: 0px; margin-left: 20px; margin-right: 20px;margin-bottom: 0px; color: #376137;  background-color:#F2FFEF; font-family:arial,verdana; font-size: 10pt;}


table, tr, td { 
                color:#376137; 
                font-family: arial,verdana; 
                font-size: 10pt; 
                font-weight: bold; 
              }

/* scrolleiste internet explorer ab vers.5.5 */

body { 
       background-image:url(bilder/olymp_bg.jpg);
       background-repeat:no-repeat;
       background-attachment:fixed; padding:0px;
       background-color:#376137;
       scrollbar-arrow-color: #FFFFFF; 
       scrollbar-base-color: #376137;
       scrollbar-highlight-color:#e6e6e6; 
       scrollbar-shadow-color:#e6e6e6;
       SCROLLBAR-TRACK-COLOR: #FCFEE6;
     }

body.inl {
            margin:10px; 
            font-family:verdana;
            font-size:9pt;
            color:#8AFF8A;
            background-image:url(bilder/olymp_hg.jpg);
            background-repeat:no-repeat;
            background-attachment:fixed; padding:0px;
            background-color:#F2FFEF;
         }
/* menue linke seite */


#menu1 a {display: block;
color:#FFFFFF; text-decoration:none ;font-family:verdana, sans-serif; font-size: 10pt;
width:180px;
text-align:left;
margin: 0px auto;
padding-left:10px;

}


#menu1 a:visited{
color:#FFFFFF; text-decoration:none ;font-family:verdana, sans-serif; font-size: 10pt;
width:180px;
text-align:left;margin: 0px auto;
padding-left:10px
}

#menu1 a:active {
color:#FFFFFF; text-decoration:none ;font-family:verdana, sans-serif; font-size: 10pt;
width:180px;
text-align:left;
margin: 0px auto;
padding-left:10px
}

#menu1 a:hover {
color:#FFFF00; text-decoration:none ;font-family:verdana, sans-serif; font-size: 10pt;
width:180px;
text-align:left;
margin: 0px auto;
padding-left:10px
}





/* allgemeine links im text */

a:link{ color: #D67101; text-decoration:underline;font-family: verdana; font-size: 9pt;}

a:visited{color:#D67101;text-decoration:underline;font-family: verdana; font-size: 9pt;}

a:active{ color:#D67101;text-decoration:underline;font-family: verdana; font-size: 9pt; }

a:hover{ color: #D67101; text-decoration:none;font-family: verdana; font-size: 9pt; }

