@charset "UTF-8";
/* CSS Document */

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	background: #888888;
	margin: 0;
	padding: 20px;
	text-align: center; 
	color: #000000;
}
.twoColFixLt #container { 
	width: 907px; 
	height: 765px;
	background: #FFFFFF url(images/Titelseite.png) no-repeat;
	margin: 0 auto; 
	text-align: left; 
}
.twoColFixLt #containerF { 
	width: 907px; 
	height: 765px;
	background: #FFFFFF url(images/Firma.png) no-repeat;
	margin: 0 auto; 
	text-align: left; 
}
.twoColFixLt #containerS { 
	width: 907px; 
	height: 765px;
	background: #FFFFFF url(images/Standort.png) no-repeat;
	margin: 0 auto; 
	text-align: left; 
}
.twoColFixLt #containerO { 
	width: 907px; 
	height: 765px;
	background: #FFFFFF url(images/Optik.png) no-repeat;
	margin: 0 auto; 
	text-align: left; 
}
.twoColFixLt #containerG { 
	width: 907px; 
	height: 765px;
	background: #FFFFFF url(images/Gleitsichtbrillen.png) no-repeat;
	margin: 0 auto; 
	text-align: left; 
}
.twoColFixLt #containerM { 
	width: 907px; 
	height: 765px;
	background: #FFFFFF url(images/Markendesign.png) no-repeat;
	margin: 0 auto; 
	text-align: left; 
}
.twoColFixLt #containerFoto { 
	width: 907px; 
	height: 765px;
	background: #FFFFFF url(images/Foto.png) no-repeat;
	margin: 0 auto; 
	text-align: left; 
}
.twoColFixLt #containerFS { 
	width: 907px; 
	height: 765px;
	background: #FFFFFF url(images/Fotostudio.png) no-repeat;
	margin: 0 auto; 
	text-align: left; 
}
.twoColFixLt #containerP { 
	width: 907px; 
	height: 765px;
	background: #FFFFFF url(images/Passfotos.png) no-repeat;
	margin: 0 auto; 
	text-align: left; 
}

.twoColFixLt #containerA { 
	width: 907px; 
	height: 765px;
	background: #FFFFFF url(images/Aktuell_Background.png) no-repeat;
	margin: 0 auto; 
	text-align: left; 
}

#fototable {
	margin-left: -5px;
}

#passfotos {
	position: absolute;
	top: 5px;
	left: 340px;
}

#aktuell_btn {
	position: absolute;
	top: 10px;
	left: 60px;
}

#navigation {
	padding-top: 63px;
	line-height: 20px;
	}
#navigation a:link, a:visited {
	text-decoration:none;
	color:#000;
	}
#navigation a:hover {
	text-decoration:none;
	color:#ee7f00;
	}
.twoColFixLt #sidebar1 {
	float: left; 
	width: 440px;
	height:765px;
	padding: 0px;
}
.twoColFixLt #stamm_wird_sichtbar {
	padding-top: 130px;
}

.twoColFixLt #mainContent {
	position:relative;
	margin: 0 0 0 440px; 
	padding: 0 50px 20px 10px; 
} 

.twoColFixLt #mainContent a:link{
	color: #000;
	text-decoration:none;
} 

.twoColFixLt #mainContent a:hover{
	color: #000;
	text-decoration:none;
} 

.twoColFixLt #mainContent a:visited{
	color: #000;
	text-decoration:none;
} 
.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#adresse {
	position:absolute;
	top: 730px;
	width: 907px;
	margin:auto;
	color: #fff;
}
#footer {
	position:absolute;
	top: 760px;
	width: 907px;
	margin:auto;
	font-size: .7em;
	color: #fff;
}

#footer a:link {
	text-decoration:none;
	color: #fff;
}

#footer a:visited {
	text-decoration:none;
	color: #fff;
}


#footer a:hover {
	text-decoration:underline;
	color: #fff;
}

img {
	border: 0px;
}

h1 {
color: #0090cd;
font-size:1.5em;
font-weight:100;
padding-top: 30px;
}

.orange {
	color:#ee7f00;
}

.blau {
	color:#0090cd;
}

.small{
font-size: .7em;
}

.floatright {
float: right;
padding: 20px 30px 0 0;
}
/******LIGHTBOX CSS *******/
#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; }

