/* ############################################################################## **
** ##### HTML / CSS - Richtlinien ############################################### **
** ############################################################################## **
** 
** Dies sind CSS-KLassen die durch richtigen HTML-Code ueberfluessig werden
** 
** *extratext* wird zu einem <h3> Tag </h3>
** *bigtext* wird zu einem <h4> Tag </h4>
** *normaltext* wird bereits im bodytag formatiert, denn das ist der Normalzustand
**
** *smalltext* wird beibehalten, da es ab und an Sinn macht
**
** *bold* wird mittels <strong> Tag </strong> gekennzeichnet
** *italic* wird mittels <em> Tag </em> gekennzeichnet
** *<span> Text </span> <br /><br /> simuliert ein Blockelement, dies wird durch
** umschliessen des Textes mit einem <p> Paragraph </p> erreicht
** 
** ############################################################################## */

/* ############################################################################## **
** ##### *textbold = <strong> ################################################### **
** ############################################################################## */

a.sideboxsmalltextbold,.sideboxsmalltextbold,.sideboxnormaltextbold{color: #f00; background: #32CD32;}

/* ############################################################################## **
** ##### *bigtext = <h4> ######################################################## **
** ############################################################################## */



/* ############################################################################## **
** ##### *extratext = <h3> ###################################################### **
** ############################################################################## */



/* ############################################################################## **
** ##### *normaltext = wird durch body gesetzt ################################## **
** ############################################################################## */

.sideboxnormaltext,.sideboxnormaltextbold{color: #f00; background: #32CD32;}

/* ############################################################################## **
** ##### *smalltext = kleiner als body, bleibt erhalten ######################### **
** ############################################################################## */

.sideboxsmalltext,.sideboxsmalltextbold{color: #f00; background: #32CD32;}

/* ############################################################################## **
** ##### *textitalic = <em> ##################################################### **
** ############################################################################## */

/* ############################################################################## **
** ##### Ende OPN Sideboxen ##################################################### **
** ############################################################################## */


/* ############################################################################## **
** ##### OPN Centerboxen ######################################################## **
** ############################################################################## */

/* ############################################################################## **
** ##### *bigtext = <h4> ######################################################## **
** ############################################################################## */

.bigtext,.bigtextbold{color: #f00; background: #32CD32;}

/* ############################################################################## **
** ##### *extratext = <h3> ###################################################### **
** ############################################################################## */

.extratext,.extratextbold{color: #f00; background: #32CD32;}

/* ############################################################################## **
** ##### *normaltext = wird durch body gesetzt ################################## **
** ############################################################################## */

.normaltext,.normaltextbold,.normaltextitalic{color: #f00; background: #32CD32;}

/* ############################################################################## **
** ##### *smalltext = kleiner als body, bleibt erhalten ######################### **
** ############################################################################## */

.smalltext,.smalltextbold{color: #f00; background: #32CD32;}

/* ############################################################################## **
** ##### *textbold = <strong> ################################################### **
** ############################################################################## */

.smalltextbold,.normaltextbold,.bigtextbold,.extratextbold{color: #f00; background: #32CD32;}

/* ############################################################################## **
** ##### *textitalic = <em> ##################################################### **
** ############################################################################## */

.normaltextitalic{color: #f00; background: #32CD32;}

/* ############################################################################## **
** #### *diverse css-klassen* ################################################### **
** ############################################################################## */

.opncenterbox, .opncenterboxhead, .opncenterboxfoot,
.txtno, .txtyes, .headlinenormal, .headlinebig	
{ color: #f00; background: #32CD32; }



/*fonts (sideboxes)*/

.opnsidebox, .opnsideboxhead, .opnsideboxfoot, .sideboxbigtext,
.sideboxalerttext, .sideboxalerttextcolor, .sideboxtxtno, .sideboxtxtyes,
.sideboxtxtbutton, .sideboxheadlinenormal, .sideboxheadlinebig
{ color: #f00; background: #32CD32; }

/* ############################################################################## **
** ##### Ende Text Format ####################################################### **
** ############################################################################## */

/* ############################################################################## **
** ##### Farben des alten Systems, ############################################## **
** ############################################################################## */


.alerttextcolor,.alerttext, .textcolor3 { 
/* This definitions must be last ones. */ color: #FF0000; background: transparent; }

.bgcolor1{ color: inherit; background: #EEE; }
.bgcolor2{ color: inherit; background: #E0E0E0; }
.bgcolor4{ color: inherit; background: #E0E0E0; }
.lnkcolor{ color: #003399; background: transparent; }
.textcolor1{ color: #000000; background: transparent; }
.textcolor2{ color: #215184; background: transparent; }

/* ############################################################################## **
** ##### Ende Farben ############################################################ **
** ############################################################################## */
/**/