p#vtip {
	display: none;
	position: absolute;
	margin-top: 15px;
	padding: 6px;
	left: 5px;
	font-size: 90%;
	background-color: white;
	border: 1px solid #a6c9e2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: 9999
}
p#vtip #vtipArrow {
	position: absolute;
	top: -10px;
	left: 5px
}

.show_vtip {
	position: absolute;
	margin-top: 0px;
	left: 0px;
	padding: 6px;
	font-size: 90%;
	background-color: white;
	border: 1px solid #a6c9e2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: 9999
}

.vtipArrow {
	position: absolute;
	top: -7px;
	left: 5px;
	background-image: url(http://www.turracherhoehe.at/img/png/vtip_arrow.png);
	width: 15px;
	height: 7px;
}

