@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding-top:30px;
	background-color:#FFFFFF;
}
#content {
	margin: 0 auto;
	width: 920px;
	padding:0px;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#header {
	width:920px;
	height:21px;
	padding-bottom:20px;
	border-bottom:#c3c3c3 1px solid;
}
#logo {
	width:329px;
	height:21px;
	float:left;
}
#logo img {
	border:none;
}
#navi {
	float:right;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#999999;
	font-size:14px;
	margin-top:8px;
}
#navi a {
	color:#999999;
	font-size:14px;
	text-decoration:none;
	margin-left:10px;
	margin-right:10px;
}
#navi a:hover {
	color:#585757;
}
#navi .aktiv {
	color:#585757;
	font-size:14px;
	text-decoration:none;
}
#innen {
	width:920px;
	padding-bottom:20px;
	border-bottom:#c3c3c3 1px solid;
}
#innen a{
	color:#999999;
	text-decoration:none;
	}
.bilderbox {
	width:920px;
	padding-top:20px;
}
.bilderbox_over {
	width:920px;
	padding-bottom:10px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#999999;
	font-size:14px;
}
.bilderbox_img {
	width:920px;
	padding-bottom:10px;
}
.bilderbox_img img {
	border:none;
	padding-right:5px;
	padding-bottom:5px;
}
#close {
	height:1px;
	clear:both;
}
#footer {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#999999;
	font-size:14px;
	text-align:right;
	margin-top:10px;
}
#footer a{
	color:#999999;
	text-decoration:none;
}
#leftimg {
	width:460px;
	float:left;
	margin-top:20px;
	}
#biotext {
	width:440px;
	float:left;
	margin-top:20px;
	margin-left:20px;
	font-size:12px;
	line-height:16px;
	color:#999999;
	}	
#biotext h1{
	color:#999999;
	font-size:14px;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:20px;
	}
.textblock {
	width:440px;
	float:left;
	padding-bottom:15px;
	}
.textblock_links {
	width:130px;
	float:left;
	}	
.textblock_rechts {
	width:300px;
	float:right;
	}			
/*lightbox*/

#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(../lightbox/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(../lightbox/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;
}
