/* ##############################################################################
** # cwse #############################
** ##############################################################################
**  cwse Version: 1.2.0
**  Dateiversion: 22.6.07  
**  Datei       : cssloader.css
**  Funktion    : Laden der Styles, 

**  global hat das Framework, 
**  content die Formatierung der Schrift  und Formate für Tabellen und Form-Elemente
**  menue das Ressortmenue (horizontal 1. Ebene) und die subnavi (2. und 3. Ebene)
**  typo3 enthält die Formatierung der Extensions bspw. indexed Search
*/

@import url(1base.css);
@import url(2global.css);
@import url(3menu.css);
@import url(4content.css);
@import url(5rte.css);
@import url(6colors.css);


@import url(typo3.css);


/* Be nice to NN 4 */
html {
    /* background-color: #FFF; */
}

h1, h2, h3, h3, h4, h5, h6 {
	  font-family: Verdana, Arial, Helvetica, sans-serif;
}

img {
	border: none;
}



/* ================= Fehler ================== */ 

.error {
    font-weight: bold;
    color: #fcc238;
}
