body { background-image:url(../images/asphalt.gif); background-color:#212526; background-repeat:repeat;
 	   background-attachment:fixed; padding:0px; margin:0px; overflow:auto; }
 	   
p {  }
img { border: 0; }
ul { margin: 0px; padding: 0xp; padding-left: 16px; list-style-image:url(../images/list.gif); }


/* schriftklassen */
.menue { font-family:arial, helvetica, san-serif; text-decoration: none; font-size:14px; font-weight:bold; color: #ffffff; letter-spacing:0.0em; line-height: 19px; }
.klein { font-family:arial, helvetica, san-serif; text-decoration: none; font-size:14px; font-weight:normal; color: #000000; letter-spacing:0.0em; line-height: 19px; }





/* normal */
a: { color:#38487d; text-decoration:none;  }
a:link { color:#38487d; text-decoration:none;  }
a:visited { color:#38487d; text-decoration:none;  }
a:hover { color:#000000; text-decoration:none; }
a:active { }

a.weiss: { color:#ffffff; text-decoration:none;  }
a.weiss:link { color:#ffffff; text-decoration:none;  }
a.weiss:visited { color:#ffffff; text-decoration:none;  }
a.weiss:hover { color:#38487d; text-decoration:none; }
a.weiss:active { }




/* divs */

.bg { position: fixed; width: 100%; height: 100%; margin: auto; overflow:hidden; }
.bg img {width: 100%; }

.logo { position: relative; top: 20px; left: 20px; }
.inhalt { position: relative; top: 35px; left: 335px; width: 500px; }
	.menue { height: 21px; width: 500px; text-align: right; }
		.menue_punkt { height: 20px; padding-left: 10px; padding-right: 10px; background-color: #38487d; float: right; margin-left: 1px; margin-bottom: 1px; }
			a .menue_punkt { background-color: #38487d; }
			a:hover .menue_punkt { background-color: #ffffff; }
	
	.fenster { width: 500px; background-image:url(../images/fenster_bg.png); background-repeat:repeat; }
		.text { width: 460px; padding: 20px; font-family:arial, helvetica, san-serif; text-decoration: none; font-size:20px; font-weight:normal; color: #000000; letter-spacing:0px; line-height: 28px; }
		.bilder { width: 460px; padding: 20px; font-family:arial, helvetica, san-serif; text-decoration: none; font-size:14px; font-weight:normal; color: #000000; letter-spacing:0px; line-height: 20px; }
			.bild { width: 460px; height: 100px; margin-bottom: 25px; border-bottom: 1px solid #999999; border-right: 1px solid #999999;}

	.linie { height: 1px; background-color: #38487d; margin-top: 15px; margin-bottom: 15px; clear: both; }
	.linie_abschluss { height: 1px; background-color: #38487d; margin-top: 30px; clear: both; }

	.clear { clear: both; }
	
	.spacer { height: 20px; }

#container { position: relative; margin: auto; width:1024px; font-family:arial, helvetica, san-serif; text-decoration: none; font-size:12px; line-height: 16px; font-weight:normal; color: #000000; letter-spacing:0px; z-index: 2; }




/* lightbox kram */

#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; }



