/* tooltip styling. uses a background image (a black box with an arrow) */
div.tooltip {
	background:transparent url('http://www.harvard-temp.de/fileadmin/bilder/header/tooltip.gif') no-repeat scroll 0 0;
	font-size:10px;
	height:153px;
	padding:35px 30px 30px 30px;
	width:310px;
	display:none;
	color:#fff;
	z-index: 3333;
	font-weight:normal;
	line-height:130%;
}








/* tooltip title element (h3) */
div.tooltip h3 {
	margin:0;
	font-size:14px;
	color:#fff;
	line-height:140%;
}
