/* global */
html{height: 101%;}

body
{
	padding: 20px;
	background-image: url(Hintergrund_Zandvoort.jpg);
}
.tabelle {
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	background-image: url(Hintergrund_Sand.jpg);
}


a:link {
	color:#000000;
	text-decoration: underline;
}
a:visited {
	color:#000000;
	text-decoration: underline;
}
a:hover {
	color:#000000;
	background-color: #CCCCCC;
	text-decoration: none;
}
