@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(bilder/bg.jpg) repeat-x #FFFFFF;
	height: auto;
	margin-top: 0px;
}
a {
	color: #000000;
}
a:hover { font-weight: bold;
}
img {
	border: 0px;
}
td {
	vertical-align: top;
}
/*Standard Div Elemente*/
#container {
	position: absolute;
	width: 900px;
	height: auto;
	left: 50%;
	margin: 0px 0 0 -450px;
	background: url(bilder/body.jpg) repeat-y #FFFFFF;
}
#header {
	height: 208px;
	background: url(bilder/header.jpg) no-repeat #FFFFFF;
	padding: 0;
}
#content {
	width: 430px;
	height: auto;
	margin: 135px 0 0 220px;
	text-align: justify;
	z-index: 1;
}
#content_topliste {
	width: 800px;
	height: auto;
	margin: 50px 0 0 50px;
	text-align: justify;
	z-index: 1;
}
#contentu {
	width: 630px;
	height: auto;
	margin: 135px 0 0 220px;
	text-align: justify;
	z-index: 1;
}
#left {
	position: absolute;
	width: 180px;
	top: 350px;
	height: auto;
	margin-left: 30px;
}
#right {
	position: absolute;
	width: 200px;
	top: 350px;
	height: auto;
	margin-left: 665px;
	text-align: justify;
}
#footer {
	width: 900px;
	height: 78px;
	bottom: 0;
	background: url(bilder/footer.jpg) no-repeat #ffffff;
	padding: 0;
	text-align: center;
	z-index: 2;
}
#container #adsense_top {
	position: absolute;
	height: 100px;
	width: 800px;
	left: 50%;
	top: 240px;
	margin-left: -420px;
}
/*Navigation*/
#Navi {
	position: absolute;
	height: 25px;
	width: 850px;
	margin-left: 20px;
	top: 205px;
}
#Navi ul {
	font-size: 12px;
	padding: 0;
	margin: 0 0 0 10px;
}
#Navi li {
	display:inline;
	margin-left: 2px;
	margin-right: 2px;
	padding: 0;
	border: 1px solid;
	float: left;
}
#Navi a:active, #Navi a:visited, #Navi a {
	background-color: #d2afab;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
#Navi li a:hover {
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
/*Ueberschriften*/
h1 {
	margin: 0;
	padding: 0;
	font-size: 24px;
}
h2 {
	margin: 0;
	padding: 0;
	font-size: 18px;
}
h3 {
	margin: 0;
	padding: 0;
	font-size: 16px;
}
h4 {
	margin: 0;
	padding: 0;
	font-size: 14px;
}
h5 {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
h6 {
	margin: 0;
	padding: 0;
	font-size: 10px;
}
/*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(../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: 113px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

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

