/*----------------------------- CSS julia bruetsch ------------------------*/



/*----------------------------- CSS julia bruetsch ------------------------*/


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





html { height: 100%}

body {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	color: #20323d;
	background-color: #ffffff;
	min-height: 101%
}
p {
	padding: 0 20px 0 0;
	margin:0 0 7px 0;
	line-height: 20px;
}
.clear {
	clear: both;
}
h1{
	font-weight: lighter;
	font-size: 16px;
	margin: 0;
	padding: 0 20px 0 0;
}
h2{
	font-weight: lighter;
	font-size: 12px;
	margin: 0;
	padding: 0 20px 0 0;
}
#banner{
	width: 900px;
	height: 110px;
	background-image:    url(../images/logo_neu.gif);    
	background-repeat: no-repeat;
	background-position: top;
	margin: 0;
	padding: 0;
}
#container {
	width: 900px;
	margin: 20px auto;
	padding: 0;	
	background-color: #ffffff;
}
#content a, a:link, a:visited{
	color: #20323d;
	text-decoration: underline;
	font-weight: normal;
}
#content a:hover {
	color: #2f2e2e;
	text-decoration: none;

}
/*---------------banner = navigation----------------------*/
a, a:link, a:visited{color: #20323d; text-decoration: none;}
a:hover {color: #8b0f0f; font-weight: bold;}
.on{color: #8b0f0f;	font-weight: bold;}

a.on, a.on:link, a.on:visited, a.on:hover{/*susub navi*/
	color: #2f2e2e;
	text-decoration: none;
	font-weight: bold;
}
#links a, a:link, a:visited{font-weight: lighter;}
#links a:hover{font-weight: bold;}

.navi {float: right; margin: 61px 0 0 65px;	padding: 3px 0 0 5px;}
.navi a, a:link, a:visited {font-weight: bold; text-decoration: none;}
#banner .navi:hover {margin-top: 51px; padding-bottom: 10px;}
#banner a.on{float: right; margin: 51px 0 0 65px; padding: 3px 0 0 5px;	color: #8b0f0f;}


#intro {
	float: left;
	width: 562px;	
	margin: 0 0 10px 0;
	padding: 30px 0 0 0;
}

/*---------------ende------------hovering----------------------*/


#content {
	float: left;
	width: 562px;
	/*width: 700px;*/
	height: 380px;	
	margin: 0 0 10px 0;
	padding: 30px 0 0 0;
	/*border-left: 3px solid #cdcdcd;
	border-left: 1px dotted #20323d;*/
}
#content img{ /*Thumbnails*/
	border: none;
	margin: 0 7px 7px 0;
}



#links {/*--linke spalte--*/
	float: left;
	width: 255px;
	height: 390px;	
	margin: 0;
	padding: 30px 60px 15px 20px;;
}
/*------------------------fusszeile-------------------------*/
#footer {
	clear: both;
	height: 15px;
	margin: 0;
	padding: 5px 0 0 20px;
	text-align: left;
	/*border-top: 1px dotted #20323d;*/ 
}
#footer p {
	font-size: 8px;
	vertical-align: baseline;
	line-height: normal;
	padding:0;
}
