#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #fff;
	padding: 5px;
	opacity: 0.95;
	font-size: 11px;
	width: 250px;
	text-align:left;
}
#tooltip h3, #tooltip div { 
	margin: 0; 
	font-size: 11px;
}
#tooltip .body{
	font-size: 11px;
}


/* jtip
*/
#JT {
	position: absolute;
	z-index:100;
	height: auto;
}

	#JT_arrow_left{display: none;}
	#JT_arrow_right{display: none;}
	#JT_close_left {display: none;}
	#JT_close_right {display: none;}

	.JT_loader{
		background-image: url(../images/loader.gif);
		background-repeat: no-repeat;
		background-position: center center;
		width:100%;
		height:12px;
	}

	#JT_copy{
		padding: 0;
		margin: 0;
		color:#000000;
		z-index: 1;
		
	}
		#JT_copy p{margin: 0;padding: 5px;}
		#JT_copy img{padding: 1px;border: 1px solid #CCCCCC;}


.jTip{
cursor:help;
}



/* Hilfe Seiten
*/
#jTipTop {
	background: url(../gfx/ci/bg_ajaxLayerTop_200px.gif) no-repeat;
	height: 8px;
	width: 200px;
	z-index: 201;
}
#jTipMid {
	width: 188px;
	height: auto;
	z-index: 200;
	padding:6px;
	background: url(../gfx/ci/bg_ajaxLayerMid_200px.gif) repeat-y;
}
#jTipBottom {
	background: url(../gfx/ci/bg_ajaxLayerBottom_200px.gif) no-repeat;
	height: 8px;
	width: 200px;
	z-index: 202;
}



