/* tooltip styling. uses a background image (a black box with an arrow) */
div.tooltip {
	background: transparent url(sprechblase_neu.png) no-repeat scroll 0 0;
	font-size:12px;
	height:105px;
	padding:10px 0px 0px 20px;
	width:190px;
	font-size:12px;
	display:none;
	color:#000;
}

/* tooltip title element (h3) */
div.tooltip h3 {
	margin:0;
	font-size:12px;
	color:#000;
}
