
#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;
}
#containerOverview {
	position: absolute;
	right: 7px; bottom: 7px;
	height: 300px;
	width: 900px;
	z-index: 3;
	border: 7px solid black;
}
#containerDetail {
	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: 80%; width: 100%;
	z-index: 3;
}
#profileDetail {
	position: absolute;
	right:0px; bottom: 0px;
	z-index: 4;
	border: 1px solid blue;
	width: 100%;
	height: 20%;
	color: black; background-color:white;
	opacity: 1;
}
#descrDetail {
	position: absolute;
	right: 0px; top: 80%;
	z-index: 4;
	border: 1px solid black;
	padding: 5px;
	color: black; background-color: white;
	opacity: 0.7;
}
#descrOverview {
	position: absolute;
	right: 0px; top: 0px;
	height: 20px;
	z-index: 4;
	border: 1px solid black;
	padding: 5px;
	color: black; background-color: white;
	opacity: 0.7;
}