/* Globale CSS-Definitionen */

 a:link { color:#0065e5 }
 a:visited { color:#0065e5 }
 a:hover { color:#0065e5}
 a:active { color:#0065e5; }

body {
 font-family: Arial;
 font-size: 13px;
 font-weight: bold;
 text-align:  justify;
 text-valign: top;
 color: #000000;
 background: #C0C0C0;
 background-image:url(hg.gif);
 bgproperties: fixed;
}

.titel {
 font-family: Arial;
 font-size: 18px;
 font-weight: bold;
 text-align: center;
 color: #0065e5;
}

.sw {
 font-family: Arial;
 font-size: 13px;
 font-weight: bold;
 text-align: justify;
 text-valign: top;
 color: #000000;
 }

.bl {
 font-family: Arial;
 font-size: 13px;
 font-weight: bold;
 text-align:justify;
 text-valign: top;
 color: #0065e5;
 }

.normal {
 font-family: Arial;
 font-size: 13px;
 text-align:justify;
 text-valign: top;
 color: #000000;
 }

.klein{
 font-family: Arial;
 font-size: 11px;
 font-weight: normal;
 text-align: justify;
 text-valign: top;
 color: #000000;
 }


