a.wt_csstooltip {

    z-index: 240;
/*  color: #3E3E3E;*/
  color: #f28e00;
    font-weight:bold;
  text-decoration:none;
  letter-spacing:2px;
    /*cursor: help;*/
}
a.wt_csstooltip:hover {
    position: relative;
  z-index: 250;
  text-decoration: none;
  color: #f28e00;
/*     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: 250px;
   height: 50px;
/*  min-width:;
  min-height: auto;*/
  overflow: visible;
    font-size: 11px;
  color: #444;
  font-weight: normal;
/*   background-image: url(/fileadmin/conject/administration/img/header_bg.jpg); */
  background-color: #fff;
  border:1px solid #f28e00;
  z-index: 999999;
  padding: 5px;
}