body.hintergrund {
	background-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #FFD076;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-arrow-color: #FFD076;
	scrollbar-track-color: #000000;
}


/* SCHRIFT-DEFINITIONEN -------------------------------------------------------------------------------------------- */

.fliesstext1 {
	font-family : Monotype Corsiva, Times, Times New Roman, Verdana, Arial, Helvetica;
	font-size: 18px;
	color: #DDDDDD;
}

.fliesstext2 {
	font-family : Monotype Corsiva, Times, Times New Roman, Verdana, Arial, Helvetica;
	font-size: 18px;
	color: #FFD076;
}

.fliesstextklein {
	font-family : Monotype Corsiva, Times, Times New Roman, Verdana, Arial, Helvetica;
	font-size: 15px;
	color: #DDDDDD;
}

.ueberschrift1 {
	font-family : Monotype Corsiva, Times, Times New Roman, Verdana, Arial, Helvetica;
	font-size: 22px;
	color: #DDDDDD;
}

.ueberschrift1link {
	font-family : Monotype Corsiva, Times, Times New Roman, Verdana, Arial, Helvetica;
	font-size: 22px;
	color: #FFD076;
}

.ueberschrift2 {
	font-family : Monotype Corsiva, Times, Times New Roman, Verdana, Arial, Helvetica;
	font-size: 22px;
	color: #FFD076;
}


/* LINKs -----------------------------------*/
a:link {
	text-decoration: underline; 
	font-family: Monotype Corsiva, Times, Times New Roman, Verdana, Arial, Helvetica;
	font-size: 18px; 
	color: #FFD076
}

a:visited {
	text-decoration: underline; 
	font-family: Monotype Corsiva, Times, Times New Roman, Verdana, Arial, Helvetica;
	font-size: 18px; 
	color: #FFD076
}
a:hover {
	text-decoration: none; 
	font-family: Monotype Corsiva, Times, Times New Roman, Verdana, Arial, Helvetica;
	font-size: 18px; 
	color: #FFD076
}
a:active {
	text-decoration: none; 
	font-family: Monotype Corsiva, Times, Times New Roman, Verdana, Arial, Helvetica;
	font-size: 18px; 
	color: #FFD076
}

