/* Teaser Text normal*/
	font.teaser  {
   		font-size : 9pt;
   		font-family :  Arial;
   		font-weight : normal;
   		color : ffffff;
		text-decoration : none;
		}
		
/* Fließ Text normal*/
	font.text  {
	font-size : 12pt;
	font-family :  Georgia, "Times New Roman", Times, serif;
	font-weight : normal;
	color : #FFFFC1;
	text-decoration : none;
		}

/* Fließ Text gross+1 */
	font.textg  {
   		font-size : 12pt;
   		font-family :  Arial;
   		font-weight : normal;
   		color : ffffC1;
		text-decoration : none;
		}
		
/* Fließ Text gross+1 und fett*/
	font.textbb  {
   		font-size : 12pt;
   		font-family :  Arial;
   		font-weight : bold;
   		color : ffffc1;
		text-decoration : none;
		}
		
/* Fließ Text gross+2 und fett*/
	font.textb2b  {
   		font-size : 15pt;
   		font-family :  Arial;
   		font-weight : bold;
   		color : ffffff;
		text-decoration : none;
		}
				
/* Fließ Text bold*/		
	font.textb  {
   		font-size : 9pt;
   		font-family :  Arial;
   		font-weight : bold;
   		color : ffffff;
		text-decoration : none;
		}
		
/* Fließ Text schwarz*/		
	font.textbl  {
   		font-size : 10pt;
   		font-family :  Arial;
   		font-weight : bold;
   		color : 000000;
		text-decoration : none;
		}
		
/* Fließ Text bold unterstrichen*/		
	font.textbu  {
   		font-size : 9pt;
   		font-family :  Arial;
   		font-weight : bold;
   		color : ffffff;
		}
		
/* Reporter Text bold grau*/		
	font.textbg  {
   		font-size : 9pt;
   		font-family :  Arial;
   		font-weight : bold;
   		color : 555555;
		text-decoration : none;
		}	
	
/* Schrift für e-mail adressen aktiv*/		
	font.texte  {
   		font-size : 9pt;
   		font-family :  Arial;
   		font-weight : normal;
   		color : ffffff;
		}
		
/* Schrift für e-mail adressen aktiv fett*/		
	font.texteb  {
   		font-size : 9pt;
   		font-family :  Arial;
   		font-weight :  bold;
   		color : ffffff;
		}

/* Fließtext klein*/	
	font.textk {
	font-size : 8pt;
	font-family : Arial;
	font-weight : normal;
	color : ffffff;
	text-decoration : none;
	}
.hinweis_white {
	font-family: georgia;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}

