body.homepage{
	background : #ffffff;
	scrollbar-3d-light-color: Blue;
	scrollbar-arrow-color: Navy;
	scrollbar-base-color: #6495ED;
}

body.schwarz{
	background: url(web/Bilder/black.gif);
	scrollbar-3d-light-color: Blue;
	scrollbar-arrow-color: Navy;
	scrollbar-base-color: #6495ED;
}

A:Hover {
	text-decoration: underline;
	color: Yellow;
	background-color : Teal;
}

H1{
	background : White;
	font-family : "Arial Black";
	font-style : italic;
	height : auto;
	padding : 0%;
}
H2{
	font-family : Arial, Helvetica, sans-serif;
	font-style : italic;
	background : Fuchsia;
}
H3{
	font-family : "Courier New", Courier, monospace;
	font-style : italic;
}
H4{
	background : Aqua;
	font-family : fantasy;
	font-style : normal;
}