div.POI {
	overflow: visible;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div.POI p {
	margin: 0;
}

div.POI a,
div.POI a:visited
 {
	color: #FFFFFF;
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	text-decoration: none;
	background-image: url(../img/gastgeber/circle.gif);
		padding-top: 2px;
	background-repeat: no-repeat;
}

div.POI a:HOVER {
	background-image: url(../img/gastgeber/circle_hover.gif);
}

div.POI.class2 a,
div.POI.class2 a:visited
 {
	color: #FFFFFF;
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	text-decoration: none;
	background-image: url(../img/gastgeber/circle2.gif);
		padding-top: 2px;
	background-repeat: no-repeat;
}

div.POI.class2 a:HOVER {
	background-image: url(../img/gastgeber/circle_hover.gif);
}

div.POI div.tooltip {
 position: absolute;
 white-space: nowrap;
 left: 20px;
 top: 0;
 border: 1px solid black;
 background-color: #FFF;
 padding: 0 3px 0 3px;
 z-index: 1000;
 font-size: 10px;
}
