/* rf_format1.css */

/* HAUPTDEFINITIONEN */

body {
       font-family: Arial,Univers,Helvetica,Verdana,sans-serif;
       font-size:10pt;
       color:black;
       background-color:#fffff5;
     }

/* SCHALTFLÄCHENSTILE */

a:link     {color:#4e65c2;font-weight:bold;text-decoration:none;}
a:visited  {color:#20b0e0;font-weight:bold;text-decoration:none;}
a:hover    {color:#ff0080;font-weight:bold;text-decoration:underline;}

/* Hier die Stile noch einmal als Klasse definiert - für den CSS-Test */

.link    {color:#4e65c2;font-weight:bold;text-decoration:none;}
.visi    {color:#20b0e0;font-weight:bold;text-decoration:none;}
.hove    {color:#ff0080;font-weight:bold;text-decoration:underline;}

/* TEXTARTEN */

.text    {color:#000000;font-weight:normal;} /* TEXTFABE                 */
.dyas    {color:#b04020;font-weight:bold;}   /* ZWEITFARBE               */
.tria    {color:#dd9000;font-weight:bold;}   /* DRITTFARBE               */
.quad    {color:#a6805a;font-weight:bold;}   /* VIERTFARBE               */
.warn    {color:#ff0020;font-weight:bold;}   /* HERVORTRETENDE FARBE     */
.grey    {color:#b0b0b0;font-weight:bold;}   /* ZURÜCKTRETENDE FARBE     */
.whit    {color:#e0e0e0;font-weight:bold;}   /* VERBORGENE FARBE         */

/* VERWEISEBENEN

.sit1  {font-size:8pt;font-weight:bold;text-decoration:underline;}     LINK 1. ORDNUNG
.sit2  {font-size:8pt;font-weight:bold;text-decoration:none;}          LINK 2. ORDNUNG
.sit3  {font-size:6pt;font-weight:bold;text-decoration:none;}          LINK 3. ORDNUNG   */

/* TEXTGRÖSSEN */

.page    {font-size:16pt;}                       /* SEITENÜBERSCHRIFT */
.sec1    {font-size:14pt;}                       /* 1. ORDNUNG        */
.sec2    {font-size:12pt;}                       /* 2. ORDUNG         */
.sec3    {font-size:11pt;}                       /* 3. ORDNUNG        */
.larg    {font-size:12pt;}                       /* GROSSSCHRIFT      */
.norm    {font-size:10pt;}                       /* NORMALSCHRIFT     */
.smal    {font-size:8pt;}                        /* KLEINSCHRIFT      */

/* HINTERGRUNDSTILE */

.bnor    {background-color:#fffff5;}
.bdya    {background-color:#edd2c9;}
.btri    {background-color:#80ff80;}
.bqua    {background-color:#80ff80;}
.bwar    {background-color:#ffa0a0;}

/* MOVE OVER  STILE */

.motaba  {background-color:none;}         /* AUSSENTABELLE   */
.motabb  {background-color:#000000;}      /* BORDERTABELLE   */
.motabc  {background-color:#dfe9f7;}      /* COLUMNTABELLE   */
.motabd  {background-color:white;}        /* DISTANZTABELLE  */
.motabe  {background-color:#dfe9f7;}      /* EIGENTL. TAB.   */
.motxtt  {font-size:16pt;font-color:#cccccc;}                   /* TITELSCHRIFT   */
.motxtn  {font-size:12pt;}                                      /* NORMALSCHRIFT  */
.motxts  {font-size:9pt;}                                       /* KLEINSCHRIFT   */

.moout1  {font-size:10pt;font-weight:bold;font-style:normal}    /* LINKS AUF FREMDE SEITEN */
.moout2  {font-size:8pt;font-weight:bold;font-style:normal}
.moout3  {font-size:7pt;font-weight:bold;font-style:normal}
.moout4  {font-size:6pt;font-weight:bold;font-style:normal}
.moout5  {font-size:6pt;font-weight:bold;font-style:normal}
.moout6  {font-size:6pt;font-weight:bold;font-style:normal}

.moown1  {font-size:10pt;font-weight:bold;font-style:normal;background-color:#ebffff}    /* LINK AUF SICH SELBST */
.moown2  {font-size:8pt;font-weight:bold;font-style:normal;background-color:#ebffff}
.moown3  {font-size:7pt;font-weight:bold;font-style:normal;background-color:#ebffff}
.moown4  {font-size:6pt;font-weight:bold;font-style:normal;background-color:#ebffff}
.moown5  {font-size:6pt;font-weight:bold;font-style:normal;background-color:#ebffff}
.moown6  {font-size:6pt;font-weight:bold;font-style:normal;background-color:#ebffff}