.tooltip
/* , p.tooltip, h1.tooltip, h2.tooltip, h3.tooltip, a.tooltip, span.tooltip */
{
	width: 200px; 
	text-decoration: none;
	/* text-align: center; */
	text-align: left;
	/* font-family: Arial, Helvetica, sans-serif;  */
	/* font-size: 10pt; */
	font: lighter 11px/1.3 Arial,sans-serif;
	color: #000000;
}
.tooltip span.top {
	padding: 30px 8px 0;
	background: url(/php/it2/bilder/tool/bt2.gif) no-repeat top
}
.tooltip b.bottom {
	padding:3px 8px 15px;
	color: #548912;
	background: url(/php/it2/bilder/tool/bt2.gif) no-repeat bottom
}

