/*
------------------------------------------------
 Content - Lightbox (by Lokesh Dhakar - http://www.huddletogether.com)
 Tool zur Ansich der Maxi-Bilder
------------------------------------------------
*/

#lightbox       { position: absolute; left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0; }
#lightbox a img { border: none; }
#lightboxImage  {border: 1px solid #fff;}

#outerImageContainer{
  position: relative; margin: 0 auto;
  background-color: #eaf0f5;
  border-top: 1px solid #bacfe1; border-left: 1px solid #bacfe1;
  border-right: 1px solid #bacfe1;
  width: 250px;  height: 250px;
}

#imageContainer{ padding: 8px; }

#loading{
	position: absolute; top: 40%;	 left: 0%;
  height: 25%; width: 100%;
  text-align: center;	line-height: 0;
}

#hoverNav                 { position: absolute; top: 0; left: 0;	height: 100%;	width: 100%; z-index: 10;	}
#imageContainer>#hoverNav { left: 0;}
#hoverNav a               { outline: none;}

#prevLink, #nextLink{
	width: 49%; height: 100%; display: block;
	background: transparent url(../images/lightbox/blank.gif) no-repeat; /* Trick fuer IE zum anzeigen des hover  */
}

#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{
	font: 12px Verdana, Helvetica, sans-serif;
	background-color: #eaf0f5;
	background-image: url(../images/lightbox/hg.gif) !important; 
	background-repeat: no-repeat;
	background-position: left bottom;
	border-bottom: 1px solid #bacfe1;
	border-left: 1px solid #bacfe1; 
	border-right: 1px solid #bacfe1;
	height: 40px;
	margin: 0 auto; 
	line-height: 1.4em;
	display: block;
}

#imageData                {	padding:0 10px 0 10px; color: #000; }
#imageData #imageDetails  { width: 70%; float: left; text-align: left; }
#imageData #caption       { font-weight: normal;	}
#imageData #numberDisplay { display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 100px; float: right; padding-bottom: 1.0em; margin: 0px 0 0 0;	}
.ImageCount {color: #40963a !important;}
#overlay{
	position: absolute;
	top: 0; left: 0;
	z-index: 90;
	width: 100%; height: 500px;
	background-color: transparent;
}

/* Min-Width */
.lbWidth           { position: absolute; top: 0px; left: 0px; width: 100%; min-width: 790px; }
* html .lbContent  { margin-left: -790px; position:relative; } /* IE6 */
* html .lbMinWidth { padding-left: 790px; } /* IE6 */

/* Clearfix */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix       { display: inline-block;}

/* Hides from IE-mac */
* html .clearfix { height: 1%;}
.clearfix        { display: block;}
/* Ende hide from IE-mac */

