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


/* ------------------------------------------------------------------------------------------------------------ */

body {
	background-color:#e6e6e6;
	background-image: url(../jpg/bg11.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed;
}

html, body {
width:100%;
height:100%;
padding:0;
margin:0;
} 




.video-title a, a:link, a:visited {color: #16509c; 		/* Linkfarbe leichter Übergang */
               text-decoration: none;
               font-weight: bold;
               font-size: 1.1em;
               -webkit-transition: all 0.3s ease-in;  /* Saf3.2+, Chrome */
               -moz-transition: all 0.3s ease-in;  /* FF4+ */
               -ms-transition: all 0.3s ease-in;  /* IE10? */
               -o-transition: all 0.3s ease-in;  /* Opera 10.5+ */
               transition: all 0.3s ease-in;
}


.video-title a:hover{color:#858789;
}


a:link { 												/* Linkfarbe */
font-family: 'Oxygen', Helvetica, Arial, sans-serif;
font-size:9pt;
font-weight:400;
text-decoration:none;
color:#16509c;
} 

a:visited { 
font-family: 'Oxygen', Helvetica, Arial, sans-serif;
font-size:9pt;
font-weight:400;
text-decoration:none;
color:#16509c;
} 

a:active { 
font-family: 'Oxygen', Helvetica, Arial, sans-serif;;
font-size:9pt;
font-weight:400;
text-decoration:none;
color:#858789;
} 

a:hover { 
font-family: 'Oxygen', Helvetica, Arial, sans-serif;
font-size:9pt;
font-weight:400;
text-decoration:none;
color:#858789;
} 

a.tel:link { 												/* Linkfarbe2-Telefonnummer */
font-family: 'Oxygen', Helvetica, Arial, sans-serif;
font-size:9pt;
font-weight:700;
text-decoration:none;
color:#16509c;
} 

a.tel:visited { 
font-family: 'Oxygen', Helvetica, Arial, sans-serif;
font-size:9pt;
font-weight:700;
text-decoration:none;
color:#16509c;
} 

a.tel:active { 
font-family: 'Oxygen', Helvetica, Arial, sans-serif;;
font-size:9pt;
font-weight:700;
text-decoration:none;
color:#031731;
} 

a.tel:hover { 
font-family: 'Oxygen', Helvetica, Arial, sans-serif;
font-size:9pt;
font-weight:700;
text-decoration:none;
color:#031731;
} 


.telefon { 											/* Telefonschrift */
font-family: 'Oxygen', Helvetica, Arial, sans-serif;
font-size:9pt;
font-weight:700;
text-decoration:none;
color:#16509c;
} 

#apDiv1 {											/* CONTENT - Positionierung der Seite */
	position:absolute;
	left:50%;
	width:850px;
	margin-left:-435px; /* Hälfte der Breite nach links */

	background-color: #FFF; 						/* Abstände */
	padding-left:25px;
	padding-top:250px;
	padding-bottom:20px;
	
	box-shadow: 0px 0px 3px 1px #666; 				/* Verlauf*/
	-moz-box-shadow: 0px 0px 3px 1px #666;
	-webkit-box-shadow: 0px 0px 3px 1px #666;
	
	    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-right-radius: 200px;

	-khtml-border-top-left-radius: 0px;
	-khtml-border-bottom-right-radius: 200px;

    -moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomright: 200px;

    border-top-left-radius: 0px;
	border-bottom-right-radius: 200px;
	
font-family: 'Oxygen', Helvetica, Arial, sans-serif;		/* Schriftart */
	font-size:12px;
	line-height: 1.5;
	letter-spacing:1px;
	
	
}

#apDiv2 { 											/* HEADER BILD */
	position:fixed;
	left:50%;
	width:850px;
	margin-left:-425px;/* Hälfte der Breite nach links */
	margin-top:-5px;
    height:365px;
}



#apDiv4 {											/* Navigationsleiste */
	position:fixed;
	left:50%;
	width:840px;
	margin-left:-435px; /* Hälfte der Breite nach links */
	margin-top:195px;
    height:35px;
	background-image: url(../jpg/hintergrund_link.jpg);
	background-repeat: repeat-x;
	background-repeat:inherit;
	padding-left:35px;
	padding-top:15px;
	
font-family: 'Oxygen', Helvetica, Arial, sans-serif;

	

	
}

#apDiv5 {											/* Anker - Header */
	position:absolute;
	left:1135px;
	top:0px;
	width:33px;
	height:2100px;
	z-index:1;
}

#apDiv6 {											/* Anker - oben */
	position:absolute;
	left:30px;
	top:10px;
	width:33px;
	height:30px;
	z-index:1;
}
#apDiv7 {											/* Anker - unten */
	position:absolute;
	left:30px;
	top:2100px;
	width:33px;
	height:30px;
	z-index:1;
}

#map_canvas{
	width:298px;
	height:380px;
}



.mapbox{
	
	width:298px; 
	
	}
	
.mapcanvas{
width:2980px;
	height:100px;
margin-bottom:30px;}

.mapcode{margin-bottom:10px;}