@charset "utf-8";
/* CSS Document */
body {
overflow-y:auto;
}
.hauptnav, .hauptnav a:link, .hauptnav a:visited, .hauptnav a:active, .hauptnav a, .hauptnav link  {
color:#015383; text-decoration:none; font-family:Arial; font-size:12px;}

.hauptnav a:hover {
background:url(../image/layout/dot.gif) no-repeat;
}

#eventagentur a:link, #eventagentur a:visited, #eventagentur a:active, #eventagentur a, #eventagentur link
{padding-right:36px; padding-left:12px; margin-left:6px;}

#eventtechnik a:link, #eventtechnik a:visited, #eventtechnik a:active, #eventtechnik a, #eventtechnik link
{padding-right:5px; padding-left:10px; margin-left:10px;}


.bilderlaufleiste a:link, .bilderlaufleiste a:visited, .bilderlaufleiste a:active, .bilderlaufleiste a
{border:1px solid #FFFFFF; margin-left:1px; margin-right:1px; height:60px; opacity: .50;filter: alpha(opacity=50);}

.bilderlaufleiste a:hover {
opacity: .99; filter: alpha(opacity=100);}

#servicenav a:link, #servicenav a:visited, #servicenav a:active, #servicenav a, #servicenav link {
color:#FFFFFF; font-family:Arial; font-size:10px; text-decoration:none; padding-left:3px; padding-right:3px;}

#servicenav a:hover {text-decoration:underline;}

#inhaltsbereich {
width:980;
height:380;}

.galerie {
float:left;
margin:4px;
}

#content {
	overflow:auto;
	width:312px;
	height:331px;
	color:#000000;
	font-family:Arial;
	font-size:12px;
	padding-left:15px;
	padding-top:15px;
	padding-bottom:15px;
	padding-right:30px;
	scrollbar-DarkShadow-Color:#015383;
	scrollbar-Track-Color:#015383;
	scrollbar-Face-Color:#015383;
	scrollbar-Shadow-Color:#015383;
	scrollbar-Highlight-Color:#015383;
	scrollbar-3dLight-Color:#015383;
	scrollbar-Arrow-Color:#FFFFFF;
}

#content2 {
	text-align:center;
	overflow:auto;
	width:755px;
	height:310px;
	color:#000000;
	font-family:Arial;
	font-size:12px;
	padding-left:15px;
	padding-top:15px;
	padding-bottom:15px;
	padding-right:30px;
	scrollbar-DarkShadow-Color:#015383;
	scrollbar-Track-Color:#015383;
	scrollbar-Face-Color:#015383;
	scrollbar-Shadow-Color:#015383;
	scrollbar-Highlight-Color:#015383;
	scrollbar-3dLight-Color:#015383;
	scrollbar-Arrow-Color:#FFFFFF;
}

* html #content {
	overflow:auto;
	width:357px;
	height:331px;
	color:#000000;
	font-family:Arial;
	font-size:12px;
	padding-left:15px;
	padding-top:15px;
	padding-bottom:15px;
	padding-right:30px;
	scrollbar-DarkShadow-Color:#015383;
	scrollbar-Track-Color:#015383;
	scrollbar-Face-Color:#015383;
	scrollbar-Shadow-Color:#015383;
	scrollbar-Highlight-Color:#015383;
	scrollbar-3dLight-Color:#015383;
	scrollbar-Arrow-Color:#FFFFFF;
}


/*     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(../image/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left; background: url(../image/prevlabel.gif) left 15% no-repeat;}
#nextLink { right: 0; float: right; background: url(../image/nextlabel.gif) right 15% no-repeat;}
#prevLink:hover, #prevLink:visited:hover { background: url(../image/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../image/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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
