/* ##############################################################################
** # 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(base.css);
@import url(pagelayout.css);
@import url(menu.css);
@import url(content.css);
/* @import url(rte.css);*/
@import url(colors.css); 


/*@import url(typo3.css); */


/* Be nice to NN 4 */
html {
    /* background-color: #FFF; */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}



img {
	border: none;
}



/* ================= Fehler ================== */ 

.error {
    font-weight: bold;
    color: #fcc238;
}
