body { background-color:#BFBFBF; color:#000000; font-family:Verdana, sans-serif; }
.sidebar { background-color:#006600; color:#FFFFFF; font-family:Verdana, sans-serif; font-size:10pt; }
.logo { background-color:#FFFFFF; color:#000000; font-family:Verdana, sans-serif; }
.heading { background-color:#006600; color:#FFFFFF; font-family:Verdana, sans-serif; }
.text { background-color:#FFFFFF; color:#000000; font-family:Verdana, sans-serif; font-size:10pt; }
.textmitglieder { background-color:#00BB00; color:#000000; font-family:Verdana, sans-serif; font-size:10pt; }
p { font-family:Verdana, sans-serif; font-size:10pt; margin-left:5px }
form { font-family:Verdana, sans-serif; font-size:10pt; margin-left:5px }
tbody { border-style: solid none; border-width: thin; border-color:#808080 }
h1 { font-family:Verdana, sans-serif; font-size:16pt; font-weight:bold; margin-left:5px }
h2 { font-family:Verdana, sans-serif; font-size:14pt; font-weight:bold; margin-left:5px }
h3 { font-family:Verdana, sans-serif; font-size:10pt; font-weight:bold; margin-left:5px }
li { font-family:Verdana, sans-serif; font-size:10pt; }
.sidebarlink { color:#FFFFFF; line-height:16pt; }
.phplink { color:#000000; font-weight:normal; }
.phplinkth { color:#000000; font-weight:bold; }
.marginleft { margin-left:5px; }
a:link { text-decoration:none; }
a:visited { text-decoration:none; }
a:hover { text-decoration:underline; }
a:active { text-decoration:underline; }
a { font-weight:bold; }
.ergebnis { font-family:Verdana, sans-serif; font-size:8pt; }
.ergtb { border-top:0px; border-left:0px; border-right:0px; border-bottom:thin solid #c0c0c0; }
.ergth { border-top:medium solid #c0c0c0; border-left:0px; border-right:0px; border-bottom:medium solid #c0c0c0; }
.preis { font-weight:normal; font-style:italic; font-size:9pt; }
.alt { font-family:Verdana, sans-serif; font-size:8pt; color:#808080; }
.nowrap { white-space:nowrap; }
.mehr { font-weight:normal; font-style:italic; font-size:9pt; }

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


.topBar {
	width: 100%;
	height: 23px;
	position:relative;
	top: 0;
	text-align: center;
	border-bottom: 1px solid #fff;
	box-shadow: 0 2px 5px #ccc;
	padding-top: 7px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.topBar .link {
	padding: 2px 8px;
	background-color: #831e1a;
	color: #fff;
	border-radius: 2px;
	font-size: 12px;
	font-weight: bold;
}
.topBar .link:hover {
	background-color: #e62601;
}
.btnClose, .btnOpen {
	position: absolute;
	right: 30px;
	font-weight: bold;
	width: 50px;
}
.btnClose  {
	font-size: 12px;
	line-height: 44px;
	height:25px;
	margin-top: -30px;
}
.btnOpen  {
	font-size: 0;
	border: 1px solid #fff;
	box-shadow: 0 2px 5px #ccc;
	border-top: none;
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	top: -30px;
	opacity: .8;
}
.btnOpen:hover  {
	opacity: 1;
}
.btnOpen a  {
display: block;
}
.topBar a {
	text-decoration: none;
	color: #fff;
}
.topBar:target {
	top: -36px;
	position: absolute;
	-webkit-transition: top 0.4s ease-in;
	-moz-transition: top 0.4s ease-in;
}
.topBar:target .btnOpen {
	top: 31px;
	height: 30px;
	font-size: 12px;
	line-height: 34px;
	-webkit-transition-property: top;
	-webkit-transition-duration: .4s;
	-moz-transition-property: top;
	-moz-transition-duration: .4s;
}
.topBar:target .btnClose {
	display: none;
}
.topBar:target .btnOpen, .topBar {
	background: rgb(226,87,81);
	background: -moz-linear-gradient(top,  rgba(226,87,81,1) 0%, rgba(228,93,86,1) 49%, rgba(213,82,76,1) 50%, rgba(226,87,81,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,87,81,1)), color-stop(49%,rgba(228,93,86,1)), color-stop(50%,rgba(213,82,76,1)), color-stop(100%,rgba(226,87,81,1)));
	background: -webkit-linear-gradient(top,  rgba(226,87,81,1) 0%,rgba(228,93,86,1) 49%,rgba(213,82,76,1) 50%,rgba(226,87,81,1) 100%);
	background: -o-linear-gradient(top,  rgba(226,87,81,1) 0%,rgba(228,93,86,1) 49%,rgba(213,82,76,1) 50%,rgba(226,87,81,1) 100%);
	background: -ms-linear-gradient(top,  rgba(226,87,81,1) 0%,rgba(228,93,86,1) 49%,rgba(213,82,76,1) 50%,rgba(226,87,81,1) 100%);
	background: linear-gradient(top,  rgba(226,87,81,1) 0%,rgba(228,93,86,1) 49%,rgba(213,82,76,1) 50%,rgba(226,87,81,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e25751', endColorstr='#e25751',GradientType=0 );
}
