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

* {
margin: 0px;
padding: 0px;
font-family: georgia;
font-size: 12px;
color: #3c3c3c;
line-height: 1.7;
}

html, body {
width: 100%;
height: 100%;
background-image: url('../images/bg.gif');
background-repeat: repeat-x;
text-align: left;
}

#start{
margin:auto;
background-color:#ffffff;
width: 850px;
height: 748px;
text-align: left;



}

#top{
width: 850px;
height: 76px;
text-align: left;

}

#adresse{
width: 850px;
height: 198px;
text-align: left;

}

#bild{
width: 850px;
height: 465px;
text-align: left;
background-image: url('../images/start_bild.jpg');
background-repeat: no-repeat;
}


#bodyseite {
margin:auto;
width: 850px;
height: 748px;
background-color:#ffffff;
}

#header {
width: 850px;
height: 279px;
background-color:#ffffff;
}

#navi {
width: 192px;
height: 400px;

float: left;
display: inline;
}

#content{
margin:10px 0 0 30px;
width: 530px;
height: 370px;
font-family: georgia;
font-size: 12px;
line-height: 1.9;
float: left;
display: inline;
text-align: left;
overflow: auto;^


scrollbar-arrow-color: #5b5b5b;
scrollbar-base-color: #FFFFFF;
scrollbar-face-color: #FFFFFFb;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #5b5b5b;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-shadow-color: #5b5b5b;



}

#strich{
margin:0 0 0 30px;
width: 618px;
height: 70px;
float: left;
display: inline;
text-align: left;
background-image: url('../images/content.gif');
background-repeat: no-repeat;

}

#unten{
	margin:auto;
	width: 850px;
	height: 19px;
	background-image: url('../images/unten.gif');
	background-repeat: no-repeat;
	float: left;
	display: inline;

}

.content img {
float: left;
}

.content p {
margin: 0;
padding: 0;
}

.clear {
clear: left;
font-size: 1px;
line-height: 0;
}




#textLink{
	color: #80890c;
	font-family: georgia;
	font-size: 12px;
	font-style: normal;
	text-decoration: underline;
	font-weight:bold;
	font-style: italic;

}
#textLink:HOVER{
	color: #851e13;
	font-family: georgia;
	font-size: 12px;
	font-style: normal;
	text-decoration: underline;
	font-weight:bold;
	font-style: italic;
	
}


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