/* CSS Document */
body { 
	background:#FEFEFC; 
	font-family:"Courier New", Courier, mono;
}

#wrap {
width: 960px;
position: absolute;
left: 50%;
margin: 130px 0 30px -480px;
padding: 0 0 30px 0;
}
#header{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background: url(../images/header_bg.gif) no-repeat scroll 0 0;
	height:40px;
	margin:0;
	padding:0;
	width:900px;
}
#nav{
	float:left;
	padding:0;
	width:210px
}
#content{
	float:left;
	padding:0 20px 20px;
	width:440px;
}
#info{
	float:left;
	width:210px;
}
#feeter{
	width:900px;
}	
ul.subnav_menu a {
	border-top:1px solid #000000;
	color:#000000;
	display:block;
	text-transform:uppercase;
	padding:2px 10px;
}
.clear {
clear:both;
}
h1 {
	font-size: 30px;
	font-family:"Courier New", Courier, mono;
}
.bild{
	margin:20px;
}
p.text {
	font-family:"Courier New", Courier, mono;
	color:#000000;;
	font-size:0.8em;
	line-height:1.9em;
	margin:20px;
}
p.text_small{
	font-family:"Courier New", Courier, mono;
	background: url(../images/bg_nav_out.gif) repeat scroll 0 0;
	color:#000000;
	font-size:0.7em;
	line-height:1.9em;
	margin:20px;
}
p.text_smaller{
	font-family:"Courier New", Courier, mono;
	color:#000000;
	font-size:0.7em;
	line-height:1.9em;

}
.strich {
background:url(../images/linie_210.gif) no-repeat scroll 0 0;
height:8px;
}
.strich_lang {
background: url(../images/linie_400.gif) no-repeat scroll 0 0;
height:8px;
}
.strich_feeter {
background: url(../images/linie_feeter.gif) no-repeat scroll 0 0;
height:8px;
}
/* links */
a{
	color: #000000;
	text-decoration:none;
	font-style: normal; 
	decoration: none;
}
a:hover{
	color: #A20000;
	text-decoration:none;
	font-style: normal; 
	decoration: none;
}
a img {
border : 0 none;
}
.invisible {
display:none;
}
.link {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#F1F1EF none repeat scroll 0 0;
color:#000000;
text-decoration:none;
}
.link:hover {
	color: #A20000;
	text-decoration:none;
	font-style: normal; 
	decoration: none;
	background:none;
	
}

	
/* ============= 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: #fefefc url(../images/linie_lb.gif) repeat-x scroll 0 0; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 30px; }

#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; background: url(../images/lb_prev.gif) left 15% no-repeat;}
#nextLink { right: 0; float: right; background: url(../images/lb_next.gif) right 15% no-repeat;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/lb_prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lb_next.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px "Courier New", Courier, mono; margin: 0 auto; padding-top: 10px;  line-height: 1.2em; overflow: auto; width: 100%; background: #FeFeFc url(../images/linie_lb.gif) repeat-x scroll 0 0; }

#imageData{	padding:0 30px; 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{ float: right;  padding-right: -30px; outline: none;}	 	

#overlay{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 90; 
	width: 100%; 
	height: 100%; 
	background:#FEFEFC;
}

/* ============= liste_aufklappmenue ============= */

dl { 
	width: 210px; 
	 margin: 0;
}
dd { 
	background: url(../images/bg_nav_out.gif) repeat scroll 0 0;
	width: 210px;
	margin: 0; 
	text-transform:uppercase;
}
	dt { 
	background: #fefefc; 
	font-size: 0.8em;
	text-transform:uppercase;
 
}
p.light { 
	background: #fefefc; 
	font-size: 0.8em;
}
	dt a { color: #111111; }

	ul { list-style: none; 
	}