#navigation .navHaupt07{display:block;}

#map{
	position: relative;
	padding: 10px 6px 3px 12px;
}

#hamburg, #nrw, #muenchen, #stuttgart, #duesseldorf, #bochum, #leipzig, #frankfurt, #berlin{
	visibility: hidden;
	border: 1px solid #153B63;
	background-color: #DFE9F4;
	margin: 0px;
	padding: 3px 6px 4px 6px;
	color: #153B63;
	position: absolute;
	font-size: 11px;
	line-height: 15px;
	font-family: Arial, sans-serif;
	width: 240px;
	filter:Alpha(opacity=90);
	-moz-opacity:0.9;
}

#hamburg{
	top: 60px;
	left: 60px;
}

#berlin{
	top: 125px;
	left: 140px;
}

#leipzig{
	top: 160px;
	left: 120px;
}

#bochum{
	top: 148px;
	left: 0px;
}

#duesseldorf{
	top: 155px;
	left: 0px;
}

#nrw{
	top: 155px;
	left: 0px;
}

#frankfurt{
	top: 205px;
	left: 30px;
}

#stuttgart{
	top: 260px;
	left: 30px;
}

#muenchen{
	top: 285px;
	left: 90px;
}

