@charset "utf-8";
/* CSS Document */

/* Allgemein */

* { margin: 0; padding: 0; border: 0 }

body {
	background-color:#666;
	font: 9pt/1.5em Trebuchet MS, Tahoma, arial, sans-serif;
	color: #000;
	text-align: center;
	margin: 15px 0;
	cursor:default;
}

a{
	text-decoration:none;
	color:#F00;
	cursor:pointer;}


/* Warp */

div.warp {
	position:absolute;
	height:500px;
	width:100%;
	margin:-260px 0px 0px -50%;
	top: 50%;
	left: 50%;
	background-image:url(warp-bg.png);
	border-bottom:#fff solid thick;
	border-top:#fff solid thick;
 }
	
div.logo {
	width:173px;
	height:150px;
	margin: -115px 0px 0px 15px;
	background-image:url(logo.png?z=97659);
	}
	
div.center {
	position: relative;
	width: 820px;
	height:500px;
	margin: 0 auto;
	margin-top:57px;
	text-align: left;
}

/* Content-Allgemein */

div.content-warp
{
	z-index:77659;}

/* Navi */

div.navi{
	width:210px;
	height:500px;
	margin:-92px 0px 0px -5px;
	border-right:#fff solid thick;
	border-left:#fff solid thick;
	}

div.navi ul
	{
		padding:175px 0px 0px 0px;
		list-style: none;
		margin:0;
		}
		
div.navi ul li {
	display: block;
}

div.navi ul li a {
	display: block;
	padding: 0 80px;
	color: #000;
	text-align:left;
}

div.navi ul li a:hover {
	color:#FFF;
	text-decoration: overline underline;
}

div.navi ul li ul {
	margin: -167px 0 10px 0;}

div.navi ul li ul a
	{
		padding:0px 20px;
		margin: 0 85px 0 0;
		list-style: none;
		text-align:right;
		}


/* Content */

div.content
{
	margin:-500px 0px 0px 310px;
	padding-top:30px;
	width:440px;
	height:470px;
	border-right:#fff solid thick;
	overflow:auto;
	}
	
div.content img
{
	margin: 5px 5px 5px 80px;
	padding:0px;
	float:left;
	}

div.gallery {
	position:absolute;
	margin: 30px 5px 5px -30px;
	height:300px;
	width:400px;
	}

div.gallery ul li{
	list-style:none;}

div.gallery img{
	margin:5px;
	float:left;}

div.gallery_ref {
	position:absolute;
	margin: 30px 5px 5px 240px;
	height:300px;
	width:70px;
	float:left;
	}
	
div.gallery_ref ul li{
	list-style:none;}

div.gallery img_ref{
	margin:5px;
	clear:both;}
	
div.content p.poem {
	 margin:0 0 10px 0;}
	 
div.content p.text {
	 margin:0 35px 10px 0px;}

div.content p.ref {
	 margin:0 0 10px 0;
	 width:300px;
	 float:left;}



/* Fusszeile */

div.footer
{
	position:absolute;
	height:10px;
	width:100%;
	margin:250px 0px 0px -50%;
	top: 50%;
	left: 50%;
}

div.footer p
{
	color:#ddd;
	border-bottom:#fff solid thick;
	}

div.footer a
{
	cursor:pointer;
	text-decoration:none;
	color:#ddd;}
	
div.footer a:hover
{
	cursor:pointer;
	text-decoration:none;
	color:#F00;}
	
/* Lightbox */

#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; }
