/*KARTE*/

div.part_map {
	float: left;
	width: 150px;
}

div#container div#content div.part_map ul{
	list-style: none;
	margin: 0;
	padding: 0;
}


div.part_map h2 {
	margin: 0px 0px 5px 0px;
	padding: 0;
}
div.part_map a {
	text-decoration: none;
	}

div.control {
	width: 136px;
	position: absolute;
	bottom : 0;
	padding : 5px 0 5px 5px;
	border-top : 1px dashed #7C8A2A;
	border-bottom : 1px dashed #7C8A2A;
	margin-bottom : 35px;
}

div.control hr#dashedline {
	border : 0;
	border-bottom : 1px dashed #7C8A2A;
	height : 1px;
	padding : 0;
	margin : 5px 0 0 -5px;
}

div.control a#zoomPlus {
	display: block;
	background: url(../img/layout/zoomplus.gif) no-repeat 0px 0px;
	width: 16px;
	height: 16px;
	float: left;
	margin-top: 7px; 
}

div.control a#zoomMinus {
	display: block;
	background: url(../img/layout/zoomminus.gif) no-repeat 0px 0px;
	width: 16px;
	height: 16px;
	float: left;
	margin: 7px 0 0 5px; 
}

div.control label{
	float : left;
	width : 95px;
	padding-top : 5px;
}

div#mapcontainer {
	width: 491px;
	height: 300px;
	padding: 4px;
	border: 1px solid #c6a45b;
	border-width: 1px;
	float: left;
}

div.part_map ul.map-adresse {
	list-style: none;
	margin: 0px 0px 10px 0px;
}

div.part_map ul li.phone {
	background: url(../img/layout/icon-telefon.png) no-repeat 0px 5px;
	padding-left: 20px;
}

div.part_map ul li.adress {
	background: url(../img/layout/icon-adress.png) no-repeat 0px 2px;
	padding-left: 20px;
}

div#mapcontainer ul li.phone {
	background: url(../img/layout/icon-telefon.png) no-repeat 0px 5px;
	padding-left: 20px;
}

div#mapcontainer ul li.adress {
	background: url(../img/layout/icon-adress.png) no-repeat 0px 2px;
	padding-left: 20px;
}

div#mapcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
