.hintergrundbildbanner {
	background-attachment: fixed;
	background-image: url(images/Banner.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.menue {
	background-color: ff6600;

}
.tabelle {
	border: thin outset #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #003366;
	background-color: #FFCC00;
	text-decoration: none;
	height: 24px;
	width: 100%;
}
.tabelle:hover {
	border: thin outset #ffcc00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ffcc00;
	background-color: #003366;
	text-decoration: none;
}

