  /*======================================
   KARTE
   ======================================*/
#kartenbereich {
	position: relative;
	background-color: #FFCCCC;
	width: 800px;
	height: 1100px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000099;
}
iframe {
	background-color: #CC3300;
	position: relative;
	top: 50px;
}



#kartetext1 {
	font-size: 16px;
	padding: 10px;
	width: 260px;
	height: 210px;
	position: absolute;
	top: -33px;
	left: 38px;
	list-style-type: none;
	text-align: left;
}

#karteprovinz {
	position: absolute;
	top: 10px;
	left: 350px;
}

#kartetext2 {
	position: absolute;
	left: 488px;
	top: 451px;
	width: 250px;
	text-align: left;
}
#kartezahara {
	position: absolute;
	left: 10px;
	top: 320px;
	text-align: left;
}

 #kartetext3 {
	position: absolute;
	top: 750px;
	left: 10px;
	text-align: center;
	width: 260px;
}
#stadtplan {
	position: absolute;
	top: 730px;
	left: 180px;
}
#mapa #wrapper h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	padding-top: 50px;
}
#navigation {
	margin-top: -28px;
}

