#MapShowBoxTop {
	position:relative;
	width:1024px;
	height:965px;
	background-color:#fff;
	margin:0 auto;
	
}

#MapDisplay {
	position:absolute;
	top:0;
	left:0;
	width:1024px;
	z-index:1;
}
#MapDisplay .links {
	font-family: 'Roboto Condensed', sans-serif;
	color:#000;
	font-size:15pt;
	line-height:22px;
	width:180px;
	height:130px;
	float:left;
}
#MapDisplay .links .inset {
	padding:25px 17px;
}
#MapDisplay .rechts {
	color:#fff;
	background-color:#3c4346;
	font-size:12pt;
	line-height:20px;
	width:844px;
	height:130px;
	float:left;
}
#MapDisplay .rechts .inset {
	padding:28px;
	font-family: 'Droid Sans', sans-serif;
	font-size:11pt;
}

#MapFilter {
	display:block;
	position:absolute;
	//background-color:#3c4346;
	background-image:url('/page/_webpics/filter-background.png');
	z-index:2;
	right:20px;
	top:150px;
	width:824px;
	padding:20px 0;
}
#MapFilter label {
	background-repeat:no-repeat;
	background-position:left center;
	line-height:30px;
	cursor:pointer;
}
#MapFilter .region,#MapFilter .reiseart,#MapFilter .flugzeit,#MapFilter .bereist {
	padding-left:20px;
	float:left;
	width:200px;
}
#MapFilter .reiseart {
	width:160px;
	}
#MapFilter .bereist {
	width:200px;
	}
#MapFilter .flugzeit {
	width:170px;
	}

#MapFilter #anzeigen {
	border:1px solid #9a9a9a;
	background:#9a9a9a url('/page/_webpics/pfeil-button.png') no-repeat right center;
	margin-right:30px;
	padding-left:10px;
	padding-right:30px;
	color:#fff;
	line-height:40px;
	//height:38px;
	cursor:pointer;
	font-size:11pt;
	display:none;
	}

#MapFilter h2 {
	font-size:13pt;
	}

#setFilter {
	display:none;
	width:44px;
	height:44px;
	background:url('/page/_webpics/button-sulzberger-map-filter.jpg') no-repeat;
	position:absolute;
	right:20px;
	top:150px;
	z-index:2;
	cursor:pointer;
	}

#resultat {
	border:1px solid #9a9a9a;
	//height:40px;
	line-height:40px;
	padding:0 15px;
	font-size:11pt;
	display:none;
}
#resultat img {
	height:30px;
	width:30px;
	padding:5px;
	}

#map-canvas {
	position:absolute;
	top:150px;
	left:20px;
	width:984px;
	height:800px;
}

#infoWindow {
	margin:10px;
	width:400px;
	//min-height:250px;
	color:#5f5f5f;
}
#infoWindow h1 {
		font-family: 'Roboto Condensed', sans-serif;
	font-size:14pt;
	font-weight:bold;
}
#infoWindow td {
	font-size:10pt;
	line-height:18px;
}
#infoWindow td.col1 {
	width:140px;
	font-weight:bold;
	vertical-align:top;
}
#infoWindow td.vonname {
	padding-right:20px;
}
#infoWindow .bild, #infoWindow .links {
	margin-top:10px;
	width:200px;
	float:left;
}
#infoWindow .links {
	width:190px;
	padding-left:10px;
	}
#infoWindow .links a {
font-family: 'Roboto Condensed', sans-serif;
	color:#2097d0;
	}
#moreInfo {
	display:none;
	position:absolute;
	background-color:#262626;
	z-index:2;
	left:0;
	top:0;
	width:100%;
	height:100%;
	font-size:10pt;
	}
#moreInfo h1 {
		font-family: 'Roboto Condensed', sans-serif;
	font-size:14pt;
	font-weight:bold;
	padding:27px 0 14px;
}

#moreInfo h1 a {
		color:#fff;
}

#moreInfo td {
	font-size:10pt;
	line-height:18px;
}
#moreInfo td.col1 {
	width:140px;
	font-weight:bold;
	vertical-align:top;
}
#moreInfo td.vonname {
	padding-right:20px;
}

#moreInfoImages {
	//position:absolute;
	//bottom:0;
	}

#moreInfoClose {
	width:50px;
	height:50px;
	background-image:url('/page/_webpics/grafik-button-x.jpg');
	position:absolute;
	right:0;
	top:0;
	cursor:pointer;
	}

#moreInfoImages .copyRight {
	position:absolute;
	background-image:url('/page/_webpics/filter-background.png');
	padding:5px;
	bottom:0;
	color:#fff;
		white-space:nowrap;
	}


.rButton {
	background-color:#9a9a9a;
	color:#fff;
	font-weight:bold;
	margin-right:15px;
	padding:12px 20px;
	line-height:40px;
	}