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;*/
   	 float:left;
  	  top: 2px;
   	 left:2px;
	width: 250px;
	height: 100px;
	overflow:;
        font-size: 12px;
	color: black;
	font-weight: normal;
	/*background-image: url(/fileadmin/templates/wt_csstooltipp/steg_gr_178pixel.gif);*/
	background-repeat:no-repeat ;
	background-color: #3668B1;
	z-index: 999999; 
	padding: 45px;
}

