/**
 * Projekt: Beppo Website
 * Gehört zu "jquery.tooltip.js"
 */

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}

#tooltip h3, #tooltip div { margin: 0; }
#tooltip h3 {
	color: #0176b9;
	font-size: 0.9em;
}

#tooltip div.body {
	font-size: 0.8em;
}


