@charset "utf-8";
/* CSS Document */

/*body*/
body {
		margin: 50px 0px;
		padding: 0px;
		background: #FFF;
		font-family: Arial, Helvetica, sans-serif;
		color: #663300;
		text-decoration:none;
}
a {
	color:#033;
	text-decoration:none;
}

a:hover {
	color:#FFC;
	text-decoration:none;
}

/*header*/
#header {
	width: 750px;
	height: 236px;
	margin: 0 auto;
	background: url(Bilder/headerfrog.jpg);
}

#header2 {
	width: 750px;
	height: 236px;
	margin: 0 auto;
	background:url(Bilder/header4.jpg);
}

/*menue*/
#buttons {
	padding-top: 202px;
	margin-left: 0px;
	width: 500px;
	height: 34px;
	text-align:center;
}

#buttons ul {
	float: left;
	margin: 0px;
	padding-left: 40px;
}

#buttons li {
	display: inline;
}

#buttons a {
	display: block;
	float: left;
	width: 131px;
	height: 24px;
	margin-right: 18px;
	background: url(Bilder/button1.gif) no-repeat;
	color: #FFF;
	font-weight:bold;
	padding-top: 10px;
}

#buttons a:hover {
	width: 131px;
	height: 24px;
	background: url(Bilder/button2.gif) no-repeat;
}

#buttons .current_page_item a {
	width: 131px;
	height: 24px;
	background: url(Bilder/button2.gif)
}

/*Navigation*/
#navi{
	margin: 0px auto;
	width: 750px;
	height: 18px;
	background-color: #319a99;
	font-size:12px;
	padding-top: 3px;
	font-weight:500;
}
#navi ul {
	float:left;
	margin: 0px;
	padding-left: 40px;
	font-weight: bold;
}
#navi-right ul {
	float: right;
	margin: 0px;
	padding-right: 250px;
}

#navi li {
	display:inline;
	padding-right:8px;
}

#navi a {
	margin-right:auto ;
	font: Arial, Helvetica, sans-serif;
	padding-right: 12px;
	border-right: 0px solid ;
}

#navi .current_page_item a {
	color: #FFC;
	font-weight:bold;
}
.kleiner_current_page a{
	font-size:10px;
	color: #FFC;
	font-weight:bold;
}
.kleiner {
	font-size:10px;
	font-weight:normal;
}

/*info*/
#infokasten {
	margin: 0px auto;
	width: 750px;
	height: auto;
	color:#CCC;
	font-weight:;
	font-size:12px;
}

#tabelle {
	border: 0px;
	margin-top:0px;
	margin-left: 0px;
	margin-bottom: 0px;

}
.td1 {
	width:460px;
	font-size: 12px;
	letter-spacing:1px;
	line-height:16px;
}
.td2 {
	width:210px;
	letter-spacing:1px;
}
.td3 {
	width:350px;
	font-size: 12px;
	letter-spacing:1px;
	line-height:16px;
}
.td4 {
	width:320px;
	letter-spacing:1px;
}

/*fussbereich*/
#fuss {
	width:750px;
	height:28px;
	background:url(Bilder/fuss-t.jpg) no-repeat;
	font-size:9px;
	text-align: center;
	color:#033;
}
#unten {
	padding-top:12px;
}

#fuss a{
	color:#033;
}
#fuss a:hover {
	color:#FFC;
}

/*gallery*/
#bildbereich {
	padding: 18px 40px 25px 40px;
	background: url(Bilder/hintergrundkachel-grau.jpg) repeat;
}
#bildbereich a {
	padding-right:0px;
	color:#C96;
	text-decoration:none;
}
.fließtext {
	letter-spacing:1px;
	line-height:20px;
}

.unterpunkte {
	color: #C96;
	font-size:14px;
	padding-top:10px;
	cursor:pointer;
	border-bottom:#963 solid 2pt;

}
.projektname{
	font-size:10px;
	color:#9CC;
}

.thumbs {
	border: solid 0pt #9CC;
	width: 40px;
	height: 40px;
	padding-top:10px;
	padding-right:10px;
}

/*Lightbox-parameter*/

#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; }
