/* DATEI: vogelfan.css */

/* style-sheet fuer homepage */

/* body { background-color:#FAFAC0;
       } */
       
body { background-color:#D7F5E6;  
       }
       
h1,h2,h3,h4,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {
 font-family:verdana,Helvetica,Arial,sans-serif; }

h1 { font-size:26px; margin-bottom:10px; }

h2 { font-size:21px; margin-bottom:10px; }

h2.sh2 { font-size:21px; }

h3,h3.xmp,h3.xpl,h3.inf,h3.tip,h3.akt { font-size:18px; }

h4 { font-size:16px; }

ul,ol,li,div,td,th,blockquote { font-size:12px; }
p { font-size:12px; 
    margin-top:3px;
    margin-bottom:3px;
  }

bklein {font-family: Helvetica,Arial,sans-serif;
        font-style: normal;
        font-size: 12px; 
        font-weight: bold;
         }

bklein10 {font-family: Helvetica,Arial,sans-serif;
        font-style: normal;
        font-size: 10px; 
        font-weight: bold;
         }

#p1 { padding-left: 15px; }

.text8pt { font-size: 8pt; 
           margin: 0pt;
}
 
.left15 {margin-left: 15px; }

.address { color:teal; font-size:8pt;}

.red { color:#FF0000 }
/* .lightyellow { background-color:#ffffc8 }   */
/*  front-farbe, back-farbe: Farbe f. Vorder bzw. Hintergrund  */
/*  farbe-farbe            : Farbe Hinter- u. Vordergrund  */           
/* dunkelgruen:   #008080 */
/* hellgruen:     #D7F5E6 */

.backteal { background-color:#008080; }
.frontteal { color:#008080; }
.backgreen { background-color:#D7F5E6 }
.frontgreen { color:#D7F5E6 }
.tealgreen { background-color:#008080;
              color:#D7F5E6;   }
.greenteal { background-color:#D7F5E6;
              color:#008080;   }

