/* CSS Dropdown*/

div.select {
 position: relative; 
 display: block; 
 padding: 0px; 
 margin:0 0px;
 height: 30px;
}

ul.selectbox {
 position: absolute; 
 top: 26px; 
 left: 0px; 
 list-style: none;
 z-index: 1000; 
 display: block; 
 overflow: auto;
 overflow-x: hidden;
 font-size: 13px;
 margin: 0;
 padding: 0;
 border: 2px solid #e1e1e1;
 border-top: 0;
}
ul.selectbox li {
 margin: 0;
 border: 0;
 line-height: 100%;
 padding: 6px 5px 7px 5px;
 background-image: url(../images/dropdown_menue_verlauf.gif);
 background-repeat: repeat-x;
 background-position: left bottom;
}
ul.selectbox li a {
 color: #EE702B; 
 text-decoration: none;
}
#dropdown_wegweiser_abteilung ul.selectbox li a {
 white-space: nowrap;
}
ul.selectbox li a:hover {
 color: #474747;
 text-decoration: none;
}
ul.selectbox li a.ddli {
 font-weight: normal;
}

#zentren_dropdown_1 ul.selectbox {
  width: 200px;
}
#zentren_dropdown_2 ul.selectbox {
  width: 270px;
  height: 150px;
}
#dropdown_az_rubrik ul.selectbox, #dropdown_az_stichwort ul.selectbox {
  left: 35px;
}
#dropdown_az_rubrik {
  z-index: 2;
}
#dropdown_az_stichwort {
  z-index: 1;
}
#dropdown_az_rubrik ul.selectbox {
  height: 78px;
  width: 248px;
  top: 39px;
}
#dropdown_az_stichwort ul.selectbox {
  max-height: 52px;
  width: 178px;
  top: 32px;
}



#dropdown_wegweiser_standort ul.selectbox, #dropdown_wegweiser_abteilung ul.selectbox {
  width: 296px;
  top: 27px;
}
#dropdown_wegweiser_standort {
  z-index: 2;
  position: relative;
}
#dropdown_wegweiser_abteilung {
  z-index: 1;
  position: relative;
}

#dropdown_wegweiser_standort ul.selectbox {
  height: 78px;
}
#dropdown_wegweiser_abteilung ul.selectbox {
  max-height: 52px;
}
#headline_wegweiser #dropdown_wegweiser_standort ul.selectbox {
  height: 130px;
  width: 220px;
}
#headline_wegweiser #dropdown_wegweiser_abteilung ul.selectbox {
  max-height: 130px;
  width: 420px;
}



.dropdown a {
 color: #EE702B;
 font-weight: bold;
 display: block;
 text-decoration: none;
}

div.select a.pulldown_arrow {
 text-decoration:none;
}
div.select a.pulldown_arrow {
 text-decoration:none;
}
div.select a.pulldown_arrow:hover {
 text-decoration:none
}
div.hide-dropdown .selectbox {
 display: none;
} 

.ddwahl, .ddwahl-2, .ddbutton {
  float: left;
}

.ddwahl, .ddwahl-2 {
  background-image:url(../images/pfeil-dropdown-1.gif);
  background-position: top right;
  background-repeat: no-repeat;
}

.ddwahl-2 {
  background-image:url(../images/pfeil-dropdown-2.gif);
  background-position: top right;
  background-repeat: no-repeat;
}

.ddwahl:hover {
  background-image:url(../images/pfeil-dropdown-1.gif);
  background-position: top right;
  background-repeat: no-repeat;
}

.ddwahl-2:hover {
  background-image:url(../images/pfeil-dropdown-2.gif);
  background-position: top right;
  background-repeat: no-repeat;
}
