* {
	margin: 0;
	padding: 0;
	list-style: none;
}
body {
	font-size: 62.5%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #222222;
}
div#wrapper {
	font-size: 1.1em;
}
div#mapListTitle h2{
	font-size: 1.5em;
}
div#mapList, div#mapListTitle {
	padding: 0 0 0 1em;
}
div.part_map {
	padding: 10px;
	position: relative;
	_padding: 0 0 0 10px;
}
div.part_map a {
	text-decoration: none;
}
div#mapcontainer {
	width: 450px;
	_width: 447px;
   height: 350px;
   float: left;
   border: 1px solid #6c7c8b;
}
div#controls {
   position:absolute;
   left: 15px;
	z-index:5;
	top : 15px;
}
* html div#controls {
	left: -440px;
}
div#controls a {
    display: block;
    height: 34px;
    width: 34px;
    margin-bottom: 3px;
}
div#controls a#map-ch {background: url(../img/map-ch.gif) no-repeat;}
div#controls a#print {background: url(../img/map-print.gif) no-repeat;}
div#controls a#zoomPlus {background: url(../img/zoom-plus.gif) no-repeat;}
div#controls a#zoomMinus {background: url(../img/zoom-minus.gif) no-repeat;}
div#controls a#map-kind {
	background: url(../img/map-luftbild.gif) no-repeat scroll 0%;
}
div#controls a#map-kind.other {
	background: url(../img/map-karte.gif) no-repeat scroll 0%;
}
div#newSearch {
    width: 430px;
    border-right: 1px solid #6c7c8b;
    border-left: 1px solid #6c7c8b;
    border-bottom: 1px solid #6c7c8b;
    background: #efefef;
    margin: 0px 0px 20px 10px;
    padding: 10px;
    _padding: 0 0 0 10px;
    clear: both;
}
div#newSearch ul {
	float: left;
   margin: 0 30px 0 0;
   padding: 0px;
   list-style: none;
}
div#newSearch input {
	font-size:1em;
	color: #222;
	padding: 2px;
	margin-right: 5px;
}
div#newSearch label {
	margin-right : 5px;
}
div#newSearch input#goTo {
	width: 60px;
}
div#newSearch input#goToOrt {
	width: 120px;
}
div#newSearch ul#poityp input {
	padding: 0;
	margin: 0 5px 0 0;
}
div#newSearch input#goToSubmit {
    border: none;
    background: url(../img/button.gif) no-repeat;
    color: #FFF;
    font-size: 1em;
    padding: 0;
	 margin: 10px 0 0 0;
	 text-align: center;
	 height: 18px;
	 width: 71px;
}
div#newSearch ul#search label {
    display: block;
    width: 30px;
    float: left;
    padding: 5px 0px 0px 0px;
}
div#newSearch ul#poitype input#labelvolg {
	display:none;
}
div#newSearch li {
	margin: 5px 10px 5px 0;
}
div#newSearch ul#poityp li {
	margin: 5px 10px 5px 0;
	padding: 2px 0;
}
div#resulSet {
    width: 440px;
    margin: 10px;
    clear: both;
}
div.filiale {
	width: 430px;
	height: auto !important;
	height: 60px;
	min-height: 60px;
	border-bottom: 1px solid #EFEFEF;
	margin: 0 0 5px 0;
	clear: both;
	cursor: pointer;
}
div.icon {
	height: auto !important;
	height: 60px;
	min-height: 60px;
	width: 28px;
	padding: 2px 10px 0 0;
	float: left;
}
div.addressDiv {
	width: 202px;
	height: auto !important;
	height: 60px;
	min-height: 60px;
	margin: 0 10px 0 0;
	float: left;
}
div.filiale li {
	margin: 2px 0;
}
li.title {
	font-weight: bold;
	margin: 2px 0 3px 0;
}
div.numberDiv {
	width: 150px;
	height: auto !important;
	height: 60px;
	min-height: 60px;
	margin: 0 10px 0 0;
	float: left;
}
div.detailDiv {
	width: 70px;
	height: auto !important;
	height: 60px;
	min-height: 60px;
	margin: 0 10px 0 0;
	float: left;
}
div.detailDiv a, a:link, a:visited {
	color:#20557D;
	font-weight:normal;
	text-decoration:underline;
}
div.detailDiv a:hover {
	color:#4C95B4;
	font-weight:normal;
	text-decoration:underline;
}
div#resulTitle {
    width: 440px;
    margin: 10px;
    clear: both;
}
div#resulTitle h2 {
	clear:both;
	color:#4E89AE;
	font-size:1.4em;
	font-weight:normal;
	line-height:1.1em;
	padding:0pt;
}


