/*

* {
  margin: 0;
  padding: 0;
}

*/


/**************************************************************

  MultiBox
  v1.3

**************************************************************/

.MultiBoxContainer {
  position: absolute;
  /* border: 1px solid #fff;
  background-color: #FFF; */
  background-color: transparent;
  display: none;
  z-index: 10;
  text-align: left;
  /*overflow: hidden;*/
}

.MultiBoxLoading {
  background: url(/static/otto_dix_schule_start/loader.gif) no-repeat center;
}

.MultiBoxContent {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.MultiBoxClose {
  position: absolute;
  top: -26px;
  right: -26px;
  background: url(/static/otto_dix_schule_start/close.png) no-repeat;
  width: 24px;
  height: 24px;
  cursor: pointer;
}


.MultiBoxControlsContainer {
  overflow: hidden;
  height: 0px;
  width: 100%;
  position: relative;
  display:none;
}

.MultiBoxControls {
  width: 100%;
  height: auto;
  background-color: #797D83;
  padding-bottom: 2px;
  position: absolute;
  bottom: 0px;
}


.MultiBoxPrevious {
  position: absolute;
  background: url(/static/otto_dix_schule_start/left.png) no-repeat;
  width: 24px;
  height: 24px;
  left: 0px;
  margin-top: 5px;
  cursor: pointer;
}

.MultiBoxNext {
  position: absolute;
  background: url(/static/otto_dix_schule_start/right.png) no-repeat;
  width: 24px;
  height: 24px;
  right: 0px;
  margin-top: 5px;
  cursor: pointer;
}

.MultiBoxNextDisabled {
  cursor: default;
  background: url(/static/otto_dix_schule_start/rightDisabled.png) no-repeat;
}

.MultiBoxPreviousDisabled {
  cursor: default;
  background: url(/static/otto_dix_schule_start/leftDisabled.png) no-repeat;
}

.MultiBoxTitle {
  position: relative;
  margin: 10px 0 0 35px;
  float: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FFF;
  font-weight: bold;
  text-align: left;
         padding-left:10px;
}

.MultiBoxNumber {
  position: relative;
  width: 50px;
  margin: 10px 35px 0 0;
  float: right;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FFF;
  text-align: right;
}

.MultiBoxDescription {
  clear: left;
  position: relative;
  margin: 0 35px 0 35px;
  padding-top: 5px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FFF;
  text-align: left;
}



/*************************************************************/

