#ajax_tooltipObj{
z-index:1000000;
text-align:left;
}
#ajax_tooltipObj div{
position:relative;
}
#ajax_tooltipObj .ajax_tooltip_arrow{
background: transparent;
background-image:url('/_kirchenweb/images/arrow.gif');
width:20px;
position:absolute;
left:0px;
top:0px;
background-repeat:no-repeat;
background-position:center left;
z-index:1000005;
height:60px;
}
* html #ajax_tooltipObj .ajax_tooltip_content { /* korrektur ie */
width: 310px;
height: 100px;
}
#ajax_tooltipObj .ajax_tooltip_content{
border: 1px solid #999;
left: 18px;
top: 0px;
position: absolute;
min-width: 310px;
min-height: 100px;
background-color: #EEEEEE;
padding: 5px;
font-size: 12px;
font-family: Arial, sans-serif;
overflow: visible;
z-index: 1000001;
}
/* kw definitionen */
#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: #EEEEEE;
}
#ajax_tooltipObj .ajax_tooltip_content .attribut {
color: #555;
font-size: 10px;
background-color: #EEEEEE;
}
#ajax_tooltipObj .ajax_tooltip_content table td p {
	margin: 0px;
	padding: 0px;
	background-color: #eee;
}

