
.vogelvlucht {
	position:absolute;
	padding:1px;
	float:left;
}
.pop_up_vlucht {
	float:right;
	width:270px;
}
.text_item .pop_up_vlucht .popvlucht {
	background:#FFF;
	z-index:300;
	display:none;
	width:300px;
	overflow:auto;
	padding:5px;
	border:none;
	position:relative;
}
.text_item .pop_up_vlucht .popvlucht h2{
	font-family: 'Humanist777BT-BoldB';
	font-size:13px;
}
.text_item .pop_up_vlucht .popvlucht h3{
	font-family: 'Humanist777BT-BoldB';
	color:#52a7d7;
	margin-bottom:0;
	font-size:13px;
}
.text_item .pop_up_vlucht .popvlucht p{
	margin:0 0 10px 0;
	font-size:13px;
}

.pop_up_vlucht .popvlucht .close {
	float:right;
	padding:0 5px;
}
.mapmap img {
	position:absolute;
}

.showFloorplan img{
	display:block;
}

.tooltipHolder .tooltip{
	font-family:Verdana;
	color:#fff;
	font-size:11px;
	line-height:15px;
	position:relative;
	background:url("/gfx/tooltip_inner.png") repeat-x;
	height:98px;
	margin:0 15px;
	padding:15px 15px 0px 15px;
	display:inline-block;
    zoom:1; /* IE fix */
    *display:inline; /* IE fix */
}
.tooltipHolder .tooltip h1{
	font-size:12px;
	font-weight:bold;
	margin:0;	
	font-family:Verdana;
	color:#fff;
	padding:0;
	line-height:12px;
}
.tooltipHolder .tooltip a{
	color:#fff;
}
.tooltipHolder .tooltip p{
	margin:0;
}
.tooltipHolder .tooltip .inner-left{
	position:absolute;
	left:-15px;
	top:0;	
	background:url("/gfx/tooltip_inner-left.png") no-repeat;
	width:15px;
	height:113px;
	z-index:10;
}
.tooltipHolder .tooltip .inner-right{
	position:absolute;
	right:-15px;
	top:0;	
	background:url("/gfx/tooltip_inner-right.png") no-repeat;
	width:15px;
	height:113px;
	z-index:20;
}
.tooltipHolder .tooltip .arrow{
	position:absolute;
	left:50%;
	bottom:-13px;
	margin-left:-19px;
	width:41px;
	height:23px;
	background:url("/gfx/tooltip_arrow.png") no-repeat;	
}