/* Hintergrundfarbe und Standart Schrift */
/* Aufruf: <link rel="stylesheet" type="text/css" href="{url}templates/odgb.css" /> */


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

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

            border-left-width: 3px;
            border-left-color: #8A90AF; 
            border-left-style: solid;
            
            border-right-width: 3px;
            border-right-color: #8A90AF; 
            border-right-style: solid;
            
            border-top-width: 3px;
            border-top-color: #8A90AF; 
            border-top-style: solid; 
            
            border-bottom-width: 3px;
            border-bottom-color: #8A90AF; 
            border-bottom-style: solid; }

.td0 { border-style: solid;
       border-width: 1px;
       border-color: #8A90AF; }            
            
.td1 { background-color: #EDEEF3;
       border-style: solid;
       border-width: 1px;
       padding:0.3em;
       border-color: #8A90AF; }

.td2 { background-color: #E4E5EC; 
       border-style: solid;
       border-width: 1px;
       padding:0.3em;
       border-color: #8A90AF; }
       
.td3 { background-color: #8A90AF; 
       border-style: solid;
       border-width: 1px;
       padding-left:0.3em;
       border-color: #8A90AF; }
       
.td4 { background-color: #AAAAAA;        
       border-width: 0px;
       border-color: #8A90AF; }     
       
.td5 { background-color: #EFEFEF;        
       border-width: 0px;
       border-color: #8A90AF; }         
       
/* 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; }           