.elabel1 {
  background-color:#ffffff;
  font-weight:bold;
  font-size: 0.75em;
  border:1px #653272 solid;
}

.elabel1table {
  background-color:#ffffff;
  font-weight:bold;
  font-size: 0.75em;
  border:1px #653272 solid;
  width: 1.8em;
  margin-bottom: -12px;
  z-index:2;
  position: relative;
}

.elabel1tableimg {
  z-index:1;
}

.elabel1sucheimg{
  z-index:1;
}

.dvomaintable{
 width: 702px;
}

.dvomaintableex{
 width: 100%!important;
}

.dvomaintableleft, .dvomaintableright {
  padding: 4px;
  background-color: #EDE5F2;
}

.dvomaintable td{
 width: 50%;
}

.dvoresulttable{
 width: 100%;
}

.dvoresulttable .dvoresulttabletd1 {
 width: 18%;
 vertical-align: top;
}

.dvoresulttable .dvoresulttabletd2 {
 width: 82%;
 vertical-align: top;
 padding-bottom: 8px;
}

#dvoresults {
 height:378px;
 overflow:scroll;
 background-color: #ffffff;
 margin-left: 5px;
}

#googlemap {
 width: 342px;
 height: 342px
}

.dvosearchform{
 background-color: #EDE5F2;
 padding-bottom: 1px;
}

.infowindow{
 width: 150px;
}

#edetails{
 height:263px;
 background-color: #EDE5F2;
}

/* alphabet */

.alphabetunsichtbar {
	position: absolute;
	left: -2000px;
	top: -2000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}

#alphabetadressen {
	list-style-type: none;

}

#listadressen {
	list-style-type: none;

}

#alphabetadressen div.alphabetlinks {
	width: auto;
	padding: 4px 0;
	background-color: #EAE5EF;
	margin-top: 8px;
}

#alphabetadressen a.alphabetlinks {
	font-size: 1.3em;
	font-weight: bold;
	padding: 0 4px 0 4px;
	margin: 0 1px 0 0;
	border-right-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
}

#alphabetadressen h2 {
	width: auto;
	font-size: 1.6em;
	font-weight: bold;
	background-color: #EAE5EF;
	color: #000000;
	padding: 8px 0 0 8px;
	margin-top: 16px;
	clear: none;
}

#listadressen h2 {
	width: auto;
	font-size: 1.5em;
	font-weight: bold;
	background-color: #EAE5EF;
	color: #000000;
	padding: 2px 0 2px 8px;
	/* margin-top: 16px; */
	clear: none;
}

.alphabetadressenstart{
	float: right;
}

#einrichtungslist{
  background-color: #EDE5F2;
}

.subcatelem{
	width: 160px;
	float: left;
	margin-bottom: 8px;
}

.subcatlabel{
	width: 80px;
}

.searchFilter{
	clear: both;
}

.subcatactions{
	clear: both;
	padding-bottom: 16px;
}

.subcatelemleft{
  float: left;
  width: 20px; 
  padding-top: 0;
}

.subcatelemright{
  float: left;
  width: 130px;
}

.selectfacility{
width: 320px;

}

.description {
  font-size: 0.85em;
}

.subcatlabel {
  font-size: 0.85em;
  font-weight: normal;
  line-height: 1.2em;
}

/* LIST View*/

#SelectField {
  float: left;

}


.formControlsList{
  float: right;
  margin-top: -4px;
  padding-left: 10px;

}

.adrlist{
  overflow: hidden;
  padding: 0;
  width: 700px;
}

.adrlist ul{
  padding: 0;
  margin: 0;
}

.adrlistitem{
  float: left;
  list-style: none outside none;
  position: relative;
  width: 325px;
  border: 1px solid #007CB0;
  margin: 0 23px 23px 0;
  height: 200px;
  background-color: #EDE5F2;
}

.adrdetailsbox{
  float: left;
  padding: 10px;
  

}

/* Tabs */
/* Comboview */
.dvclear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}

/* Tab Container */
#dvcontainer{
	margin: 10px auto;
	width: 100%;
}
#dvcontainer ul{
	list-style: none;
	list-style-position: outside;
}
#dvcontainer ul.dvmenu li{
	float: left;
	margin-right: 5px;
	margin-bottom: -1px;
}
#dvcontainer ul.dvmenu li{
	font-weight: 700;
	display: block;
	padding: 5px 10px 5px 10px;
	background: #efefef;
	margin-bottom: -1px;
	border: 1px solid #d0ccc9;
	border-width: 1px 1px 1px 1px;
	position: relative;
	color: #898989;
	cursor: pointer;
}

#dvcontainer ul.dvmenu li a {
	text-decoration: none;
	border-bottom: none;
	font-size: 1.05em;

}


#dvcontainer ul.dvmenu li.dvactive{
	background: #fff;
	top: 1px;
	border-bottom: 0;
	color: #007CB0;
}


.dvcontent{
	margin: 0pt auto;
	background: #efefef;
	background: #fff;
	border: 1px solid #d0ccc9;
	text-align: left;
	padding: 10px;
	padding-bottom: 20px;
	font-size: 11px;
}

/* Tab Container elements */
.dvcontent.active{
	display: block;
}
.dvcontent.inactive{
	display: none;
}

