/*CSS for tooltip */

a.wt_csstooltip, ul.newsContent li p a.wt_csstooltip {
	padding:0px;
	background:none;
    position: relative;
    z-index: 240;
	color: #0088BC;
    /*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; 
    font-style: italic;
}
a.wt_csstooltip:hover dfn {
    display: block;
    position: absolute;
    top: 2em;
    left: -16em;
	width: 200px;
	/*height: 50px;*/
	overflow: hidden;
    font-size: 11px;
	color: white;
	font-weight: normal;
	background-image: url(/fileadmin/conject/administration/img/header_bg.jpg);
	background-color: #343434;
	z-index: 999999; 
	padding: 5px;
}