/*
Anmerkungen: Schriftgrösse 8pt = 12px
                           9pt = 13px
                           10pt = 15px
                           12pt = 18px
                           14pt = 21px
                           16pt = 24px
                           18pt = 27px
                           20pt = 30px
                           22pt = 33px
                           24pt = 36px
*/

body     {
         font-family:Arial;
         font-size:18px;
         color:#000000;
         }

a:link,
a:visited {
          font-family:Arial;
          font-size:12px;
          color:#6633CC;
          text-decoration:underline;
          }

a:hover,
a:active  {
          font-family:Arial;
          color:#6633CC;
          font-size:12px;
          font-weight:bold;
          text-decoration:underline;
          }

.table        {
         font-family:Arial;
         font-size:12px;
         color:#000000;
         }

.table2  {
         font-family:Arial;
         font-size:12px;
         color:#000000;
         font-style:italic;
         }

.head        {
         font-family:Arial;
         font-size:27px;
         font-weight:bold;
         color:#6633CC;
         }

.descript{
         font-family:Arial;
         font-size:22px;
         color:#000000;
         }

.info    {
         font-family:Arial;
         font-size:12px;
         color:#000000;
         }

.thead        {
         font-family:Arial;
         font-size:15px;
        font-weight:bold;
         color:#000000;
         }

.dethead {
         font-family:Arial;
         font-size:21px;
        font-weight:bold;
         color:#000000;
         }

.details {
         font-family:Arial;
         font-size:18px;
         font-weight:bold;
         color:#000000;
         }

.header  {
         font-family:Arial;
         font-size:21px;
        font-weight:bold;
        font-style:italic;
        text-align:center;
         color:#6633CC;
         }

.klein  {
         font-family:Arial;
         font-size:9px;
         color:#000000;
         }

.street  {
         font-family:Arial;
         font-size:12px;
         color:#FFFFFF;
         }

.street2 {
         font-family:Arial;
         font-size:12px;
         color:#000000;
         }
