body {
	font: normal 100.0% Helvetica, Arial, sans-serif;
	color: gray; background-color: black;
	min-width: 40em; /* Mindestbreite verhindert Anzeigefehler in modernen Browsern */
	margin: 0; padding: 0;

}
html {
	padding: 0;
}

#maps {
	position: absolute;
	top: 0em; left: 0em; right: 0em; bottom: 0em;
	width: 1700px; /* Breite und Höhe so gewählt, dass Bild entwickelt werden kann */
	height: 1300px;
	background-color: white;
	border: 10px solid black;
	z-index: 0;
}
#containerDetail {
	position: absolute;
	right: 7px; top: 7px;
	height: 650px;
	width: 950px;
	z-index: 1;
	border: 7px solid black;
}
#containerOverview {
	position: absolute;
	left:0px; top:0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	border: 7px solid black;
}
#mapOverview {
	position: relative;
	left:0px; top:0px;
	width: 100%;
	height: 100%;
	z-index: 2;
}
#mapDetail {
	position: relative;
	left: 0px; top: 0px;
	height: 75%; width: 100%;
	z-index: 3;
}
#profileDetail {
	position: absolute;
	right:0px; bottom: 0px;
	z-index: 4;
	border: 1px solid blue;
	width: 100%;
	height: 25%;
	color: black; background-color:white;
	opacity: 1;
}
#descrDetail {
	position: absolute;
	right: 0px; top: 0px;
	z-index: 4;
	border: 1px solid black;
	padding: 5px;
	color: black; background-color: white;
	opacity: 0.7;
}
#descrOverview {
	position: absolute;
	right: 0px; bottom: 0px;
	z-index: 4;
	border: 1px solid black;
	padding: 5px;
	color: black; background-color: white;
	opacity: 0.7;
}