.tooltipbox {
	z-index: 1111;
	
	width: 250px;
}
.tooltipbox .tip-top {
	display: none;
}
.tooltipbox .tip {
	/*
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	*/
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding: 5px 5px 5px 5px;
	background: #4d8ba0;
	
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.tooltipbox .tip-title {
	font-weight: bold;
	color: #ffffff;
	max-width: 200px;
}
.tooltipbox .tip-text {
	color: #194c5d;
	max-width: 200px;
}
.tooltipbox .tip-bottom {
	background: url(../images/blue/tooltip_pfeil.png) no-repeat 20px top;
	width: 100%;
	height: 9px;
	overflow: hidden;
	
	position: absolute;
	bottom: -9px;
	left: 0px;
}