h1.tooltip {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #AF2165;
	margin: 0px 0px 5px 0px;
	text-align: left;
}
h2.tooltip {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #AF2165;
	margin: 0px 0px 3px 0px;
	text-align: left;
}
div.tooltip {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #858282;
	background-color: #ffffff;
	border: 1px solid #AF2165;
	width: 450px;
	height: 230px;
	padding: 10px;
	position:absolute;
	z-index:150;
	display:none;
	/*top:230px;
	left:230px;*/
}
div.arrow {
	width:15px;
	height:15px;
	font-size: 1px;
	background: url(/VAD/res/quelle/images/quelle/arrowup.gif) top left no-repeat;
	margin: 0;
	padding: 0;
	position: absolute;
	display:block;
	margin-left: 0px;
	margin-top: -25px;
	z-index: 1;
}
div.ttclose {
	width:13px;
	height:13px;
	font-size: 1px;
	background: url(/VAD/res/quelle/images/quelle/close.gif) top left no-repeat;
	margin: 0;
	padding: 0;
	position: absolute;
	display:block;
	margin-left: 435px;
	margin-top: 0px;
	z-index: 1;
	cursor: pointer;
	cursor: hand;
}
div.ttoverlay {
	width: 450px;
	height: 200px;
	overflow: auto;
}
P.tooltip {
	margin: 0 0 10px 0;
	text-align: left;
	font-size: 11px;
}
img {
	border: 0;
}
a.tooltip {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	text-decoration: underline;
	color: #858282;
}
.spacer
{	clear: both;
	margin-bottom:3px;
}
