body {
	min-width:970px;       /* 2 x LC width + RC width */
	width:100%;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a {
	color:#333333;
}
a:hover {
	text-decoration:none;
	color:#666666;
}
/*** IE6 Fix ***/
* html #left {
  left: -470px;           /* RC width */
}
#header {
	height:251px;
	width:100%;
	min-width:970px;
	background-color:#f0fafa;
	background-image:url(images/header_shadow.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
#header #logo {
	position:absolute;
	left:15px;
	top:135px;
}
#header #moritz {
	float:right;
	right:0px;
}
#header #toplinks {
	position:absolute;
	right:120px;
	top:10px;
}
#footer {
	clear: both;
	min-width:970px;
	background-image:url(images/footer-shadow.png);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#eaeaea;
}
#footer #fcontent {
	padding-top:20px;
	padding-left:10px;
	padding-bottom:20px;
	width:450px;
	text-align:justify;
}
#footer #top {
	top:10px;
	right:10px;
}

#container {
	padding-left: 470px;      /* LC width */
	width:470px;
	margin-left:20px;
}

#container .column {
	position: relative;
	float: left;
	text-align:justify;
	line-height:150%;
}

#center {
	width: 100%;
}

#left {
	width: 450px;             /* LC width */
	right: 470px;             /* LC width */
	margin-left: -100%;
	margin-bottom:45px;
}
img.web {
	border:3px solid #dee6e5;
	margin:2px;
}
img.web:hover {
	border:3px solid #8d9796;
	margin:2px;
}
img.foto, img.db {
	border:none;
	margin:0;
}
a img {
	border:0;
}
.small {
	font-size:10px;
}
h2 {
	margin-top:10px;
	margin-bottom:3px;
}
#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; }

