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

body {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#content {
	width: 1200px;
	height: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	text-align: center;
	z-index: 1;
}

#header {
	width:1200px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;

}

#headerlage {
	font-size:30px;
}

.ueberschrifthead {
	text-decoration:underline;
	font-size:25px;
}

#footer {
	width:1200px;
	margin-left:auto;
	margin-right:auto;
	font-size:14px;

}

#bild {
	position: absolute;
	display: none;
	z-index: 2;
}

.vorschaubild {
	width: 500px;
	height: 333px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}


/* #### IMAGE-MAP #### */

.map_image {
	display: block;
	width: 1200px;
	height: 700px;
	position: relative;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.map_image .map {
	display: block;
	position: absolute;
	overflow: visible;
}