/* Tooltipps des PSM-Managers*/
a.tooltip {
	position: relative;
	text-decoration: none; 
	font-style: italic;
	z-index: 1;
	/*color: #0000ff;*/
}
a.tooltip:hover {
	color: #0000ff; 
	z-index: 0;
	background: transparent;
}

a.tooltip span {
	display: none;  
	text-decoration: none; 
}

a.tooltip:hover span {
	display: block;
	position: absolute; 
	top: 2em; 
	left: 10px; 
	width: 280px;
	z-index: 200;
	color: #000000; 
	border:1px solid #000000; 
	background: #FFFFCC;
	font: 10px Verdana, sans-serif; 
	text-align: left;
}