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

/*für alle Bereiche werden die Innen- und Außenabstände auf 0 gesetzt*/
body, html, #navigation, #container, #inhalt, #navioben, #bottom {
	margin:0; padding:0;
}
body { margin-top: 20px;
	font:100% Arial, Helvetica, sans-serif; 
	background-color:#003;
	text-align: center;/*Zentrierung für den IE 5.x */
}
#container {background-image: url(Top_Banner.gif); background-position:top; background-repeat:no-repeat;
	width:950px; height:600px;
	text-align:left;
	margin:0 auto; /*Zentrierung für die standardkonformen Browser */
	background-color: #FFF;
}



#Bildbgunten {
}
	
#kopf { 
	height:165px;
}
#navioben { height:46px; width:auto; position:relative; top:135px;
}

#navigation {
	font-size:0.9em;
	text-align: left;
	margin-top:35px;
	width:130px;
	float:left;
	line-height:1.9em;
	color:#bd2027;
}
#inhalt {
	position: relative;
	left:50px;
	top:45px;width:770px;
	height:350px;
	overflow: auto;
	color: #333;
	text-align:left;
	visibility: visible;
	
}

#inhaltinhalt {
	position: relative;
	left:50px;
	top:0px;		
	width:720px;
	height:100%;
	overflow:auto;
	color: #FFF;
	visibility: visible;
}


p {
	font-size:0.80em;
	text-align:left;
	margin-right:30px;
	padding:3px;

}
h1 {
	font-size:0.85em;
	margin-right:30px;
	padding:3px;
	text-align:left;

	}
	
h2 {
	font-size:0.9em;
	font-style:italic;
	margin-right:30px;
	padding:3px;
	text-align:left;

	}
	

	
#bottom { margin:o; margin-top:0 auto; height:49px;}

/*Navigationsleiste*/
#navigation ul {
	list-style-type: circle; /*Aufzählungspunkte Kreise*/
}
#navigation a:link, #navigation a:visited {
	text-decoration:none;
	color: #000;
	display:block;
	padding:2px;
	color: #666;
}

/*hover-Effekt*/
#navigation a:hover {
	color:#b8b8b8;
}

/*Link gedrückt*/
b { color:#000;}

#aufzahlung ul {
	list-style-type: circle; /*Aufzählungspunkte Kreise*/
	font-size:0.80em;
}

.bild {float:left;
margin-top:21px;
}

.textblock
{
padding-left:  180px;
}


#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; }

.datenbanktable {
	background-color:#F4F4F4;
	border-collapse:separate;
	border-color:#999;
	width:700px;
	border-style:solid;
	border-width:thin;
	font-size:0.90em;
	padding:5px;


	}