.headli    {font-size:12px; font-weight:normal; color:#FF0000;} /* Text rot normal groß  */
.klein     {font-size:10px; color:black; }                      /* Text klein            */
.normal    {font-size:12px; color:black; }                      /* Text normal           */
.gross     {font-size:14px; color:black; }                      /* Text groß             */

body       {background : #D1DBEF;}                              /* Seitenweite Stylesheets                                   */

h1         {font-size: 36;color: Red;text-align: center;}       /* große Überschrift                                         */
h2         {font-size: 20;text-align: center;}                  /* normale Überschrift                                       */

td.oben    {background: #6B91E3;}                               /* Tabellenfarben für Tabellenüberschrift                    */
td.text    {background: #FFFFFF; padding:5mm;}                  /* Tabellenfarben für Tabellentext                           */
td.textklein {font-size:10pt; color:black; }                    /* Kleiner Text in Tablelle */  


table.pix  {text-align:center;}

p.klein    {font-size:10px; color:black; }                      /* Text klein                                                */
p.normal   {font-size:12px; color:black; }                      /* Text normal                                               */
p.gross    {font-size:14px; color:black; }                      /* Text groß                                                 */

    
a:link     {font-size : 12px; font-style : normal; color : blue; text-decoration : none;}
a:visited  {font-size : 12px; font-style : normal; color : blue; text-decoration : none;}
a:active   {font-size : 12px; font-style : normal; color : blue; text-decoration : none;}
a:hover    {font-size : 12px; font-style : normal; color : red;  text-decoration : none; font-weight : none;}

