a.wt_csstooltip {
    position: relative;
    z-index: 240;
	color: #3E3E3E;
    /*cursor: help;*/
}
a.wt_csstooltip:hover { 
	z-index: 250; 
	text-decoration: none; 
    background-color: #eee;
}
a.wt_csstooltip dfn {
	display: none;
	font-style: normal;
	z-index: 250; 
}
a.wt_csstooltip:hover dfn {
    display: block;
	position: absolute;
	top: -234px;
	left: -6px;
	/*height: 100%;*/
	/*width: 100%;*/
	width: 178px;
	height: 221px;
	overflow: hidden;
    font-size: 12px;
	color: #777787;
	font-weight: normal;
	border: 1px solid #777787;
	/*background-image: url(/fileadmin/conject/administration/img/header_bg.jpg);*/
	background-color: #ffffff;
	z-index: 999999; 
	padding: 6px;
}
