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



body {
	background-image:url(bg.jpg);
	background-repeat:repeat;
	font-family:"Courier New", Courier, monospace;
}

#wrapper {
	width:1024px;
	height:630px;
	margin-left:auto;
	margin-right:auto;
}
#flasher {
	width:1024px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
}

#navigation {
	width:200px;
	height:505px;
	float:left;
}

#bottom {
	width:984px;
	margin-left:20px;
	margin-right:20px;
	height:55px; 
	float:left;
}

#content {
	width:824px;
	height:505px;
	float:right;
	font-family:"Calibri", "Myriad Pro", "Verdana", "Arial" ;
	color:#ef9200;
	font-size:12px;
	line-height:12px;
	overflow: visible;
}

.activebutton {
	color:#656565;
	font-size:16px;
	width:170px;
	height:55px;
	margin-left:10px;
	line-height:25px;
	display:block;
	margin-top:30px;
}

.activebuttonbottom {
	font-family:"Calibri", "Myriad Pro", "Verdana", "Arial" ;
	font-size:12px;
	color:#ef9200;
	line-height:15px;
	width:170px;
	height:20px;
}

.button {
	color:#ffffff;
	font-size:16px;
	width:170px;
	height:55px;

	line-height:16px;
	display:block;
	margin-top:30px;
}

a.button {
	color:#ffffff;
	font-size:16px;
	width:170px;
	height:55px;
	margin-left:10px;
	line-height:25px;
	display:block;
	text-decoration:none;
}
a:hover.button {
	text-decoration:underline;
}

.buttonbottom {
	font-family:"Calibri", "Myriad Pro", "Verdana", "Arial" ;
	font-size:12px;
	color:#ef9200;
	line-height:15px;
	width:170px;
	height:20px;
}


a:hover.buttonbottom {
	text-decoration:none;
}




h1 {
		font-family:"Courier New", Courier, monospace;
	font-size:24px;
	color:#FFFFFF;
	line-height:10px;
	font-weight:100;
	
}
h2 {
	font-size:14px;
	font-weight:normal;
	font-family:"Calibri", "Myriad Pro", "Verdana", "Arial" ;
	
}
h3 {
		font-family:"Courier New", Courier, monospace;
	font-size:16px;
	color:#FFFFFF;
	line-height:10px;
	font-weight:100;
	
}

.anfahrt {
		font-family:"Courier New", Courier, monospace;
	font-size:16px;
	color:#FFFFFF;
	line-height:10px;
	font-weight:100;
	
}

a.anfahrt {
		font-family:"Courier New", Courier, monospace;
	font-size:16px;
	color:#FFFFFF;
	line-height:10px;
	font-weight:100;
	
}

a:link.anfahrt {
		font-family:"Courier New", Courier, monospace;
	font-size:16px;
	color:#FFFFFF;
	line-height:10px;
	font-weight:100;
	
}

a:hover.anfahrt {
		font-family:"Courier New", Courier, monospace;
	font-size:16px;
	color:#FFFFFF;
	line-height:10px;
	font-weight:100;
	text-decoration:underline;
	
}
a:active.anfahrt {
		font-family:"Courier New", Courier, monospace;
	font-size:16px;
	color:#FFFFFF;
	line-height:10px;
	font-weight:100;
	
}
a:visited.anfahrt {
		font-family:"Courier New", Courier, monospace;
	font-size:16px;
	color:#FFFFFF;
	line-height:10px;
	font-weight:100;
	
}
a:focus.anfahrt {
		font-family:"Courier New", Courier, monospace;
	font-size:16px;
	color:#FFFFFF;
	line-height:10px;
	font-weight:100;
	
}




/* ___ LIGHT BOX _____ */

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

.thumbnail{
	float: left;
	margin-right: 30px;
	margin-top: 30px;
	}	
