 body {
	background-image: url(hintergrund.jpg);
	background-attachment: fixed;
	background-color: lightgrey
	font-family: Arial, sans-serif;
}

a {
	color: Black;
	text-decoration: none;
}
a:hover {
	background-color: dimgray;
	text-decoration: none;
	color: White;
	display: block;
}
a:focus {

	background-color: dimgray;
	text-decoration: none;
	color: white;
	display: block;
}

.td_nav {
	border-bottom: none;
	border-top: 3px solid #99CC33;
	background-image: url(hintergrund.jpg);
	background-attachment: fixed;
}
.form {
	background: silver;
	border: 2px solid #99CC33;
}
tr {
	background-image: url(hintergrund.jpg);
	background-attachment: fixed;
	background-color: silver;
}
.tr2 {
	background-color: transparent;
}
body {
	scrollbar-base-color:silver;
	srollbar-3dlight-color:silver;
         scrollbar-track-color:grey
         scrollbar-arrow-color:green;
         scrollbar-darkshadow-color:#99CC33;
}