@charset "utf-8";
/* CSS Document */

/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.
 
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/vertical-concertina.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
 
ul#slide {padding:0; margin:0 auto; list-style:none; width:190px; height:370px; border: 1px solid; position:relative; overflow:hidden;}
 
ul li div {position:absolute; left:-9999px; background:#FFFFFE;}
 
ul table {border-collapse:collapse; width:0; height:0; margin:-1px; padding:0;}
 
#slide li.top {height:25px; width:190px; float:left;}
#slide li.top a.outer {display:block; float:left; height:24px; line-height:24px; width:190px; text-indent:10px; color:#000; background:#e2e2e2; text-decoration:none; font-family: verdana, sans-serif; font-size:12px; border-bottom:1px solid #eee;}
 
#slide li.top a:hover {color:#000; background:#B0CEE6;}
#slide li.top:hover > a {color:#000; background:#B0CEE6;}
#slide li:hover {height:300px;}
#slide a:hover div, #slide li.current div {position:static; height:320px; width:160px; padding:15px; line-height:1.2em; font-family: verdana, sans-serif;}
#slide li:hover div {position:static; height:320px; width:160px; padding:15px; line-height:1.2em; font-family: verdana, sans-serif;}
#slide div img {display:block; margin:15px 0 8px 0;}
#slide div img.fLeft {clear:left; float:left; display:block; margin:8px; margin-right:8px;}
 
#slide div h3 {font-size:12px; color:#000; padding:0; margin:0;}
#slide div p {font-size:10px; color:#888; line-height:1.4em; padding:10px 0; margin:0;}
 
#slide :hover div a {color:#00c; text-decoration:none; font-size:10px;}
#slide :hover div a:hover {text-decoration:underline; background:#fff;color:#00c;}
 
#slide div a.big, #slide :hover div a.big {display:block; height:30px; line-height:30px; border-top:1px solid #ddd; font-size:12px; color:#44a; text-decoration:none; text-indent:5px;}
#slide :hover div a.big:hover {background:#fff; color:#000; font-size:12px; text-decoration:none;} 
 
#slide div dl {border-bottom:1px solid #ddd; margin:20px 0 0 0; padding-bottom:10px;}
#slide div dt {font-size:10px; font-weight:bold; color:#000;}
#slide div dd {padding:0; margin:0; line-height:1.5em; font-size:11px; color:#666;}
#slide :hover div dd a {color:#00c; text-decoration:none;}
#slide :hover div dd a:hover {background:#fff; color:#00c; text-decoration:underline;}
/* Menu Ende */

body {
	background-color: #000000;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.rundum {
	border: 1px solid #000000;
}
.blocksatz {
	text-align: justify;
	
}
.movie
{
	float:right;
	padding-left: 10px;
}
.headlinetd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#CCCCCC;
}

.froschsheet {
	height: 470px;
	width: 730px;
	overflow: auto;
}

 a.bildunterschrift{font-family:Verdena; font-size:10pt; color:#000000; text-decoration:underline; }
 a:hover.bildunterschrift{
	color:#0000CC;
	text-decoration:none;
}

/* Lightbox */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../bilder/blank.gif) no-repeat; /* 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/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../bilder/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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
/* Ende Lightbox */