/*Schrift schwarz, Scroll-Leiste definiert*/
body {
font-family: Georgia, 'Times New Roman', sans-serif;
font-size: 10pt;
color: black;
scrollbar-shadow-color: #cc6666;
scrollbar-face-color: #993300;
scrollbar-base-color: #00cc00;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-track-color: #660000;
scrollbar-arrow-color: #333333
}

/*zentrierte Abschnitte in Blockschrift*/
.positiv {
text-align:justify;
text-indent:0.5cm;
}

/*Hyperlinks definiert*/
span.aktiv {
background-color: #cc6666;
color: silver;
}

A {
text-decoration: none;
color: #009900;
}

A:hover {
color: #993300;
}

/*Aufzählung offener Kreis*/
ul {
font-family: Georgia, 'Times New Roman', sans-serif;
font-size: 10pt;
color: black;
list-style-type: circle;
}

/*Überschriften zentriert*/
h1, h2, h3, h4 {
text-align:center;
}

/*Überschriften in Blau*/
h1, h2, h3, h4 {
color: #009900;
}