/* CSS Document */
* html .inhalt
{
  height: 1%;
  margin-left: 257px; 
}
#zentrieren {
	width: 900px;
	height: 100%;
	padding:5px;
	background-color: #ffffff;	
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: 150px;
	margin-top: 20px;
	border:1px solid #ffffff;
	left:10px;top:50px;

}
#zentrieren1 {
	width: 900px;
	height: 130%;
	padding:5px;
	background-color: #ffffff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: 150px;
	margin-top: 20px;
	border:1px solid #ffffff;
	left:10px;
	top:50px;

}
body	{
	background-color:#FFFFCC;
	background-image:url(background_4.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	
}

ul
{
  list-style-type: none;
  font-family:Arial, Helvetica, sans-serif;
}
/*mainnavi*/
#mainnavi	{
	background-color:#660000;
	height:30px;
	
}
#mainnavi li	{
  display: inline;
  
}
#mainnavi a	{
	color:#FFFFFF;
	padding: 5px 10px 5px 10px;
	text-decoration:none;
	display: block;
	float: left;
	margin-left:30px;
	margin-top:1px;
}
#mainnavi a:hover	{
	color:#660000;
	background-color:#fff;
}
a#aktiv	{
	color:#660000;
	background-color:#ffffff;
}
#subnavi a#aktiv2 {
	color:#ffffff;
	background-color:#CCCCCC;
}
/*kopf*/
#kopf	{
	height:80px;
	width:400px;
	background-color:#FFFFFF;
}
#bild_kopf	{
	width:310px;
	height:85px;
	margin:5px;
}
#logo	{
	width:300px;
	height:55px;
	margin-left:230px;
}
th	{
	width:300px;
	background-color:ffffff;
}
/*subnavi*/
#subnavi	{
	width:200px;
	display: inline;
	float:left;
	margin-top:30px;
}
#subnavi li a	{
	  	color:#606060;
	 	 font-size: 0.85em;
	 	 padding: 10px 20px 10px 20px;
	  	display: block;
	  	width: 120px;
		border-left: 10px solid #660000;
		border-bottom: 1px solid #660000;
}
#subnavi a	{
	text-decoration:none;
}
/*inhal*/
#inhalt	{
	margin-top: 30px;
	  margin-left: 120px;
	  width: 520px;
	  float: left;
}
#inhalt1	{
	margin-top: 30px;
	  margin-left: 85px;
	  width: 720px;
	  float: left;
}
/*schriften*/
.Stil1 {
	font-size: 16px;
	color: #660000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:500;
	text-decoration:underline;
}
.Stil1a {
	font-size: 14px;
	color: #660000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:500;
	text-decoration:underline;
}
.Stil1b {
	font-size: 16px;
	color: #660000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:500;
	text-decoration:none;
}
.Stil2 {
	font-size: 12px;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:500;
}
.Stil3 {
	font-size: 11px;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:500;
}
.Stil21 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#333333;
	font-style:italic;
}
/*Bildergalerien*/
#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; }

