/* Balken: */
body {
	scrollbar-face-color: White;
	scrollbar-shadow-color: Olive;
	scrollbar-highlight-color: Olive;
	scrollbar-3dlight-color: White;
	scrollbar-darkshadow-color: White;
	scrollbar-track-color: White;
	scrollbar-arrow-color: Olive;
	background-color: White;
	font-family: sans-serif;
	color: Navy;
	margin-left: 20%;
	margin-right: 30%;
}


/* Überschrift 1 */
h1 {
	border-bottom: thick solid Olive;
	margin-bottom: 50px;
	margin-top: 30px;
}


/* Überschrift 2 */
h2 {
	border-left: thick solid Olive;
	padding-left: 8px;
	margin-top: 30px;
	margin-bottom: 20px;
}


/* Normaler Fließtext: */
p {
	margin-left: 3%;
}


/* Zitat: */
p.zitat     { 
font-style: italic; 
margin-left: 6% 
}


/* Hervorgehobener Text: */
p.signal {
	color: Olive;
}


/* Quelle Hinweis Bildunterschrift */
p.quelle {
	font-size: smaller;
	text-align: right;
}


/* Links */ 
A:link, A:visited, A:active {
	text-decoration: none;
	color: Blue;
}

A:hover {
	text-decoration: none;
	color: Olive;
}


/* Aufzaehlung */
ul {
	list-style-image: url('symbole/aufzaehlungszeichen.gif');
}


/* Trennlinie */
hr{
border: 0px none;
height: 1px;
color: Olive;
background-color: Olive;
}