body {
	font-family: Tahoma;
	font-size: 11px;
	color: #9D190D;
	
	
background-color: #000000;	
	background-image: url(bilder/hg3.jpg);
	background-position: center;
	background-repeat: repeat-y;
	padding: 0px;
	/* position: absolute; */
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	
	
}

#batzen {
	margin-top: -20px;
	margin: auto;
	width: 970px;
	
}


h1{
	font-size: 14px;
	}
h2{
	font-size: 11px;
	font-weight: bold;
	}
	
h3{ font-size: 11px;
	font-style: italic;
	}

#extra{
	color: ffffff;
	}
#extra a:hover{
	color: ffffff;
	}
#extra a:active{
	color: ffffff;
	}
#extra a{
	color: ffffff;
	}

#fies{
	visibility: hidden;
	}

#uroben{
	position: absolute;
	z-index: 1;
	width: 1224px;
	height: 100px;
	margin: auto;
	margin-top: -10px;
	background-image: url(bilder/obenbg.jpg);
	opacity: 0.8;
	
	background-repeat: no-repeat;
}

#oben{
	position: absolute;
	z-index: 3;
	margin-top: 20px; /* 185 */
	margin-left: 10px;
	padding: 0px;
	width: 968px;
	height: 50px;
	border: none;
	overflow: inherit;
	text-align: right;
	background-image: url(bilder/kopf.png);
	background-repeat: no-repeat;
	background-position: right;
	text-align: left;
	text-decoration: none;
	font-size: 14px;
	color: #CCC;
	font-weight: normal;
	word-spacing: 10px;
	}
	
#oben a:hover{
	color: #A00;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}
#oben a:active{
	color: #900;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}
#oben a{
	color: #999;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
}



	
#full{
	
	position: absolute;
	z-index: 5;
	margin-top: 65px;
	margin-left: 10px;
	padding: 0px;
	/* width: 968px; */
	width: 978px;
	border: 0px;
	overflow: inherit;
	text-align: left;
	/*background: #000000;*/
	}	





 img {
   border-width: 0px;
   border-style: solid;
   border-color: #000000;
   /* margin: -5px; */
   margin-right: -15px;
   margin-left: 0px;
   margin-bottom: 1px;
   /* padding: 0px; */
 }

a{
	
	opacity: 1.0;
	color: #900;
	
	font-size: 11px;
	letter-spacing: 0px;
	text-decoration: none;
	font-weight: bold;
	border: 0px;
	border-style: none;
	word-spacing: 15px;
	}
	
a:hover{
	
	opacity: 1.0;
		color: #903;
		
		
		
		font-size: 11px;
	letter-spacing: 0px;
	text-decoration: none;
	border: 0px;
	/*font-weight: bold;*/
	}
a:active {
	opacity: 1.0;
		color: #903;
	
	font-size: 11px;
	letter-spacing: 0px;
	text-decoration: none;
	font-weight: bold;
	border: 0px;
	}		
		
#footer{
	color: #666;
	opacity: 0.6;
	padding: 20px;
	padding-right: 40px;
	font-weight: normal;
	font-size: 11px;
	text-align: right;
}
		
		

/* lichtboxsachen */

#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; 
}


/* Rahmen ums Bild rum, standardmäßig weiss */ 
#outerImageContainer{ 
position: relative; 
background-color: #000; 
width: 0px; 
height: 0px; 
margin: auto; 
}
#imageContainer{ 
/* padding: 10px; */
padding-top: 10px;
padding-bottom: 10px;
padding-left: 5px;
padding-right: 20px;
}

#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(lightbox/images/bullet.gif);*/
/* 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/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightbox/images/nextlabel.gif) right 15% no-repeat; }


/* dings unten wo text drin steht wegen bild blah */
#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #000; 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;
background-image: url(bilder/closelabel.gif);
background-repeat: no-repeat;
}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
