/* CSS needed for the script */

#ajax_tooltipObj {
	z-index:1000000;
	text-align:left;
}

#ajax_tooltipObj div {
	position:relative;
}

#ajax_tooltipObj .ajax_tooltip_arrow {
	background: transparent;
	background-image:url('../images/arrow.gif');
	width:20px;
	position:absolute;
	left:0px;
	top:0px;
	background-repeat:no-repeat;
	background-position:center left;
	z-index:1000005;
	height:60px;
}

#ajax_tooltipObj .ajax_tooltip_content {
	margin: 0px;
	border:1px solid #999;
	left:18px;
	top:0px;
	position:absolute;
	min-width:310px;
	min-height:100px;
	background-color:#eee;
	padding:5px;
	font-size:12px;
	font-family:Arial, sans-serif;
	overflow:visible;
	z-index:1000001;
}
/* korrektur ie */
* html #ajax_tooltipObj .ajax_tooltip_content {
	width: 310px;
	height: 100px;
}

/* kw definitionen */
#ajax_tooltipObj .ajax_tooltip_content div {
	background-color: transparent;
}
#ajax_tooltipObj .ajax_tooltip_content table {
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 300px;
}
#ajax_tooltipObj .ajax_tooltip_content table td {
	margin: 0px;
	padding: 0px;
	background-color: #eee;
}
#ajax_tooltipObj .ajax_tooltip_content .attribut {
	color: #555;
	font-size:10px;
	background-color: #eee;
}
#ajax_tooltipObj .ajax_tooltip_content table td p {
	margin: 0px;
	padding: 0px;
	background-color: #eee;
}
.ajax_tooltip_content div.laden {
width: 16px;
height: 16px;
margin: 5px 10px 10px 10px;
background: url('https://www.kirchenweb.ch/_kirchenweb_site/_images/iconLaden.gif') 0 0 no-repeat;
}
