.tkopf { background-color:#B7D05A; font-weight:bold; }
.tinhalt1 { background-color:#D5E899; }
.tinhalt2 { background-color:#E5F1BC; }
.tinhalt3 { background-color:#E8F174; }
/* 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;
}
