html, body {
	height:100%;
	width:100%;
	font-size:9px;
	font-family:Helvetica, Arial, sans-serif;
}
* {
	padding:0;
	margin:0;
}
.mainBgColor {
	background-color:#2964ad;
}
body {
	margin: 10px 20px;
	text-align: center;
}
body.portalBody {
	margin:0px;
}
#mapArea {
	height:525px;
	float:left;
	width:730px;
	background-color:#ffffff;
}
#leftArea {
	height:455px;
	position:absolute;
	top:49px;
	left:0px;
	padding:0 5px 0 5px;
	margin:0;
	text-align:left;
	width:215px;
	z-index:20;
}

.dataAccordeons {
	width: 195px;
}

#topSpaceFrame {
	position:absolute;
	width:950px;
	height:10px;
	top:40px;
}

#topLinkListe {
	position:absolute;
	text-align:right;
	padding-right:10px;
	width:600px;
	height:40px;
	top:5px;
	left:350px;
}

#bottomFrame {
	width:960px;
	height:30px;
	background-color:#ffffff;
	position:absolute;
	top:502px;
	left:0px;
	border-top-style:solid;
	border-top-width:5px;
	z-index:10;
}
#frameDiv {
	width:950px;
	height:750px;
	overflow:hidden;
	background-color:#ffffff;
	border-bottom-color: #a5c9f0;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
iframe {
	margin:0;
	padding:0;
}
.searchField {
	width:150px;
}
.searchResultInline {
	list-style-type:none;
}

#bitteWarten {
	width:178px;
}
#searchResult {
	margin-left:13px;
}
div.mapExHeader {
	text-align:left;
	width:960px;
	height:100px;
	background-color:#2964ad;
	margin-left:auto;
	margin-right:auto;
	background-image:url(/v3/plus/mapexplorer/header.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
.routeStreet {
	width:150px;
	margin-bottom:3px;
}
.routePlz {
	width:40px;
}
.routeOrt {
	width:102px;
}

.ui-progressbar-value { background-image: url(images/pbar-ani.gif); }
