/* CSS Document */
body  { font-family: Arial, Helvetica, sans-serif; font-size:12px; line-height:16px; color:#CCCCCC; background-image:url(../img/event/bg.jpg); background-repeat:repeat-x; background-color:#585858; cursor:default; margin: 0 0 0 0; }
a  { text-decoration:none; color:#999; }
a:hover { color: #CCC; }
h1 { font-size: 12px; color: #b5b62a; font-weight:700; text-transform:uppercase; display:inline; }
h2 { font-size: 14px; color:#FFF; font-weight:bold; text-transform:uppercase; display:inline; }

#container  { position: relative; margin-left: auto; margin-right: auto; margin-top: 40px; width: 800px; height: 570px; }
#picture  { position: absolute; z-index: 1; width: 800px; height: 570px; }

.navi  { position:absolute; z-index:1; top: 470px; height: 60px; line-height: 16px; text-decoration:none; padding-right:20px; padding-left:20px; display:block; cursor: pointer; }

#nav1	{ left: 5px; }
#nav2	{ left: 120px; }
#nav3	{ left: 255px; }
#nav4	{ left: 390px; }
#nav5	{ left: 515px; }
#nav6	{ left: 640px; }

#content  { position:absolute; z-index: 1; left: 60px; top: 108px; width: 320px; color:#FFF; font-weight:500; }

#content a { color: #FFF; text-decoration:none; }
#content a:hover { text-decoration: underline; }

#img_big	{ position: absolute; width: 380px; height: 280px; top: 0px; left: 0px; padding: 10px; background-color:#FFF; }
#img_1		{ position: absolute; width: 90px; height: 65px; top: 0px; left:430px; padding: 5px; background-color:#FFF;  }
#img_2		{ position: absolute; width: 90px; height: 65px; top: 0px; left:560px; padding: 5px; background-color:#FFF; }
#img_3		{ position: absolute; width: 90px; height: 65px; top: 100px; left:430px; padding: 5px; background-color:#FFF; }
#img_4		{ position: absolute; width: 90px; height: 65px; top: 100px; left:560px; padding: 5px; background-color:#FFF; }
#img_nav	{ position: absolute; width: 230px; height: 25px; top: -40px; left:430px; }
#img_text	{ position: absolute; width: 230px; height: 90px; top: 205px; left:430px; }

#impressum { position: absolute; z-index:1; font-size:10px; left: 700px; top:0px; color:#CCC; text-transform:uppercase;  }


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

