body, html {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background: url(../images/hg.jpg) repeat-x top;
	background-color: #393838;
}
/* Elemente ---------------------------------------------------------*/
hr {
	border: 1px dotted #eeeeee;
	width: 480px;
	margin-bottom: 20px;
}
img {
	border: 0;
}
a {
	color: #80c119;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
}
	
ul {
	list-style: url(../images/stern.png);
}
li {
	padding: 5px;
}
h1 {
	margin-top: 7px;
	width: 589px;
	background: #363636;
	font-weight: bold;
	font-size: 20px;
	color: #80c119;
	text-indent: 31px;
	height: 30px;
	padding-top: 3px;
}
h2 {
	font-size: 15px;
	color: #80c119;
	padding: 0;
	margin: 0;
}
h3 {
	
	text-indent: 31px;
	font-size: 15px;
	color: #80c119;
	padding: 0;
	margin: 0;
}
.datum {
	color: #777777;
	width: 556px;
	border-top: 1px #7b7a7a dotted;
	height: 19px;
	text-align:right;
	margin-left: 33px;
}
	
/* Layer ------------------------------------------------------------*/

#sprache {
	margin: 0 auto;
	width: 826px;
	background: #FFFFFF;
	padding: 5px;
	text-align: right
}
#header {
	height: 210px;
	padding-top: 15px;
}
#container {
	/* fixen */
	width:836px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
}
.clear {
	clear: both;
	font-size: 0;
	height: 0;
}
#navigation {
	width: 210px;
	padding-left: 11px;
	margin-top:	35px;
	float: left;
	text-align: left;
}
	#navigation ul {
		list-style-image: none;
		margin: 0;
		padding: 0;
		list-style: none;
		text-indent: 13px;
	}
	#navigation ul li {
		padding: 0;
		list-style: none;
		width: 210px;
	}
	#navigation ul li a {
		padding-top: 10px;
		padding-bottom: 10px;
		height: 20px;
		display:block;
		background-color: #80c119;
		font-size: 15px;
		color: #FFFFFF;
		text-decoration:none;
		border-bottom: 2px solid #FFFFFF;
	}
	#navigation ul li a:hover
	{
		background-color: #363636;
	}
	#navigation li li  {
		text-indent: 23px;
	}
	#navigation li li a {
		padding-top: 5px;
		padding-bottom: 5px;
		height: 15px;
		background-color: #d1e76b;
		color: #000000;
		font-size: 11px;
	}
	#navigation ul li ul li a:hover {
		color: #FFFFFF;
	}	
#content {
	margin-top: 13px;
	width: 615px;
	background: #FFFFFF;
	float: right;
}
.inhalt {
	padding-left:33px;
	padding-right: 33px;
	padding-bottom: 30px;
}
#footer {
	width: 615px;
	background: url(../images/footer.jpg) repeat-x;
	height: 38px;
	float: right;
	font-size: 10px;
}
#footer p {
	padding-left: 40px;
}
#footer a {
	color: #000000;
}
.error_list {
	list-style: none;
	list-style-image: none;
	color: #FF0000;
}
/*
	Gallery------------------------------------*/
#gallery img {
	margin: 10px;
	border: 1px dashed #888888;
}
#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; }
