#map {
	width: 100%;
	height: 670px;
	background-color: grey;
	margin-top:30px;
}



#filterwahl {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	height:38px;
	line-height:38px;
	background-color:#0cacb8;
	color:#fff;
	font-size:11pt;
	padding-left:40px;
	background-image:url('/page/_webpics/map/arrow-down-right-white.png');
	background-position:15px top;
	background-repeat:no-repeat;
	cursor:pointer;
	margin-bottom:10px;
}

#filterwahl.akt {
	background-position:15px bottom;
}

#filterBox {
	position:relative;
}

#filterauswahl {
	display:none;
}

#filterauswahl {
	width:100%;
	position:absolute;
	z-index:100;
	background-color:#fff;
}

#filterauswahl .wahl {
	cursor:pointer;
	font-size:10pt;
	color:#000;
	line-height:38px;
	padding-left:40px;
	background-image:url('/page/_webpics/map/checkbox-off.png');
	background-position:15px center;
	background-repeat:no-repeat;
}

#filterauswahl .wahl.akt {
	background-image:url('/page/_webpics/map/checkbox-on.png');
}


#suchwahl {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	height:38px;
	line-height:38px;
	color:#0cacb8;
	border:1px solid #0cacb8;
	text-align:center;
	margin-bottom:10px;
}

#suchwahl.err {
	border-color:#f00;
}

#anzeige {
	width:100%;
	height:38px;
	line-height:38px;
	background-color:#0cacb8;
	color:#fff;
	text-align:center;
	cursor:pointer;
	display:none;
}

.zahnarztBox {
	padding:15px 40px 15px 0;
	background:url('/page/_webpics/arrow-right-greenblue.png') no-repeat right center;
	border-bottom:1px solid #0cacb8;
	cursor:pointer;
}

#zahnarztAusgabe {
	margin-top:40px;
	border-top:1px solid #0cacb8;
}

#detailLayer {
	display:none;
}
#detailLayerContent {
	background-color:#fff;
}

linie {
	display:block;
	height:1px;
	background-color:#0cacb8;
}

#detailTitle {
	position:relative;
	padding-right:140px;
}

#closeDetails {
	position:absolute;
	top:20px;
	width:115px;
	right:0;
	cursor:pointer;
}

#closeDetails img {
	width:100%;
	height:auto;
	display:block;
	}

#detailShow {
	width:120px;
	height:21px;
	background-image:url('/page/_webpics/plus-minus-greenblue.png');
	background-repeat:no-repeat;
	background-position:center top;
	display:block;
	cursor:pointer;
}
#detailShow.akt {
	background-position:center bottom;
}
#detailInfos {
	display:none;
}

.detailTitel {
	padding:7px 0;
}

.detailText {
	color:#0cacb8;
}

strong.detailTitelMain {
	display:block;
	margin-top:20px;
}

#ssoInfo {
	cursor:pointer;
	position:absolute;
	top:4px;
	margin-left:10px;
}
#ssoInfoText {
	display:none;
	border:1px solid #0cacb8;
	padding:10px;
}


@media  only screen and (max-width: 670px) {
	#closeDetails {
	width:80px;
}
	
	#detailTitle {
	position:relative;
	padding-right:140px;
}
	.detailTitel {
	padding:4px 0;
}
	
}


@media  only screen and (max-width: 1023px) {
	#anzeige {
		display:block;
	}
}

@media  only screen and (min-width: 1024px) {
	#blockMap, #blockAnzeige {
		display:block !important;
	}
}

