#center-sp2 a.wt_csstooltip, #center-sp2 a.wt_csstooltip:visited {
  position: relative;  
  z-index: 240;
  color: #990000;
  padding:1px;
  margin-left:5px;
  cursor: help;
}
#center-sp2 a.wt_csstooltip:hover { 
  z-index: 999999;
  text-decoration: none; 
  color: #ffffff;
    background-color: #990000;
}
#center-sp2 a.wt_csstooltip dfn {
  display: none;
  font-style: normal;
  z-index: 250;
  /* z-index: 999999; */
}
#center-sp2 a.wt_csstooltip:hover dfn {
  display: block;
  position: absolute;
  top: 1.8em;
  left: 2em;
  width: 250px;
  /* height: 520px; */
  height: auto;
  overflow: hidden;
  line-height : 1.1em;
  font-size: 11px;
  color: #004E9D;
  font-weight: normal;
  /* background-image: url(/fileadmin/templates/images/bg-tooltip-header.jpg); */
  background-color: #D4DEEA;
  border:1px solid #b4c9e3;
  z-index: 999999;
  padding: 10px;
}

a.wt_csstooltip:hover dfn b {
margin: 0 0 6px 0;
display: block;
color: #004E9D;
font-weight: bold;
}
