body {
	font-family: Verdana, Arial;
	text-decoration: none;
	scrollbar-base-color: #8E9474;
	scrollbar-3dlight-color: #8E9474;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-darkshadow-color: #7D8262;
	scrollbar-face-color: #8E9474;
	scrollbar-highlight-color: #A3A78F;
	scrollbar-shadow-color: #7D8262;
	scrollbar-track-color: #B3B6A2;
	background-color:#FFFFFF;
 }



a.nav{
	letter-spacing:0.1em;
	font-size:11px;
	font-weight:bold;
	color:#8C8B8D;
	text-decoration: none;
	outline: none;
}

a.nav:link {
	 color:#8C8B8D;
}
a.nav:visited {
	 color:#8C8B8D;
}
a.nav:hover {
	 color: #7A8464;
	 font-size:12px;
}
a.nav:active {
	 color: #7A8464;
}

.content {
	text-align:left;
	/*letter-spacing:0.05em;*/
	line-height: 1.3em;
	font-size:11px;
	border:0px;
	color:#FFFFFF;
}

a.kontakt {
	border:0px;
	font-weight:bold;
}
a.kontakt:link {
	color:#FFFFFF;
}
a.kontakt:hover {
	 color: #222222;
}

.hoerL {
	 color: #222222;
	 font-weight:bold;
	 font-size:11px;
	 min-height: 25px;
}
.hoerR {
	font-size:11px;
	text-align:left;
	font-weight:bold;
	text-decoration: none;
	min-height: 25px;
	color: #FFFFFF;
}
a.hoerR {
	border:0px;
}
a.hoerR:link {
	color:#FFFFFF;
}
a.hoerR:visited {
	color:#FFFFFF;
}

a.hoerR:hover {
	 color: #222222;
}

a.links{
	font-size:9px;
	color:#C6C5C6;
	text-decoration:None;
	font-weight: bold;
}
a.links:hover {
	font-size:10px;
}

.navDiv{
	padding-top: 3px; 
	padding-bottom: 4px;
	vertical-align: middle;
	height: 18px;
}

.gigdate{
	width:80px;
	clear:both;
	font-weight:bold;
	float:left;
}

.giglocation{	
	padding-left:10px;
}



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