@charset "UTF-8";

/* General */

body {
	margin:0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	}

a:link {
	color:#666666;
	text-decoration:none;
	}
a:visited {
	text-decoration:none;
	color:#666666;
	}
a:hover {
	text-decoration:overline underline;
	color:#666666;
	}
a:active {
	text-decoration:none;
	color:#666666;
	}

img {
	border:0px;
	}

td {
	border-top:1px solid #CCCCCC;
	}	
	
/* Areas */

#slideshowbox {
	position:absolute;
	left:40px;
	top:40px;
	width:460px;
	height:330px;
	z-index:1;
	}
	
#slideshowbox-oben {
	position:absolute;
	left:40px;
	top:20px;
	width:460px;
	height:20px;
	z-index:2;
	background:url(img/slideshow_oben.jpg) top left no-repeat;
	}

#slideshowbox-unten {
	position:absolute;
	left:40px;
	top:370px;
	width:460px;
	height:20px;
	z-index:3;
	background:url(img/slideshow_unten.jpg) top left no-repeat;
	}
	
#slideshowbox-links {
	position:absolute;
	left:20px;
	top:20px;
	width:20px;
	height:370px;
	z-index:4;
	background:url(img/slideshow_links.jpg) top left no-repeat;
	}
	
#slideshowbox-rechts {
	position:absolute;
	left:500px;
	top:20px;
	width:20px;
	height:370px;
	z-index:5;
	background:url(img/slideshow_rechts.jpg) top left no-repeat;
	}
	
#textbox-oben {
	position:absolute;
	left:520px;
	top:20px;
	width:490px;
	height:70px;
	z-index:6;
	background:url(img/text_oben.jpg) top left no-repeat;
	}
	
#textbox-mitte {
	position:absolute;
	left:520px;
	top:90px;
	width:440px;
	height:250px;
	z-index:7;
	background:url(img/text_mitte.jpg) top left no-repeat;
	padding: 0px 30px 20px 20px;
	}
	
#textbox-unten {
	position:absolute;
	left:520px;
	top:380px;
	width:490px;
	height:10px;
	z-index:8;
	background:url(img/text_unten.jpg) top left no-repeat;
	}
	
#navigation {
	position:absolute;
	left:520px;
	top:360px;
	width:490px;
	height:20px;
	z-index:9;
	}
	
#footer {
	position:absolute;
	left:32px;
	top:390px;
	width:800px;
	height:20px;
	z-index:10;
	}
	

/* Text */

.normal {
	color:#666666;
	}

.orange {
	color:#ff6633;
	}
	
.warning {
	font-weight:bold;
	color:#FF0000;
	}
	
	
/* Collapsible */

.CollapsiblePanel {
	margin:0px;
	padding:0px;
	}

.CollapsiblePanelTab {
	margin:0px;
	padding:0px;
	cursor:pointer;
	}

.CollapsiblePanelContent {
	margin:10px;
	padding:0px;
	}

.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color:#FFFFFF;
	}

.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color:#FFFFFF;
	}

.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color:#FFFFFF;
	}
	
	
/* Tabbed */

	
.TabbedPanels {
	margin: 5px 0px 5px 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%;
	}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 0px 5px;
	margin: 0px 1px 0px 0px;
	background-color:#EEEEEE;
	list-style: none;
	border-left:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	cursor: pointer;
	}

.TabbedPanelsTabHover {
	background-color:#CCCCCC;
	}

.TabbedPanelsTabSelected {
	background-color:#EEEEEE;
	border-bottom:1px solid #EEEEEE;
	}

.TabbedPanelsTab a {
	text-decoration:none;
	}

.TabbedPanelsContentGroup {
	clear:both;
	border-left:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background-color:#EEEEEE;
	}


.TabbedPanelsContent {
	padding:4px;
	}
	
	
/* 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(img/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(img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(img/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;
	}