a  {
	color : #000000;
	text-decoration : none
}

/* Fließ Text normal*/
	font.text  {
   		font-size : 10pt;
   		font-family :  Arial;
   		font-weight : normal;
   		color : #000000;
		text-decoration : none;
		}

/* Fließ Text fett*/
	font.textb {
   		font-size : 10pt;
   		font-family :  Arial;
   		font-weight : bold;
   		color : #000000;
		text-decoration : none;
		}

/* Text orange fett*/
	font.textbo {
   		font-size : 11pt;
   		font-family :  Arial;
   		font-weight : bold;
   		color : #ff5000;
		text-decoration : none;
		}
		
/* Text orange Gross fett*/
	font.textbog {
   		font-size : 13pt;
   		font-family :  Arial;
   		font-weight : bold;
   		color : #ff5000;
		text-decoration : none;
		}
		
/* Text orange*/
	font.texto {
   		font-size : 10pt;
   		font-family :  Arial;
   		font-weight : normal;
   		color : #ff5000;
		text-decoration : none;
		}
				
/* Navi oben*/		
	font.navio  {
   		font-size : 8pt;
   		font-family :  Arial;
   		font-weight : bold;
   		color : #ffffff;
		text-decoration : none;
		}
