/* Style Sheet */


    body, td, a, div, p, font, b {
    	font-family: Arial, Helvetica, sans-serif; 
    	font-size: 12px; 
    	color: #000000;
    	text-decoration: none    
    }
    
    a, a:link, a:active, a:hover, a:visited {
    	font-family: Arial, Helvetica, sans-serif; 
    	font-size: 14px; 
	font-weight: bold;
    	color: #01574C;
	text-decoration: none
    }     
    
    a:hover {
    	font-family: Arial, Helvetica, sans-serif; 
    	font-size: 14px; 
	font-weight: bold;
    	color: #01574C;
    	text-decoration: none;
    }         

    .normal, .normal:link, .normal:visited, .normal:active {  
    	font-family: Arial, Helvetica, sans-serif; 
    	font-size: 11px; 
    	color: #01574C; 
    	text-decoration: none

    }
     .weiss {  
    	font-family: Arial, Helvetica, sans-serif; 
    	font-size: 14px; 
	font-weight: bold;
    	color: #FFFFFF; 
    	text-decoration: none
    }
   .link {  
    	font-family: Arial, Helvetica, sans-serif; 
    	font-size: 12px; 
    	color: #01574C; 
    }
    
    .text, .text:link, .text:visited, .text:active {  
    	font-family: Arial, Helvetica, sans-serif; 
    	font-size: 12px; 
    	color: #01574C;
    	text-decoration: none
    }
    
    .text:hover {  
    	font-family: Arial, Helvetica, sans-serif; 
    	font-size: 12px; 
    	color: #01574C;
    	text-decoration: none
    }
    
    .titel {
    	font-family: Arial, Helvetica, sans-serif; 
    	font-size: 12px; 
    	font-weight: bold;
    	color: #000000;
    	text-decoration: none
    }
    
    
    .ueberschrift {  
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 14px;
    color: #01574C; 
    text-decoration: none
    }


      .textfield { 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px; 
    color: #000000; 
    text-decoration: none;
    border-width: 1; 
    background-color: #ffffff;
    border-right: #999999 1px solid;
    border-left: #999999 1px solid;
    border-top: #999999 1px solid;
    border-bottom: #999999 1px solid;    
   }



