﻿a.wt_csstooltip {
   position: relative;
  z-index: 0;
 	/* color: #3E3E3E;*/
    cursor: help;
    			-moz-opacity: 1; /*Mozilla*/;
	-khtml-opacity: 1; /*Konqeror*/;
	filter: alpha(opacity=100); /*IE*/;
	opacity: 1;


}
a.wt_csstooltip:hover { 
	z-index: 250; 
	text-decoration: none; 
   /* background-color: #eee;*/
}
a.wt_csstooltip dfn {
	display: block;
	text-decoration: none;
	text-transform: none;
	position: absolute;
	top: 2em;
	left: 2em;
	width: 300px; /*height: 50px;*/;
	overflow: hidden;
	font-size: 11px;
	color: #ffffff;
	font-weight: 500;
	background-color: #012b7f;
	font-size: 12px;
	z-index: 999999;
	padding: 5px;
	background-image: url(/fileadmin/design/blue.gif);
	background-repeat: repeat;
	-moz-opacity: 1; /*Mozilla*/;
	-khtml-opacity: 1; /*Konqeror*/;
	filter: alpha(opacity=100); /*IE*/;
	opacity: 1;
	font-style: normal;
	font-variant: normal;
	visibility: hidden;
}
a.wt_csstooltip:hover dfn {
    visibility: visible ;
    display: block;
    position: absolute;
    top: 2em;
    left: 2em;
	width: 300px;
	/*height: 50px;*/
	overflow: hidden;
    font-size: 11px;
	color: #ffffff;
	font-weight: 500;
	background-color: #012b7f;
font-size:12px;
	z-index: 999999; 
	padding: 5px;
		background-image: url(/fileadmin/design/blue.gif);
		background-repeat: repeat ;
			-moz-opacity: 1; /*Mozilla*/;
	-khtml-opacity: 1; /*Konqeror*/;
	filter: alpha(opacity=100); /*IE*/;
	opacity: 1;


}