* {
	margin: 0;
	padding: 0;
	list-style: none;
}
body {
	font-size: 62.5%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #222222;
}
div.part_map {
	padding: 10px;
}
div.part_map a {
	text-decoration: none;
}
div#mapcontainer {
	width: 540px;
   height: 350px;
   float: left;
   border: 1px solid #6c7c8b;
}
div#controls {
    float: left;
    margin-left: 3px;
}
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: 520px;
	 height: 25px;
    border-right: 1px solid #6c7c8b;
    border-left: 1px solid #6c7c8b;
    border-bottom: 1px solid #6c7c8b;
    background: #efefef;
    margin: 0px 0px 20px 10px;
    padding: 10px;
    clear: both;
}
div#newSearch ul {
   margin: 0px;
   padding: 0px;
   list-style: none;
}
div#newSearch input {
	font-size:1em;
	color: #222;
	padding: 2px;
}
div#newSearch input#goTo {
	width: 60px;
}
div#newSearch input#goToOrt {
	width: 120px;
}
div#newSearch input#goToSubmit {
    border: none;
    background: url(../img/button.gif) no-repeat;
    color: #FFF;
    font-size: 1em;
    padding: 0;
	 margin: 2px 0 0 0;
	 text-align: center;
	 height: 18px;
	 width: 71px;
}
div#newSearch label {
    display: block;
    width: 30px;
    float: left;
    padding: 5px 0px 0px 0px;
}
div#newSearch li {
	float: left;
	margin: 0 10px 0 0;
}
div#mapList {
    width: 520px;
    margin: 10px;
    clear: both;
}
div.filiale {
	width: 540px;
	height: auto !important;
	height: 60px;
	min-height: 60px;
	border-bottom: 1px solid #EFEFEF;
	margin: 0 0 5px 0;
	clear: both;
}
div.icon {
	height: auto !important;
	height: 60px;
	min-height: 60px;
	width: 40px;
	padding: 2px 10px 0 0;
	float: left;
}
div.addressDiv {
	width: 210px;
	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: 110px;
	height: auto !important;
	height: 60px;
	min-height: 60px;
	float: left;
	text-align: right;
}
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#mapListTitle {
    width: 520px;
    margin: 10px;
    clear: both;
}
div#mapListTitle h2 {
	clear:both;
	color:#4E89AE;
	font-size:1.4em;
	font-weight:normal;
	line-height:1.1em;
	padding:0pt;
}
div.morediv {
	padding: 5px 0 5px 50px;
}
a.moreLink {
	display: block;
	margin: 2px;
	height: auto;
	width: 100%;
}
a img {
	border: none;

}



