#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; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 0px; }

#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; color: #ffffff;  margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #ffffff; }
#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; }



body {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #cfb9b6;
font-size: 12px;
line-height: 15px;
background-color: #18213d;
}

html { height: 100% } 
body { min-height: 101%; }

#wrapper {
	color: #cfb9b6;
	background-color: #2d4165;
	width: 1049px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border-left: solid 1px #cdcdcd;
	border-right: solid 1px #cdcdcd;
	border-top: solid 1px #cdcdcd;
	border-bottom: solid 1px #cdcdcd;
}

h1 { font-size: 110%; }
h2 { font-size: 100%; }
h3 { font-family: Arial, Helvetica, sans-serif;
color: #cfb9b6;
font-size: 14px }
h4 { font-size: 150%; }

* { padding: 0; margin: 0; }

a:link {
	color: #cfb9b6;
	text-decoration: none; }
a:visited { color: #cfb9b6;
text-decoration: none; }
a:hover { color: #b77f74; }
a:active { color: #cfb9b6;
    text-decoration: none; }


p {
	margin-bottom: 12px;
}
.hglinks {
	background-image: url(bilder/navi/hg_navi.gif);
	background-repeat: repeat-y;
}
.hgrechts {
	background-image: url(bilder/navi/hg_rechts.gif);
	background-repeat: repeat-y;
}

.hgunten {
	background-image: url(../navi/s_3_oben.jpg);
	background-repeat: repeat-no;
}

.hgoben {
	background-image: url(bilder/verlauf_oben.gif);
	background-repeat: repeat-no;
}

.float {
    float:left;
	margin: 0 12px 5px 0;
}
