body {
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper{
	top: 0;
	left: 0;
	width: 940px;
	height: 480px;
	overflow: hidden;
	position: absolute;	
}
#scroller{
	width: 940px;
	height: 480px;
	background-image: url(../img/flughafen_klein.jpg);
	position: relative;
}
.poi{
	width: 30px;
	height: 38px;
	background-image: url(../img/poi.png);
	cursor: pointer;
	position: absolute;
}
.event{
	width: 50px;
	height: 50px;
/*	background-image: url(../img/bootsfahrt.png);*/
	cursor: pointer;
	position: absolute;
}
.poi:hover{
	background-image: url(../img/poi.png);
}
.referencedPOI{
	background-image: url(../img/poi.png);
}
.currentPOI{
	background-image: url(../img/poi.png);
}
#card{
	top: 100px;
	width: 350px;
	height: auto;
	background-color: #ffffff;
	color: #333333;
	padding: 10px;
	position: fixed;
	z-index: 400;
	display: none;
	cursor: default;
}
#card p {
	margin-bottom: 5px;
}
#card p a{
	color: #999999;
}
#timeAndPlace{
	font-size: 13px;
	width: 100%;
	margin-top: 5px;
	position: relative;	
}
h4{
	margin: 0;
}
#text{
	font-size: 14px;
	line-height: 18px;
}
#closeBtn{
	width: 28px;
	height: 26px;
	right: 2px;
	top: 2px;
	position: absolute;
	background-image: url(../img/btn_close_grey.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
}
.boxshadow {
	box-shadow: 2px 2px 2px #888888;
	-moz-box-shadow: 2px 2px 2px #888888;
	-webkit-box-shadow: 2px 2px 2px #888888;
	-ms-box-shadow: 2px 2px 2px #888888;
}
#mapLegend{
	width: 640px;
	height: 40px;
	background-image: url(../img/legende.png);
	top: 10px;
	left: 10px;
	position: absolute;
}
