/*------------------------------------------------
RTE CSS-Konfiguration
Formatierungen werden auch im RTE im BE übernommen.
-------------------------------------------------*/

/*----------------
Text style
Farbe: Rot (Wichtig), Blau (Einleitung)
----------------*/
span.wichtig {
	color: red;
	}

span.einleitung {
	color: blue;
	}
	
	