
/* schriftstil,abstände */

BODY { 
    margin-top: 40px; 
    margin-left:40px; 
    margin-right: 40px;
    margin-bottom: 40px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    line-height: 12pt;
    font-weight: normal; 
    font-style: normal; 
    color: black;
    background-color: #CCCCCC; 
}

H1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16pt;
    line-height: 16pt;
    font-weight: bold; 
    font-style: normal; 
    color: black;
    background-color: transparent; 
}

H2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    line-height: 14pt;
    font-weight: bold; 
    font-style: normal; 
    color: black;
    background-color: transparent; 
}

H3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    line-height: 12pt;
    font-weight: bold; 
    font-style: normal; 
    color: black;
    background-color: transparent; 
}

.small {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    line-height: 16pt;
    font-weight: normal; 
    font-style: normal; 
    color: black;
    background-color: transparent; 
}

.mini {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    line-height: 16pt;
    font-weight: normal; 
    font-style: normal; 
    color: black;
    background-color: transparent; 
}

.minimini {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    line-height: 16pt;
    font-weight: normal; 
    font-style: normal; 
    color: black;
    background-color: transparent; 
}

/* tabelle */

table, tr, td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    line-height: 12pt;
    font-weight: normal; 
    font-style: normal; 
    color: black;
    background-color: transparent; 
}

/* scrolleiste internet explorer ab vers.5.5 */

BODY {
    scrollbar-arrow-color: #8E8E8E; 
    scrollbar-base-color: #8E8E8E;
    scrollbar-highlight-color : #8E8E8E; 
    scrollbar-shadow-color : #8E8E8E;
    SCROLLBAR-TRACK-COLOR: #D1C8C9;

}


.leiste {
   background-color:#CEC6AF; 
   color:black;  
   text-decoration:none ;
   font-family:verdana, sans-serif; 
   font-size: 10pt;
   padding-left: 2px; 
   padding-bottom: 2px; 
   padding-top: 2px;
   margin: 0px auto;
   height:19px;
}


/* allgemeine links im text */

a:link, a:visited, a:active, a:hover { 
  color:#808080; 
  text-decoration:underline; 
  font-family: verdana; 
  font-size: 10pt;
}






















