/* Hintergrundfarbe und Standart Schrift */
/* body { background-color: #DDDDDD;
       font-weight: normal; 
       font-family: Verdana; 
       font-size: 11px; } */

body         { width: 400px; background-color: #F1F9EE; background-position: center; font-family: Verdana; color: #4E4B4A; font-size: 11px }

/* Hyperlinks */
/* a:link { color: #FF6600;
         text-decoration: underline; 
         font-weight: bold; } */
a:link       { color: #72C054; font-family: Verdana; font-size: 11px; text-decoration: 
               underline; font-weight: bold }
/* a:visited { color: #FF6600; 
            text-decoration: underline; 
            font-weight: bold; } */
a:visited    { color: #72C054; font-family: Verdana; font-size: 11px; text-decoration: 
               underline; font-weight: bold }
*/ a:hover { color: #FF0000;
          text-decoration: none; } */
a:hover      { color: #72C054; text-decoration: underline; font-family: Verdana; font-size: 
               11px; font-weight: bold }
a:active { color: #72C054; 
           text-decoration: none; }

/* Texte */
.normal{ font-family: Verdana;
         font-size: 11px; 
         color: #0079B7; 
		 font-weight: bold;
         text-decoration: none;
		 }
         
.small{ font-family: Verdana;
        font-size: 10px;
        color: #000000;
        text-decoration: none; }
        
.notice{ font-family: Verdana;
         font-size: 11px;
         /* color: #FEC254; */
         color: #000000;
		 font-weight: bold;
         text-decoration: none; }

.notice b { font-family: Verdana;
         font-size: 11px;
         /* color: #FEC254; */
         color: #FFFFFF;
		 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; 
			display: none;
			}

/* Tabellen */
.tbl_main { border-collapse:collapse;
            align: center;
            width: 526px;
            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: #e1f1e8; 
       border-style: solid;
       border-width: 1px;
       border-color: #000000; }

.td2 { background-color: #c1e0e1; 
       border-style: solid;
       border-width: 1px;
       border-color: #000000; }
       
.td3 { background-color: #0079b7; 
       color: #000000;
	   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: #FFFFFF;
        border-style: solid;
        border-width: 1px;
        border-color: #000000; }
        
textarea { font-family: Verdana;
           width: 490px;   
		   font-size: 10px;
           color: #000000;
           background-color: #FFFFFF;
           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; }           