/* ... Style-Sheet-Angaben ... */
/* ... Font-family, alle ... */
        body,a,p,br,h1,h2,h3,h4,h5,h6,ul,ol,ul,dt,li,div,td,tr,th,address,nobr,center,b,i,em,u,strong,big
        {font-family: Arial,Helvetica,Helv;}

/* ... Schriftgrößen ... */
        body,a,p,center,br,ul,ol,li,dl,dt,td,address {font-size: 10pt;}
        h1    { font-size:  18pt;}
        h2    { font-size:  16pt;}
        h3    { font-size:  14pt;}
        h4    { font-size:  13pt; text-decoration: none; font-weight: normal; }
        h5    { font-size:  10pt;}
        h6    { font-size:   8pt;}
        big   { font-size:  16pt;}
        small { font-size:   8.5pt;}
        pre   { font-size:   9pt;}
        dd    { font-size:   8pt;}


/* ... Zeilenabstände ... */
       p,center,br,ul,ol,dl,dd,dt,pre,address { line-height: 14.0pt;}
       li { line-height: 13.0pt;}
       small { line-height: 11.5pt;}
       h4  { margin-bottom: 0pt; margin-top: 8pt;}
       ul  { margin-bottom: 0pt; margin-top: 0pt;}
       big { line-height: 18.0pt;}

/* ... Links ...*/

A         {text-decoration: none; color: darkblue; font-weight: bold;}
A:hover   {text-decoration: underline; color: red; font-weight: bold;}
A:active  {text-decoration: none; color: darkblue; font-weight: bold;}
A:link    {text-decoration: none; color: darkblue; font-weight: bold;}

A.m1         {text-decoration: none; color: #C00; font-weight: bold; font-size: 14px;}
A.m1:hover   {text-decoration: none; color: #C00; font-weight: bold; font-size: 14px;}
A.m1:active  {text-decoration: none; color: #C00; font-weight: bold; font-size: 14px;}
A.m1:link    {text-decoration: none; color: #c00; font-weight: bold; font-size: 14px;}


A.m2         {text-decoration: none; color: #C00; font-weight: normal; font-size: 14px;}
A.m2:hover   {text-decoration: none; color: #C00; font-weight: normal; font-size: 14px;}
A.m2:active  {text-decoration: none; color: #C00; font-weight: normal; font-size: 14px;}
A.m2:link    {text-decoration: none; color: #c00; font-weight: normal; font-size: 14px;}

div.m1 {padding: 20px 0 0px 10px}
div.m2 {padding: 3px 0 3px 15px}
div.m3 {padding: 3px 0 3px 15px;
background-color: #EEE;
}

/* ... Besondere Farben ...*/
        body {background-color: #000;}

/* ... Besondere Ausrichtung ...*/
        h1,h2,h3 {text-align: center;}