* {margin:0px;}
	body, td {
		color:#000000;
		font-family:Verdana, arial;
		font-size:11px	;
		line-height: 145%;
	}
	.headline {		
		color:#00509E;
		text-decoration:none;
		font-family:Verdana;
		font-weight:normal;
		text-decoration:none;
		font-size:18px		}		
		
	.subhead {		
		color:#000;
		text-decoration:none;
		font-family:Verdana, arial;
		font-weight:normal;
		text-decoration:none;
		font-size:14px		}		
		
	.subhead2 {		
		color:#00509E;
		text-decoration:none;
		font-family:Verdana, arial;
		font-weight:normal;
		font-size:14px		}		
		
	.eingabe  {
		font-family:Verdana, arial;
		font-size:12px	;
		color:#000000;
		border:1px solid #000000;
	}
	.title {
		color:#000000;
		font-family:Verdana, arial;
		font-size:17px		;
		letter-spacing:1px;
	}
	.subtitle {
		font-family:Verdana, arial;
		font-size:12px;
		font-weight:bold;
		color:#f3970e;		
	}
.h1 {
	font-family:arial;
	font-size:10px;
	color:#fff;
}
.wertetab {
	font-family:arial;
	font-size:10px;
	color:#000;
}
	a {		
		color:#000000;
		text-decoration:none;
		font-family:Verdana, arial;
		font-weight:bold;
		font-size:11px		}
	a:hover {		
		color:#f3970e;
		text-decoration:none;
		font-family:Verdana, arial;
		font-weight:bold;
		font-size:11px		}
		
	a.navtop {		
		color:#003368;
		text-decoration:none;
		font-family:Verdana, arial;
		font-weight:bold;
		font-size:11px		}
		
	a.navtop:hover {		
		color:#007db9;
		text-decoration:none;
		font-family:Verdana, arial;
		font-weight:bold;
		font-size:11px		}		

	a.navtopB {		
		color:#007db9;
		text-decoration:none;
		font-family:Verdana, arial;
		font-weight:bold;
		font-size:11px		}
		
	a.navtopB:hover {		
		color:#007db9;
		text-decoration:none;
		font-family:Verdana, arial;
		font-weight:bold;
		font-size:11px		}					
		
	a.nav {		
		color:#ffffff;
		text-decoration:none;
		font-family:Verdana, arial;
		font-weight:normal;
		font-size:11px		}
		
	a.nav:hover {		
		color:#00aeef;
		text-decoration:none;
		font-family:Verdana, arial;
		font-weight:normal;
		font-size:11px		}			

	a.navB {		
		color:#00aeef;
		text-decoration:none;
		font-family:Verdana, arial;
		font-weight:normal;
		font-size:11px		}
		
	a.navB:hover {		
		color:#00aeef;
		text-decoration:none;
		font-family:Verdana, arial;
		font-weight:normal;
		font-size:11px		}	
				
	a.nav_strich {		
		color:#ffffff;
		text-decoration:none;
		font-family:Verdana, arial;
		font-weight:normal;
		text-decoration:underline;		
		font-size:11px		}
		
	a.nav_strich:hover {		
		color:#ffffff;
		text-decoration:none;
		font-family:Verdana, arial;
		font-weight:normal;
		text-decoration:underline;
		font-size:11px		}				
		
		
	/********************* Styles 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(../de/lightbox/images/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(../de/lightbox/images/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../de/lightbox/images/next.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: 50%; 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: #003368;
	}
	
	/********************* Styles Lightbox *************************/
	
	.galscroll {
   scrollbar-face-color:#00509E;
   scrollbar-shadow-color:#dbe2e9;
   scrollbar-highlight-color:#dbe2e9;
   scrollbar-3dlight-color:#dbe2e9;
   scrollbar-darkshadow-color:#dbe2e9;
   scrollbar-track-color:#fff;
   scrollbar-arrow-color:#fff;
 }