/* Alle Links (auch visited und active) werden in Rot dargestellt. */
a:link    { color:#FF0000; };
a:visited { color:#FF0000; };
a:active  { color:#FF0000; };

/* Alle Abschnitte und Aufzählungen werden in Blau (#003399) dargestellt. */
p, ul, ol, dl, titeltext, td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    color: #003399;
    text-align: justify;
};

/* Aufzählungen linksbündig */
ul, ol, dl {
    text-align: left;
};

/* Die Überschriften bekommen extra Gößen. */
h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    color: #003399;
    text-align: left;
};

h1 { font-size: 16pt; };
h2 { font-size: 14pt; };
h3 { font-size: 12pt; };
h4 { font-size: 11pt; };
h5 { font-size: 10pt; };

/* Die Formatierung für die Titelseite */
p.titeltext, p.titeltextright { 
    font-size: 16pt;
    font-weight: bold;
    text-align: left
};
p.titeltextright { 
    text-align: right
};


/* Die Formatierung für die Fußzeile und Bildunterschriften */
p.footnote, p.picturetext { 
    font-size: 8pt;
    text-align: left;
};
p.rightfootnote { 
    font-size: 8pt;
    text-align: right;
};

/* Die Formatierung für die Schlagzeile auf der Presseseite */
td.headline, p.headline { 
    font-weight: bold;
    color: #FFFFFF;
    Background-Color: #003399;
    text-align: left;
};

p.center {
    text-align: center;
};

p.right {
    text-align: right;
};

p.vsheader {
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
};

/* Fette Abschnitte */
b {
    font-weight: bold;
};


