@charset "utf-8";
body {
	/*background-image:url(bg.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed*/
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	background-color:#FFF;
}

a.galerie {
	font-size:12px;
	font-weight:bold;
}
a.galerie:Link {
	color:#000;
}
a.galerie:visited {
	color:#000;
}
a.galerie:hover {
	color:#F00
}
a.nav {
	display:block;
	height: 30px;
	float:left;
	font-weight:bold;
    text-align:center;
    line-height:25px;
    padding:0 2px 0 0;
    width: 125px;
	background-image:url(buttonbg.gif);
	background-repeat:no-repeat;
}
a.nav:link {
	color: #000000; text-decoration:none
}

a.nav:visited {
	color: #000000; text-decoration:none
} 

a.nav:hover {
	color: #FFF;
	background-image:url(buttonbg2.gif);
	background-repeat:no-repeat;
} 



div.container {
	width:1024px;
	min-height:768px;
	margin-left:auto;
	margin-right:auto;
}
div.top {
	width:1024px;
	min-height:125px;
	margin-left:auto;
	margin-right:auto;
}
div.menu {
	margin-top:10px;
	width:1024px;
	min-height:30px;
	margin-left:auto;
	margin-right:auto;
}
div.main {
	margin-top:10px;
	width:1024px;
	min-height:500px;
	margin-left:auto;
	margin-right:auto;
	border:solid #000 1px;
}
div.news {
	width:950px;
	margin-top:25px;
	margin-left:37px;
	padding-left:3px;
	border:solid #000 1px;
	float:left;
}
div.newsdate {
	width:75px;
	float:right;
}
div.text {
	width:1022px;
	margin-top:15px;
	padding-left:3px;
	float:left;
}
div.imagethumb {
	margin-left:25px;
	margin-top:25px;
	text-align:center;
	width:200px;
	float:left;
}
div.foot {
	margin-top:10px;
	width:1024px;
	line-height:25px;
	height:25px;
	margin-left:auto;
	margin-right:auto;
	border:solid #000 1px;
}

















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