/* Hintergrundfarbe und Standart Schrift */
body { background-color: #000000; 
       font-weight: normal; 
       font-family: Verdana; 
       font-size: 12px; }

/* Hyperlinks */
a:link { color: #ab9c89;
         text-decoration: underline; 
         font-weight: bold; }
a:visited { color: #514537; 
            text-decoration: underline; 
            font-weight: bold; }
a:hover { color: #f0d7b2;
          text-decoration: none; }
a:active { color: #f0d7b2; 
           text-decoration: none; }

/* Texte */
.normal{ font-family: Verdana;
         font-size: 11px; 
         color: #ffffff;
         text-decoration: none; }
         
.small{ font-family: Verdana;
        font-size: 10px;
        color: #ffffff;
        text-decoration: none; }
        
.notice{ font-family: Verdana;
         font-size: 11px;
         color: #ab9c89;
         font-weight: bold;
         text-decoration: none; }
         
.comment{ font-family: Verdana;
          font-size: 11px;
          color: #ab9c89;
          text-decoration: none; }         
       
.headline { font-family: Verdana;
            font-weight: bold;
            font-size: 14px;
            color: #ffffff; 
            text-decoration: underline; }

/* Tabellen */
.tbl_main { }


.td0 { }            
            
.td1 { background-color: #000000; 
       border-top:1px solid #333333;}

.td2 { background-color: #000000; 
        border-top:1px solid #333333;}
       
.td3 { background-color: #000000; 
        border-top:1px solid #333333;}
       
.td4 { background-color: #000000;        
        border-top:1px solid #333333;}     
       
.td5 { background-color: #454545;        
        border-top:1px solid #333333;}         

       
/* Formulare */
input { font-family: Verdana;
        font-size: 10px;
        color: #121212;
        background-color: #eeeeee;
         }
        
textarea { font-family: Verdana;
           font-size: 10px;
           color: #000000;
           background-color: #DEDEDE;
           }

select { font-family: Verdana;
         font-size: 10px;
         color: #000000;
         background-color: #DEDEDE;
         }           
