html * { 
			margin: 0; 
			padding:0; 
		}

body {
	background: url(images/bgmain.gif) left top repeat-x #480B01;
	text-align: left;
	aling: center;
	font-family: Georgia, Times, serif;
	height: 100%;

}
#container {
	margin: 20px auto 10px auto;
	width:1000px;
	background: #ffffff;
	border:thick double #900;
	height:auto !important; /* Important Regel für moderne Browser */
	height:100%; /* Mindesthöhe für den IE */
	overflow: hidden !important; /* FF Scroll-leiste */ 
}

#header {
	float: left;
	clear: left;
	margin: 0px auto 0px auto;
	background: url(images/headerpanorama2.jpg) left top no-repeat;
	width:1000px;
	height: 284px;
}

#hauptmenue {
	float: left;
	clear: left;
	width: 1000px;
	height: 36px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	background: #F49009;
	border-bottom:thick double #900;
	border-top:thick double #900;
}
#hauptmenue ul{
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}
#hauptmenue li{
	float: left;
	list-style-type: none;
}
#hauptmenue li a{
	display: block;
	width: 178px;
	height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	color: #000;
	font-size: 85%;
	font-family: Georgia, Times, serif;
	text-decoration: none;
	text-align: center;

}
#hauptmenue li a.active,
#hauptmenue li a:hover.active,
#hauptmenue li a:hover{
	background: #b30606;
	color: #F49009;
}

#content {
	background: #ffffff;
	clear: left;
	float: left;
	width: 970px;
	margin: 10px 10px 10px 10px;
	padding: 5px 5px 5px 5px;
}

#content p{
	margin: 0px 0px 2px 0px;
	color: #000000;
	font-family: Georgia, Times, serif;
	font-size: 90%;
}
#content h3{
	margin: 0px 0px 2px 0px;
	color: #000000;
	font-size: 70%;
	font-family: Georgia, Times, serif;
	font-weight: lighter;
	}

#content h1{
	margin: 0px 0px 2px 0px;
	color: #000000;
	font-size: 110%;
	font-family: Georgia, Times, serif;
	font-weight: lighter;
	line-height:1.5
	}
	
#content h2{
	margin: 0px 0px 2px 0px;
	color: #cc0000;
	font-size: 100%;
	font-family: Georgia, Times, serif;
	font-weight: lighter;
	line-height:1.5
}

#content ul{
	margin: 0px 0px 0px 20px;
	font-size: 90%;
	font-family: Georgia, Times, serif;
	font-weight: lighter;
}

#content a{
	color: #cc0000;
}

#content a:hover.active,
#content a:hover{
	color: #cc0000;
}

#footer {
	text-align: center;
	width: 1000px;
    margin: 10px auto 10px auto;
	font-family: Arial;
	color: #fff;
}

#footer p {
	text-align: center;
	font-size: 75.00%;
}

#footer a{
	color: #fff;
    text-decoration: none;
}

#footer a.active,
#footer a:hover.active,
#footer a:hover{
	color: #cccccc;
}

.bildrechts{
	float: right;
}

.bildlinks{
	float: left;
}
.bilderleisterechts {
	width: 320px;
	margin: 0px 10px 10px 10px;
	float: right;
}

.googlemap {
	width: 320px;
	margin: 0px 50px 10px 10px;
	float: right;
}

.imageRow {
  *zoom: 1;
  margin: 20px 0;
}

.imageRow:after {
  content: "";
  display: table;
  clear: both;
}

.imageRow .single {
  float: left;
}

.imageRow .single a {
  float: left;
  display: block;
  background: rgba(255, 255, 255, 0.1);
  padding: 5px;
  line-height: 1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  margin-right: 40px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.imageRow .single a img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.imageRow .single a:hover {
  background-color: #F49009;
}

.imageRow .set {
  float: left;
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.imageRow .set:hover {
  background: rgba(255, 255, 255, 0.2);
}

.imageRow .set .single a {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-right: 0;
}

.imageRow .set .single a:hover {
  background-color: #F49009;
  -webkit-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}


.imageRow .set .single.first a {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
  -o-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.imageRow .set .single.last a {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -ms-border-top-right-radius: 4px;
  -o-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

#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(lightbox2.04/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightbox2.04/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; }