/* Hintergrundfarbe und Standart Schrift */
body         { font-size: 12px; font-family: Verdana; font-weight: normal; background-color: #fff; background-repeat: no-repeat; background-position: center top }

/* Hyperlinks */
a:link { color: #FF6600;
         text-decoration: underline; 
         font-weight: bold; }
a:visited { color: #FF6600; 
            text-decoration: underline; 
            font-weight: bold; }
a:hover { color: #FF0000;
          text-decoration: none; }
a:active { color: #FF0000; 
           text-decoration: none; }

/* Texte */
.normal{ font-family: Verdana;
         font-size: 11px; 
         color: #000000;
         text-decoration: none; }
         
.small{ font-family: Verdana;
        font-size: 10px;
        color: #000000;
        text-decoration: none; }
        
.notice{ font-family: Verdana;
         font-size: 11px;
         color: #FEC254;
         font-weight: bold;
         text-decoration: none; }
         
.comment{ font-family: Verdana;
          font-size: 11px;
          color: #FF0000;
          text-decoration: none; }         
       
.headline { font-family: Verdana;
            font-weight: bold;
            font-size: 14px;
            color: #000000; 
            text-decoration: underline; }

/* Tabellen */
.tbl_main  { background-color: #fc9; border: solid 1px #000000; border-collapse: collapse }

.td0  { background-color: #cfc; border: solid 1px #000000 }            
            
.td1  { background-color: #d9d0ff; border: solid 1px #000000 }

.td2   { background-color: #cfc; border: solid 1px #000000 }
       
.td3    { background-color: #808080; border: solid 1px #000000 }
       
.td4 { background-color: #AAAAAA;        
       border-width: 0px;
       border-color: #000000; }     
       
.td5 { background-color: #EFEFEF;        
       border-width: 0px;
       border-color: #000000; }         
       
/* Formulare */
input { font-family: Verdana;
        font-size: 10px;
        color: #000000;
        background-color: #DEDEDE;
        border-style: solid;
        border-width: 1px;
        border-color: #000000; }
        
textarea { font-family: Verdana;
           font-size: 10px;
           color: #000000;
           background-color: #DEDEDE;
           border-style: solid;
           border-width: 1px;
           border-color: #000000; }

select { font-family: Verdana;
         font-size: 10px;
         color: #000000;
         background-color: #DEDEDE;
         border-style: solid;
         border-width: 1px;
         border-color: #000000; }           
