a.wt_csstooltip {
    position: relative;
    z-index: 240;
	text-decoration:none;
    /*cursor: help;*/
}

/*IE*/
a.wt_csstooltip:link {
  text-decoration:underline;
} 
 
/*Firefox*/
a.wt_csstooltip:visited {
  text-decoration:underline;
}
  
a.wt_csstooltip:hover { 
	z-index: 250; 
	text-decoration: none; 
  background-color: #eee;
  font-weight: normal;
}
a.wt_csstooltip dfn {
	display: none;
	font-style: normal;
	z-index: 250; 
}
a.wt_csstooltip:hover dfn {
  display: block;
  position: absolute;
  top: 2em;
  left: 2em;
	width: 250px;
	overflow: hidden;
  font-size: 11px;
  text-align: left;
	color: white;
	font-weight: normal;
	background-image: url(/fileadmin/conject/administration/img/header_bg.jpg);
	background-color: #666666;
	z-index: 999999; 
	padding: 5px;
	border:1px solid #191919;
}
