/* Hintergrundfarbe und Standart Schrift */
body { background-color: #E9E9E9; 
       font-weight: normal; 
       font-family: Verdana; 
       font-size: 12px; }

/* Hyperlinks */
a:link { color: #314AB5;
         text-decoration: underline; 
         font-weight: bold; }
a:visited { color: #314AB5; 
            text-decoration: underline; 
            font-weight: bold; }
a:hover { color: #F84400;
          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: 12px;
         color: #F81111;
         font-weight: bold;
         text-decoration: none; }
         
.comment{ font-family: Verdana;
          font-size: 11px;
          color: #DE0000;
          text-decoration: none; }         
       
.headline{ font-family: Verdana;
           font-weight: bold;
           font-size: 22px;
           color: #000000; 
           text-decoration: underline; }

.tblhead{ font-family: Verdana;
          font-size: 12px; 
          color: #FEC254;
          font-weight: bold;
          text-decoration: none; }
         

/* Tabellen */
.tbl_main { border-collapse:collapse;

            border-left-width: 1px;
            border-left-color: #000000; 
            border-left-style: solid; 
            
            border-right-width: 1px;
            border-right-color: #000000; 
            border-right-style: solid;
            
            border-top-width: 1px;
            border-top-color: #000000; 
            border-top-style: solid; 
            
            border-bottom-width: 1px;
            border-bottom-color: #000000; 
            border-bottom-style: solid; }

.td0 { border-style: solid;
       border-width: 1px;
       border-color: #000000; }            
            
.td1 { background-color: #52CA53; 
       border-style: solid;
       border-width: 1px;
       border-color: #000000; }

.td2 { background-color: #92FF92; 
       border-style: solid;
       border-width: 1px;
       border-color: #000000; }
       
.td3 { background-color: #08800B; 
       border-style: solid;
       border-width: 1px;
       border-color: #000000; }
       
.td4 { background-color: #08800B;        
       border-width: 0px;
       border-color: #000000; }     
       
.td5 { background-color: #EFEFEF;        
       border-width: 0px;
       border-color: #000000; }         

.autor { filter: glow(color: #FF0000, strength= #1);
         color: #FFFFFF;
         font-family: verdana;
         font-size: 13px; }

.menulinks { font-size: 13px; }
       
.adminmenu { background-color: #08800B; }

.menulist { list-style-type: none;
             margin-left: 5px; }


/* Formulare */
input { font-family: Verdana;
        font-size: 12px;
        color: #000000;
        background-color: #DEDEDE;
        border-style: solid;
        border-width: 1px;
        border-color: #000000; }
        
textarea { font-family: Verdana;
           font-size: 12px;
           color: #000000;
           background-color: #DEDEDE;
           border-style: solid;
           border-width: 1px;
           border-color: #000000; }

select { font-family: Verdana;
         font-size: 12px;
         color: #000000;
         background-color: #DEDEDE;
         border-style: solid;
         border-width: 1px;
         border-color: #000000; }           