		
/* Menu Text */
	font.menu  {
   		font-size : 11pt;
   		font-family :  Arial;
   		font-weight : bold;
   		color : #1E205F;
		text-decoration : none;
		}
		
/* Fließ Text klein */
	font.textk  {
   		font-size : 8pt;
   		font-family :  Arial;
   		font-weight : normal;
   		color : #1E205F;
		text-decoration : none;
		}

/* Menu klein */
	font.menuk  {
   		font-size : 9pt;
   		font-family :  Arial;
   		font-weight : normal;
   		color : #1E205F;
		text-decoration : none;
		}	
		
/* Überschrift gross und fett  */
	font.textg  {
   		font-size : 18pt;
   		font-family :  Arial;
   		font-weight : bold;
   		color : #1E205F;
		text-decoration : none;
		}
		
/* Überschrift sehr gross und fett */
	font.textbb  {
   		font-size : 20pt;
   		font-family :  Arial;
   		font-weight : bold;
   		color : #1E205F;
		text-decoration : none;
		}
