.text { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.8em; 
	line-height: 1.3em; 
	color: #333333;
  text-decoration: none;
	padding:0px 0.8em;
}

.text a {
	text-decoration:none;
        color: #CC6600;
}

.text a:visited {
	text-decoration:none;
        color: #CC6600; 
}

.text a:link {
        text-decoration:none;
        color: #CC6600; 
}

.text a:hover{
        color: #CC6600;
        text-decoration: underline;
}



.headline { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	line-height: 11px; 
	color: #336666;
    text-decoration: none;
}

.headline a {
	text-decoration:none;
        color: #336666;
}

.headline a:visited {
	text-decoration:none;
        color: #336666; 
}

.headline a:link {
        text-decoration:none;
        color: #336666; 
}

.headline a:hover{
        color: #336666;
        text-decoration: underline;
}

.form { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	line-height: 11px; 
	color: #336666;
    text-decoration: none;
}

.textunten { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.8em; 
	color: #999999;
  text-decoration: none;
	padding-top:0.5em;
	display:block;
}









