/**************************************
BITTE IMMER SO DIE STYLES DEFINIEREN
Zuerst die Überschrift:
/ * Bezeichnung im editor * /
und dann die definition: 
span.stalename{definitionen ...}
***************************************/



/* Ueberschrift 1 */
span.me14boldblack {
	font-size: 14px;
	font-family:  Arial, sans-serif;
	color: #00377C;
	font-weight: bold;
}
/* Ueberschrift 2 */
span.me12boldblue {
	font-size: 12px;
	font-family:  Arial, sans-serif;
	color: #F79239;
	font-weight: bold;
}
/* Ueberschrift Orange */
span.headline_orange{
	font: bold 12px Arial, sans-serif;
	color: #FFFFFF;
	background: #F3922E; 
}
/* Fussnote */
span.me9boldblue {
	font-size: 9px;
	font-family:  Arial, sans-serif;
	color: #00377C;
	font-weight: normal;
}