#tooltip {
	position: absolute;
	width: 120px;
	z-index: 3000;
	padding: 15px 10px 5px 10px;
	margin: 5px 0 0 0;
	opacity: 0.85;
	text-align:center;
	background-image: url('../img/bg_tooltip.png');
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 11px;
}

/**
* Tooltip omdraaien wanneer muis te dicht bij onderkant scherm komt
*/

#tooltip.viewport-bottom {
	background-image: url('../img/bg_tooltip_down.png');
	background-position: bottom center;
	padding: 5px 10px 15px 10px;
	margin: 0 0 0 0;
}

#tooltip h3, #tooltip div { margin: 0; }

