#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
	background:#ffffff;
  border-collapse: collapse;
  width: auto;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 0;
  background:#ffffff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}


#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}


#FaceboxClose{
  background-image:url(../img/button-filter.png);
  display:block;
  height:38px;
  position:absolute;
  right:10px;
  top:5px;
  width:120px;
}

#FaceboxClose a{
  color:#ffffff;
  display:block;
  height:38px;
  width:120px;
}

#FaceboxClose span{
  background-image:url(../img/button-filter.png);
  cursor:pointer;
  line-height:18px;
  float:left;
  padding:9px 0 12px 43px;
}

#FaceboxClose{ background-position: 100% 0; }
#FaceboxClose span { background-position: 0 0; }
#FaceboxClose:active { background-position: 100% -38px; }
#FaceboxClose:active span { background-position: 0 -38px; }

#facebox .popup .body .newsletter {
  height: 715px;
  width: 640px;
}

#facebox .popup .body .newsletterAbmelden {
  height: 550px;
  width: 640px;
}

#facebox .popup .body .options {
  overflow-y: auto;
  padding: 30px 20px 20px 20px;
  width: 700px;
  max-height: 500px;
}

* html div#facebox .popup .body .options{ 
   height: expression( this.scrollHeight > 499 ? "500px" : "auto" ); /*  max-height IE */
}


.lightbox.colors {
	left:0;
	overflow:hidden;
	position:absolute;
	top:15px;
}
.lightbox.colors a,
.lightbox.colors span {
  background-color: rgb(229,229,229);
  background-image: url(../img/button-reldoc.png);
}
.lightbox.colors a {
	background-position:100% 0;
}
.lightbox.colors a {
  padding: 0 18px 0 0;
  color: #444444 !important;
}
.lightbox.colors span {
	padding:9px 0 11px 26px;
}

#MisterSpex .de.start #facebox .popup .body #FaceboxClose{
  height:40px;
  right:0;
  top:15px;
  z-index:3000;
}

#facebox .popup .body .videoplayer{
  height:538px;
  width:853px;
}

