@charset "utf-8";
/* CSS Document */

body {
	background-image: none;
}
div.Popup {
	width: 100%;
	display:none;
	position:absolute;
	top: 68px;
	z-index:5000;
}
div.Popupinhalte {
	width: 984px;
	display:block;
	clear:both;
	margin: 0px auto;
}
div.Popupintro {
	width: 100%;
	height: 500px;
	display:block;
	clear:both;
	text-align:center;
}
div.PopupZu {
	height: 55px;
	margin: 0px auto;
	padding: 0px 25px 0px 0px;
	font-size: 11px;
	text-decoration:none;
	background-color:#000;
	text-transform:uppercase;
	width: 959px;
	display: block;
	text-align: right;
	color: #ffffff;
	background-position: bottom;
}
div.WebspecialBox div.PopupZu {
	background-image:url(img/popup_header.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
div.PopupZu a {
	float:right;
	height: 19px;
	display:block;
	background-image:url(img/close_x.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	padding: 1px 25px 0px 0px;
	text-decoration:none;
	font-size: 11px;
	text-transform:none;
	color: #ffffff;
}
div.PopupZu a:hover {
	text-decoration: underline;
}
div.close {
	clear:both;
	height: 4px;
	display:block;
	margin-top: 0px;
	position:absolute;
	z-index: 10;
}
#overlay {
	position: fixed;
	z-index: 2000;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
}
.overlayBG {
	position: absolute;
	background-color: #000;
	-ms-filter: "Alpha(Opacity=75)";
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
.box_map {
	display: block;
	margin: 0px auto;
	padding: 0px;
	width: 864px;
	height:386px;
	display: none;
	background-image:url(img/bg_map.png);
	background-repeat:no-repeat;
	margin-bottom:30px;
}
.box_map .mitte {
	float: left;
	display: block;
	width: 864px;
	height: 376px;
}
.box_map .mitte .bild {
	float: left;
	margin-left: 4px;
	margin-top:3px;
	width: 460px;
	height: 380px;
}
.box_map .mitte .bild span.marker {
	display: block;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	position: absolute;
	width: 258px;
	height: 148px;
	background: url(img/map_marker.png) no-repeat;
	margin: 75px 0 0 125px;
}
.box_map .mitte .bild span.marker span {
	float: left;
	margin: 32px 0 0 50px;
}
.box_map .mitte .text {
	float: left;
	width: 319px;
	height: 332px;
	color: #FFF;
	padding: 48px 40px 0px 40px;
}
.box_map .mitte .text h5 {
	font-size: 24px;
	line-height: 120%;
	margin: 0px;
}
.box_map .mitte .text p {
	font-size: 13px;
	line-height: 160%;
	margin: 5px 0px 20px 0px;
}
