body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font: 9px/15px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #fff000;
}
#horizont {
   position: absolute;
	top: 50%;
	width: 100%;
	height: 1px;
	overflow: visible;
}
#bereich {
	position: absolute;
	margin-left: -383px;
	left: 50%;
	top: -250px;
	width: 766px;
	height: 500px;
}
#karte {
	position: absolute;
	margin: 0;
	width: 766px;
	height: 480px;
	background-image: url(bilder/karte.gif);
}
.fusz {
	position: absolute;
	bottom: 0;
	width: 766px;
	text-align: center;
}
img {
	margin: 0;
	border: 0;
}
a:link {
	text-decoration: none;
	background-color: transparent;
}
a:visited {
	text-decoration: none;
	background-color: transparent;
}
a:hover {
	text-decoration: none;
	background-color: transparent;
}
a:active {
	text-decoration: none;
	background-color: transparent;
}