/*****Formatierungen des Rich Text Editors****/

h1,h2,h3,h4,h5,h6,ul,ol,li,div,p,body,html,input,button,table,tr,td {
        font-family: Verdana,Helvetica,Arial,sans-serif;
        font-size: 13px;
        color:#2f2f2f;
        line-height: 120%;
}

h1, h2, h3, h4, h5 {
        font-size: 1.4em;
        font-weight: bold;
        color:#c00004;
        text-align:center;
        margin-left:auto;  /* fuer IE, siehe http://faq.bubax.net/index.php?content=tablecenter */
        margin-right:auto;
        height:26px;
        padding-top:6px;
        margin-bottom:10px;
     }

h2      {
        font-size: 1.3em;
     }


h3      {
        font-size: 1.2em;
     }

h4     {
        font-size: 1.0em;
        color:#2f2f2f;
        background: #f2f2f2;
        text-align:left;
     }

h5     {
        font-size: 1.2em;
        text-align:left;
     }

/*** alte Formatierung Stand 01.04.2010 ***
h1      {
        font-size: 1.4em;
        font-weight: bold;
        color:#c00004;
        text-align:center;
        margin-left:auto;  // fuer IE, siehe http://faq.bubax.net/index.php?content=tablecenter
        margin-right:auto;
        height:26px;
        padding-top:6px;
        margin-bottom:10px;
     }

h2      {
        font-size: 1.3em;
        font-weight: bold;
        color:#c00004;
        text-align:center;
        margin-left:auto;  // fuer IE, siehe http://faq.bubax.net/index.php?content=tablecenter
        margin-right:auto;
        height:26px;
        padding-top:6px;
        margin-bottom:10px;
     }


h3      {
        font-size: 1.2em;
        font-weight: bold;
        color:#c00004;
        text-align:center;
        margin-left:auto;  // fuer IE, siehe http://faq.bubax.net/index.php?content=tablecenter
        margin-right:auto;
        height:26px;
        padding-top:6px;
        margin-bottom:10px;
     }
     
h4     {
        font-size: 1.0em;
        font-weight: bold;
        color:#2f2f2f;
        text-align:left;
        height:26px;
        padding-top:6px;
        padding-left:0px;
        margin-bottom:10px;
     }     
         
h5     {
        font-size: 1.2em;
        font-weight: bold;
        color:#c00004;
   //   background: #f2f2f2;  
        text-align:left;
        height:26px;
        padding-top:6px;
        margin-bottom:10px;
     }     
**** alte Formatierung Ende ***/     
     

tr {
       vertical-align:top;
}


td {
       vertical-align:top;
}

td a {
   text-decoration: underline;
   color:#ff0000;
   }

/*** Die align-Formatierung ist wichtig für die Darstellung im FE ***/
.align-center {
    text-align:center;
    }

.align-left {
    text-align:left;
    }

.align-right {
    text-align:right;
    }

/*** verschiedene Textstile, die im RTE nach entsprechnder Formatierung eingebunden werden ***/

span.grosseSchrift {
    font-size: 1.4em;
    }

span.kleineSchrift {
    font-size: 0.7em;
    }

