#MB_overlay {
  position: absolute;
  margin: auto;
  top: 0;	left: 0;
  width: 100%; height: 100%;
  z-index: 9999;
  background-color: #000!important;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
  position:absolute;
  top: 50px;
  border: 0 solid;
  text-align:left;
  z-index:10000;
}
#MB_window[id] { position: fixed!important; }

#MB_frame {
  position:relative;
  background-color: #BECEF0;
  height:100%;
}

#MB_header {
  margin:0;
  height: 28px;
}

#MB_content {
  padding: 6px .75em;
  overflow:auto;
}

#MB_caption {
  font: bold 100% "Lucida Grande", Arial, sans-serif;
  padding: .6em 2em 0 .75em;
  margin: 0;
  text-align: left;
}

#MB_close {
  display:block;
  position:absolute;
  right:5px; top:4px;
  padding:2px 3px;
  font-weight:bold;
  text-decoration:none;
  font-size:13px;
}
#MB_close:hover {
  background:transparent;
}

#MB_loading {
  padding: 1.5em;
  text-indent: -10000px;
  background: transparent url(../images/spinner.gif) 50% 0 no-repeat;
}

/* Color scheme */
#MB_window {
  background-color:#ffffff;
  color:#333333;
  height:auto;
}
#MB_content {

  background-color: #ffffff;
  height: auto;
}
#MB_header {

  background-color:#9A1C2F;
}
#MB_caption { color:#fff }
#MB_close { color:#fff }
#MB_close:hover { color:#000 }


/* Alert message */
.MB_alert {
  margin: 10px 0;
  text-align: center;
}

/* Formular */

.modalBox_label_drueber {

  display:block;
  line-height:12px;
  padding:0px 0px 0px 7px;
  width:152px;
}

.input_curry_schmal {

  background-color:#F8F4E3;
  border:1px solid #DDDDDD;
  color:#545454;
  font-family:Tahoma,Arial,Helvetica,sans-serif;
  font-size:11px;
  margin:1px 0px 0px 7px;
  padding:5px 3px 4px 5px;
  width:190px;
}

.select_curry_schmal_Modalbox {
  width: 180px;
  background-color: #f8f4e3;
  border: 1px solid #dddddd;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #545454;
  padding: 3px 3px 4px 1px;
  margin: 1px 0px 0px 7px;
  height: 24px;
}

.modalboxTextarea {

  background-color:#F8F4E3;
  border:1px solid #DDDDDD;
  color:#545454;
  font-family:Tahoma,Arial,Helvetica,sans-serif;
  font-size:11px;
  height:60px;
  width:691px;
}

#interessen_autocomplete_choices ul {

  width: 530px;
  list-style-type:none;
  margin-top: 5px;
  margin-left: 1px;
  height: 200px;
  overflow: scroll;
}

#interessen_autocomplete_choices ul li {

  line-height: 25px;
  cursor:pointer;
  padding: 3px;
}

#interessen_autocomplete_choices ul li.selected {

  background-color: #9A1C2F;
  color: #fff;
}

.modalboxFormularContainer {

  float: left;
  width:375px;
}
