/*Hintergrundfarben für RTE-Editor*/
.hintergrund-weiss {background-color: #ffffff;}
.hintergrund-schwarz {background-color: #000000}
.hintergrund-hellblau {background-color: #F1F2F5}
.hintergrund-mittelblau {background-color: #DAE1E6}
.hintergrund-dunkellblau {background-color: #002E55}
.hintergrund-hellrot {background-color: #F0DDDF;}
.hintergrund-dunkelrot {background-color: #96122C}
.hintergrund-rot {background-color: #cc0000}

/*Schriftfarbe*/
.schrift-weiss {color: #ffffff;} 
.schrift-schwarz {color: #000000}
.schrift-hellgrau {color: #cccccc}
.schrift-ueberschriftenblau {color: #000066}
.schrift-dunkelblau {color: #002E55}
.schrift-dunkelblau-fett {color: #002E55; font-weight: bold;}
.schrift-dunkelrot {color: #96122C;}
.schrift-dunkelrot-fett {color: #96122C; font-weight: bold;}
.schrift-rot {color: #cc0000}