#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#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%; 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(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* *** Generated by www.csscreator.com and miss monorom www.intensivstation.ch, modified by monika andrae *** */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by/2.0/deed.en */

body {
background-color: #000000;
font-size: 0.75em;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#b3b3b3;
padding:0px;
margin:0px;
}

a {color: #586881;}
a:visited {color:#586881;}
a:hover {color: #564b47;}
a:active { color:#000000;}

h1 {
font-size: 0.75em;
text-transform:uppercase;
background-color: #222222;
border-top:2px dotted #586881;
border-bottom:2px dotted #586881;
padding:5px 15px;
margin:0px 
}

h2 {
font-size: 1.25em;
font-weight: bold;
padding: 5px 10px;
margin:0px;}
img.download {vertical-align:middle;
}


/* ----------container zentriert das layout-------------- */
#container {
width: 800px;
padding:0px;
margin: 0px;
margin-left: auto;
margin-right: auto;
} 

/* ----------banner for header-------------- */
#banner {
text-align: right;
background-color: #e1ddd9;
padding: 0px;
margin: 0px; }
#banner img {padding:10px 0px;} 

/* ----------outer and inner----------------- */
#outer
{ 
border-left: solid 200px #222222; /* Hintergrundfarbe fŸr Menuespalte links */ 
background-color: #111111; /* Hintergrundfarbe fuer Content-Spalten */
} 

#inner{ margin:0px; width:100%; } /* Sonderbehandlung fuer IE unter Windows */ 

/* --------------left navi------------- */
#left {
width:200px; float:left; position:relative; margin-left:-200px; margin-right:1px;
}

/* -----------------content--------------------- */

#content { 
position: relative; margin: 0px; 
}

p{
padding: 5px 10px;
margin:0px; 
}

pre {
font-size: 12px;
padding: 5px 10px;
margin:0px;
}

/* ----------------footer---------------------- */ 

#footer {
clear:left;
padding:0px;
margin:0px;
text-align: right; 
} 

.right {
text-align: right; 
} 