

/* Schriftart im gesamten Dokument */
body {
font-family: "Trebuchet MS", Arial, sans-serif, "MS Sans Serif", Helvetica;
}

/* Absätze, DIVs, Listen, Formulare in 9 Punkt */
p, li, div, form, a, br, img, hr, blockquote {
font-size: 9pt;
line-height: 16pt;
word-spacing: 2px;
/* letter-spacing: 1px; */
}

/* H1 - mit blauer Schrift - Größe 13. */
h1 {
color: #4170FE;
font-size: 13pt;
font-weight: bold;
}

/* Überschrift 2 und 3 blau färben */
h2, h3 {
color: #4170FE;
font-size: 10pt;
font-weight: bold;
}

/* Überschrift 7 */
h4 {
font-size: 9pt;
line-height: 16pt;
word-spacing: 2px;
/* letter-spacing: 1px; */
}

/* fette Textpassagen blau einfärben */
b {
color: #4170FE;
font-weight: bold;
}

/* kursive Text-Passagen blau färben */
/*i {
color: #000099
}*/

/* Linkbehandlung - Hover-Styles */
a:link {text-decoration:none; font-weight:bold; color: #CC6633}
a:visited {text-decoration:none; font-weight:bold; color: #CC6633}
a:active {text-decoration:none; font-weight:bold; color: #FFFFFF}
a:hover {text-decoration:underline; font-weight:bold; color: #CC6633}




