/* Standardefinitionen */
ul,p,h3,td,li {
        font-family: sans-serif,Arial,Helvetica;
        font-weight:bold;
        font-size: 12pt;
        color:#000000;
}

/* Sub-Menü */
.sub {
        font-size: 9pt;
}

/* Alternativ-Darstellungen */
.center {
 text-align: center;
}

.smallcenter {
 text-align: center;
 text-decoration:none;
 font-weight:normal;
 font-size:7pt;
}


/* Hyperlinks */
a:link {
 text-decoration:none;
 font-weight:bold;
 color:#000000;
}
a:visited {
 text-decoration:none;
 font-weight:bold;
 color:#000000;
}
a:active {
 text-decoration:none;
 font-weight:bold;
 color:#666666;
}
a:hover {
        text-decoration: underline;
        font-weight:bold;
        color:#2676bf;
}

/* Marke für Datumsabdruck auf den Seiten */
p.stand {
 text-decoration:none;
 font-weight:normal;
 font-style:italic;
 font-size:7pt;
 color:#000000;
 margin-top:10px;
 margin-bottom:0px;
}

/* Marke für Copyright-Informationen */
p.copyright {
 text-decoration:none;
 font-weight:normal;
 font-style:normal;
 font-size:7pt;
 color:#666666;
 margin-top:10px;
 margin-bottom:0px;
}

/* kleiner Text für Erläuterungen im Fließtext*/
p.small {
 font-size: 8pt;
}
