AW: Lightbox Bilder mittig
#lightbox{ position: absolute; height: 100%; width: 100%; z-index: 100; text-align: center; line-height: 10;}
#lightbox img{ width: auto; height: auto; left: 50%; top: 50%;}
#lightbox a img{ border: none; }
#outerImageContainer{ position: relative; left: 30; top: 6%; width: 100%; z-index: 91; background-color: #A8BEA6; height: 100%; margin: 0 auto;}
#imageContainer{ position: relative; width: 100%; height: 100%; padding: 20; }
#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: -24; height: 100%; width: 894; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{ width: 33%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../../Grafiken/gif/prevlabel1.gif) left 33% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../../Grafiken/gif/nextlabel1.gif) right 33% no-repeat; }
#closeButton{ top: 0px; right: -22px; }
#imageDataContainer{
position: relative; top: 46;
left: 74; margin-left: 0px;
font: 10pt Arial, Helvetica, sans-serif;
background-color: #a8bea6;
line-height: 20;
padding-right: 0px;
padding-left: 0px;}
#imageData{ padding: 20px; height: 44px; color: #0d1b0c; }
#imageData #imageDetails{ width: 80%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold; }
#imageData #numberDisplay{ display: none; clear: left; padding-bottom: 0; }
#imageData #bottomNavClose{ position: absolute; left: 726; width: 126px; float: right; top: -38px; padding-bottom: 0px; outline: none;}
#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 100%; background-color: #A8BEA6; }