body {
	background-attachment: fixed;
	background-image: url(menue-hintergrund.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;

}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	background-color: #FFFF00;


}
a:visited {
	color: #666666;
	text-decoration: none;

}

