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

body
{
	padding: 20px;
	color: #CCCCCC;
	background-image: url(Hintergrund_Steg_Rombergpark.jpg);
}
.tabelle {
	color: #CCCCCC;
	font-size: 12px;
	background-image: url(Hintergrund_Dortmund_Text.gif);
}


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