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

#facebox .popup {
  position: relative;
}

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

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

#facebox .body {
  padding: 0;
  background: #fff;
  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;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
	opacity: 0.65 !important;
	filter:Alpha(opacity=65) !important;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}




#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: 725px;
  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: rgb(68,68,68) !important;
}
.lightbox.colors span {
	padding:9px 0 11px 26px;
}


