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: 2em;
    left: 2em;
	width: 300px;
	height: auto;
	overflow: hidden;
	font-family:Arial,sans-serif;
        font-size: 11px;
	color: black;
	font-weight: normal;
	background-image: url(/fileadmin/conject/administration/img/header_bg.jpg);
	/* background-color: #3668B1;*/
	background-color:white;
	z-index: 999999; 
	padding: 5px;
	line-height:13px;
	border:1px;
	border-color:#cc0000;
	border-style:solid;
}