/* Hintergrundfarbe und Standard Schrift */

/* Texte */
.normal{ font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
         color: #000;
         font-size:1.2em;}

.odgb_footer{ font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
         color: #fff;
         font-size:1.2em;}
         
.small{ font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
        color: #000;
        text-decoration: none; }
        
.notice{ font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
         color: #fff;
         font-weight: normal;
         text-decoration: none;
          font-size:1.1em; }

.err{ font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
         color: red;
         font-weight: bold;
         text-decoration: none;
          font-size:1.2em; }
         
.comment{ font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
          /*color: #6699cc;*/
          color: red;
          text-decoration: none; }         
       

/* Tabellen */
.tbl_main { border-collapse:collapse;

           /* border-left-width: 1px;
            border-left-color: #bbbbbb; 
            border-left-style: solid; 
            
            border-right-width: 1px;
            border-right-color: #bbbbbb; 
            border-right-style: solid;
            
            border-top-width: 1px;
            border-top-color: #bbbbbb; 
            border-top-style: solid; 
            
            border-bottom-width: 1px;
            border-bottom-color: #bbbbbb; 
            border-bottom-style: solid;*/ }

/*.td0 { background-color: #FFFFFF;
       border: solid 1px #bbbbbb;
       padding:5px; }            
            
.td1 { border-style: solid;
       border-width: 1px;
       border-color: #bbbbbb; }

.td2 { border-style: solid;
       border-width: 1px;
       border-color: #bbbbbb; }
       
.td3 { border-bottom: solid 1px #bbbbbb;
       background-color: #444;
       }
       
.td4 { border-width: 0px;
       border-color: #bbbbbb; }     
       
.td5 { background-color: #FFFFFF;        
       border-width: 0px;
       padding:5px;
       border-color: #bbbbbb; }    */     
       
/* Formulare */
input { background-color: #fff;
        border: 1px solid #778;}
        
textarea { background-color: #fff;
           border: 1px solid #778;
           padding:5px;}

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

         

