
TabellenUeberschrift {
	font-family:"Myriad Pro", sans-serif;
	font-size: 16px;
	color: white; 
	text-shadow: 0px -1px black,
			     0px 1px black,
				 -1px 0px black,
			     1px 0px black,	
				1px 1px black,
			     -1px 1px black,	
			     1px -1px black,	
			     -1px -1px black
}

ZelleKategorie {
	font-family:"Myriad Pro", sans-serif;
	font-size: 14px;
	color: black; 
	font-weight: bold;
}

ZelleWert {
	font-family:"HelveticaNeueLTCom Bd", sans-serif;
	font-size: 14px;
	color: black; 
}