/* Balken: */
body {
background-color: #ffffff;
scrollbar-face-color: #ffffff;
scrollbar-shadow-color: #cccccc;
scrollbar-highlight-color: #cccccc;
scrollbar-3dlight-color: #ffffff;
scrollbar-darkshadow-color: #ffffff;
scrollbar-track-color: #ffffff;
scrollbar-arrow-color: #cccccc;
font-family: Verdana, sans-serif;
}

/* Kasten für Hauptüberschrift: */
h1 { 
font-size: 11pt;
font-weight: bold;
color: #000033;
text-align: center;
border-bottom: solid 1px #ffcc33;
margin-left: 10%;
margin-right: 10%;
margin-top: 20px;
padding: 15px;
}

/* Kasten für Zweitüberschrift: */
h2 {
font-size: 11pt;
font-weight: bold;
color: #000033;
text-align: center;
border-bottom: solid 0px #ffcc33;
margin-left: 10%;
margin-right: 10%;
margin-top: 20px;
padding: 15px;
}

/* Kasten für Drittüberschrift oder Bilder: */
h3 {
font-size: 10pt;
font-weight: normal;
color: #000033;
text-align: center;
margin-left: 10%;
margin-right: 10%;
padding: 10px;
}

/* normaler Fließtext: */
p {
font-size: 10pt;
color: #000033;
margin-left: 20%;
margin-right: 20%;
}

/* Zitat: */
p.zitat { 
font-style: italic; 
margin-left: 30%;
}

/* hervorgehobener Text: */
p.rot {
color: #ff6633;
}

/* Quelle: */
p.quelle { 
font-size: 8pt;
color: #cccccc;
margin-left: 30%; 
margin-right: 20%; 
}

/* Hinweis: */
p.hinweis { 
font-size: 8pt;
color: 000033;
text-align: right;
margin-left: 30%;
margin-right: 20%;
}

/* Link: */ 
A:link, A:visited, A:active {
text-decoration: none;
color: #3333cc;
}

A:hover {
text-decoration: none;
color: #6666ff;
}

/* horizontale Linie: */ 
hr{
 border: 0px; /* Für Firefox und Opera */
 border-top: solid 1px #ffcc33;
 border-bottom: solid 1px #FFFFFF; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
}

/* Bildlegende: */
p.bild { 
font-family: Verdana, sans-serif;
font-size: 8pt; 
color: #cccccc; 
text-align: center
}

/* Grafik als Aufzaehlungszeichen: */
ul {
list-style-image: url(symbole/aufzaehlung.gif);
font-size: 10pt;
color: #000033;
margin-left: 30%;
margin-right: 20%;
}