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

h1 {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-weight:bold;
        font-size: 18pt;
        color:#000000;
}

h2 {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-weight:bold;
        font-size: 16pt;
        color:#000000;
        line-height : 110%;
}

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

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

.spitzmarke {
 font-weight:bold;
 font-size: 11pt;
 color:#2E1B59;
}

.band {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11pt;
 color:#000000;
 line-height : 140%;
}

/* Hyperlinks color:#4F3788*/
a:link {
 text-decoration:none;
 font-weight:bold;
 color:#9E5609;
}
a:visited {
 text-decoration:none;
 font-weight:bold;
 color:#C66D0E;
}
a:active {
 text-decoration:none;
 font-weight:bold;
 color:#C66D0E;
}
a:hover {
 text-decoration:none;
 font-weight:bold;
 color:#2E1B59;
}

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

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

/* Text für Vorwort */
p.vorwort, td.vorwort {
        color:#000000;
        line-height : 120%;
        font-style : italic;
        font-weight : bold;
}

/* Tabellendefinitionen */
/* - keine -  */