body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	background-image: url(Bilder/kaiserwiese2.jpg);
	background-attachment:fixed;
	background-position: center center;
	background-color:#FF6;
	margin: 0px;
	padding: 0px;
	text-align:center; /*Zentrierung in IE5*/
}


h1 {
	font-size: 24px;
	color: #8E681E;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
}

h2 {
	font-size: 20px;
	color: #8E681E;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h3 {
	font-size:16px;
	font-weight: bold;
	color: #8E681E;
}

#container {
	height: auto;
	width: 780px;
	margin:auto;
	background-color:#FF9;
	text-align:left; /*Ausrichtung links*/
	background-image:url(Bilder/background.jpg);
	background-attachment: scroll;
	background-position:bottom left;
	background-repeat:no-repeat;
	border-color:#FC0;
	border-left-width: 7px;
	border-left-style:solid;
	border-right-width: 7px;
	border-right-style:solid;
	border-top-width: 7px;
	border-top-style: solid;
}

#sidebar {
	float:left;
	width:155px;
	border-right-style:dashed;
	border-right-width: medium;
	border-right-color: #FC0;
}

#mainContent {
	margin: 0 0 0 155px;
	padding: 20px;
	}
	
#gruppe {
	padding: 10px;
	border-style:dashed;
	border-width:thin;
	border-color: #8E681E;
}

#footer {
	text-align: center;
	background-color: #FC0;
	padding: 5px;
}




.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.footer_links {
	color:#FF9;
	font-size:12px;
	text-decoration:none;
}

.pictures {
	text-align:center;
	margin: auto;
}

.links {
	color: #8E681E;
	text-decoration:none;
	font-weight:bold;
}

.links:hover {
	color: #8E681E;
	text-decoration:underline;
	font-weight:bold;
}

.top_links {
	color: #8e681e;
	font-size:12px;
	text-decoration:none;
}

.top_links:hover {
	color: #8e681e;
	font-size:12px;
	text-decoration:underline;
}

.kl {
	font-size:12px;
	color: #8e681e;
}


/*Lightbox CSS*/
#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(Bilder/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(Bilder/lightbox/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; }
