@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-color: #c8cdc2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#box {
	position:absolute;
	width:846px;
	height:498px;
	margin:-249px 0px 0px -423px;
	top: 50%;
	left: 50%;
	text-align: left;
	padding: 0px;
	background-image:url(../images/bg.jpg)
}
#header {
	width:686px;
	height:58px;
	margin-left:128px;
}
#header img {
	border:none;
}
/* Navigation */
#navi {
	float:left;
	margin-top:50px;
	width: 100px;
	font-size:12px;
}
#navi ul {
	margin-left: 0px;
	margin-top: 0px;
	padding: 0;
	list-style: none;
}
#navi li {
	border-bottom:none;
}
#navi li a {
	font-size:12px;
	color: #8c9dd0;
	display: block;
	height:30px;
	width:100px;
	text-decoration: none;
	text-align:right;
}
#navi li a:hover {
	color: #004e9e;
}
#navi .aktiv {
	color: #004e9e;
	font-weight:bold;
	height:30px;
	width:100px;
}
#inhalt {
	width:677px;
	height:372px;
	float:left;
	margin-left:28px;
	margin-top:29px;
}
#inhalt a{
	color: #004e9e;
	text-decoration:none;
}
#inhalt a:hover{
	color: #8c9dd0;
	text-decoration:none;
}
#js {
	width:846px;
	float:left;
	text-align:center;
	font-size:10px;
	color:#505647;
	margin-top:5px;
}
/* Home */
#home_img {
	width:256px;
	height:372px;
	float:left;
}
#home_text {
	width:372px;
	height:347px;
	float:left;
	margin-left:25px;
	margin-top:25px;
	font-size:12px;
	color:#000000;
}
#home_text p{
	margin-top:0px;
	margin-bottom:5px;
	line-height:18px;
}
/* Kontakt */
#kontakt_img {
	width:256px;
	height:372px;
	float:left;
}
#kontakt_text {
	width:372px;
	float:left;
	margin-left:25px;
	margin-top:180px;
	font-size:12px;
	color:#004e9e;
}
#kontakt_text p{
	margin-top:0px;
	margin-bottom:15px;
	line-height:18px;
}
/* Referenzen */
#wn	{ 
	height:335px;
	width:401px;
	position:relative;
	margin-top:0px;
    overflow:hidden;	
	}
#lyr1	{ 
	margin-left:25px;
	color:#004e9e;
	font-size:12px;
	line-height:18px;
	}
#lyr1 h1{ 
	font-size:12px;
	font-weight:bold;
	margin-top:25px;
	margin-bottom:0px;
	}	
	#lyr1 h2{ 
	font-size:12px;
	font-weight:bold;
	margin-top:25px;
	margin-bottom:0px;
	}
#scrollLinks {
	float:left;
	margin-left:25px;
	margin-top:10px;

}	
/* Kontakt */
#quer_img {
	width:560px;
	height:168px;
	margin-top:33px;
	margin-left:33px;
	float:left;
}
#quer_img img{
	margin-right:18px;
	margin-bottom:18px;
	border:none;
}
#quer_text {
	width:560px;
	height:70px;
	float:left;
	margin-left:33px;
	margin-top:61px;
	font-size:12px;
	color:#004e9e;
}
#quer_text h1{
	margin-top:0px;
	margin-bottom:0px;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
}
#quer_text p{
	margin-top:0px;
	margin-bottom:15px;
	line-height:18px;
}
#quer_back {
	width:560px;
	float:left;
	margin-left:33px;
	margin-top:0px;
	font-size:12px;
	color:#004e9e;
}
#quer_back a{
	font-size:10px;
	color:#004e9e;
}
#quer_back a:hover{
	font-size:10px;
	color:#8c9dd0;
}


#hoch_img {
	width:280px;
	height:252px;
	margin-top:33px;
	margin-left:33px;
	float:left;
}
#hoch_img img{
	margin-right:18px;
	margin-bottom:18px;
	border:none;
}
#hoch_text {
	width:260px;
	height:252px;
	float:left;
	margin-left:33px;
	margin-top:33px;
	font-size:12px;
	color:#004e9e;
}
#hoch_text h1{
	margin-top:0px;
	margin-bottom:0px;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
}
#hoch_text p{
	margin-top:0px;
	margin-bottom:15px;
	line-height:18px;
}
#hoch_back {
	width:560px;
	float:left;
	margin-left:33px;
	margin-top:47px;
	font-size:12px;
	color:#004e9e;
}
#hoch_back a{
	font-size:10px;
	color:#004e9e;
}
#hoch_back a:hover{
	font-size:10px;
	color:#8c9dd0;
}






/*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(../lightbox/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(../lightbox/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;
}
input {
	width: 300px;
}
.Button {
	background-color:#fff;
	color:#4a666b;
	width:150px;
	border:1px solid #ddd;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000
}
textarea {
	width: 300px;
}
