html, body {margin: 0; padding: 0; border: 0;}

body {
color: #000; 
background-color: #eee; 
font-family: verdana, sans-serif; 
background-image:url(../../pix/bg.gif);
font-size: 12px; 
line-height:200%;
text-align: left;
margin: 30px 0;
}

/* Hyperlinks */
a:link { color: #ffffff;
         text-decoration: underline; 
         font-weight: bold; }
         
a { color: #ffffff;
         text-decoration: underline; 
         font-weight: bold; 
         border:0px;
         }
         
img {
border:0px;
         }   
         
              
         
a:visited { color: #006699; 
            text-decoration: underline; 
            font-weight: bold; }
a:hover { color: #006699;
          text-decoration: none; }
a:active { color: #006699; 
           text-decoration: none; }

/* Texte */
.normal{ font-family: Verdana;
         font-size: 11px; 
         color: #000000;
         text-decoration: none; }
.normal a{
color: #000;
}         
         
         
.small{ font-family: Verdana;
        font-size: 10px;
        color: #000000;
        text-decoration: none; }
        
.notice{ font-family: Verdana;
         font-size: 11px;
         color: #ffffff;
         font-weight: bold;
         text-decoration: none; }
         
.comment{ font-family: Verdana;
          font-size: 11px;
          color: #006699;
          text-decoration: none; 
          
          }         
       
.headline { font-family: Verdana;
            font-weight: bold;
            font-size: 12px;
            color: #000000; 
            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: #EFEFEF; 
       border-style: solid;
       border-width: 1px;
       border-color: #000000; }

.td2 { background-color: #DEDEDE; 
       border-style: solid;
       border-width: 1px;
       border-color: #000000; }
       
.td3 { background-color: #006699; /*  Rahmenfarbe oben und unten  */
       border-style: solid;
       border-width: 1px;
       border-color: #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; }           