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: 250px;
	height: auto;
	overflow: hidden;
    font-size: 11px;
	color: white;
	font-weight: normal;
	background-image: url(/fileadmin/conject/administration/img/header_bg.jpg);
	background-color: #476269;
	z-index: 999999; 
	padding: 10px;
	text-indent:0;
	text-align:left;
	line-height:1.3em;
}

#c718 {
	font-size:120%;
	margin:15px 0 0;
	text-align:center;
	padding: 0 0;
}

#content #c718  p {
	padding-bottom:0;
}

#c718 a.wt_csstooltip { 
	background:none !important;
	margin:0 12px !important;
	line-height:1.3em !important;
	padding:0 !important;
}

