#map {
	background-image: url(/files/img/el/map_hessen.gif);
	width: 373px;
	height: 536px;
	float: left;
	display: inline;
	position: relative;
}
#map a {
	display: block;
	position: absolute;
	background-image: url(/files/img/el/map_buttons.gif);
	width: 16px;
	height: 16px;
}
#map a em {
	color: #000;
	background: #FFF;
	border: 1px solid red;	
	display: none;	
	font-style: normal;
	font-weight: bold;
	left: 10px;
	padding: 2px;
	position: absolute;
	text-decoration: none;
	top: -14px;
}
#map a:hover {
	color: #FF0000;
	text-decoration: none;
}
#map a:hover em {
	display: block;	
}
#mapitems {
	width: 290px;
	height: 536px;
	float: right;
	display: inline;
	overflow: auto;
}
#mapitems div {
	margin: 0 0 5px 0;
	background: #FFF;
	padding: 5px;
	margin-right: 5px;
	cursor: default;	
}
#mapitems div * {
	color: #000;
}