#haendler_karte {
  float: left;
  width: 300px;
  height: 357px;
  background: url(/images/deutschlandkarte.png);
  border: 0;
}

.tool-tip {
	color: #fff;
	width: 230px;
	z-index: 13000;
}

.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #b02a30;
	padding: 8px 8px 4px;
	background: url(/admin/images/icons/bubble.png) top left;
}

.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(/admin/images/icons/bubble.png) bottom right;
}


