/* CSS Document */

/*dunkler Hintergrund mit Sternen, hellblaue Schrift, Links nicht unterstrichen, Laufleisten angepasst*/

body {
	background-image:  url(../bilder/hintergrund.jpg);
	color: #66CCCC;
	font-weight: normal;
	font-family: 'Footlight MT Light', Arial, 'Times New Roman', sans-serif;
	font-size: 14pt;
	scrollbar-face-color: #000033; 
	scrollbar-arrow-color: #FFFFCC;
	scrollbar-3dlight-color: #FFFFCC;
	scrollbar-highlight-color: #000033;
	scrollbar-darkshadow-color: #000033;	
}

A {
	text-decoration: none;
	color: #CCCCFF;
	font-weight: bold;
}
A:hover {
	color: #800080;
	font-weight: bold;
}
A:visited {
	color: silver;
	font-weight: bold;
}
