/*
.sectioncolor {
color: red;
}
*/

/* Diese Klasse wird im RTE angezeigt */
.ueberschrift {
  font-weight:bold;
}

/* Diese Klasse greifen bei der Darstellung im FE */
BODY.bodyWirt .ueberschrift { color: #0050a0; }
BODY.bodyImmo .ueberschrift { color: #B4142D; }
BODY.bodyKomm .ueberschrift { color: #19962D; }
BODY.bodyAllg .ueberschrift { color: #5a5a5a; }