body {
	background-color: #323742;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	margin:0;
	}
	
/* Hack, um FF und IE gleich aussehen zu lassen */
* {box-sizing: border-box; -moz-box-sizing: border-box;}
img {box-sizing: content-box; -moz-box-sizing: content-box;}

#container {
	position: absolute;
	left:50%;
	top:0;
	width: 940px;
	margin:0;
	margin-left:-470px;
	overflow:hidden;
	}

a img {
	border:5px white solid;
	}

a:hover img {
	border:5px #996600 solid;
	}
	
p a, .pixbox a {
	color: #996600;
	text-decoration: none;
	}

a:hover {
	color: #996600;
	text-decoration: underline;
	}
	
/* -------------------- HEAD -------------------------- */

#head {
	position: fixed;
	display: block;
	top: 0;
	width:940px;
	height: 100px;
	z-index:10;
	background: transparent url(../images/shadow.png) bottom left repeat-x !important; 

    /* Nur fr IE */
    	position: expression("absolute");
    	top: expression(document.body.scrollTop - this.offsetHeight + this.offsetHeight);
    	background: white;
    	}

#head h1 a {
	margin-left:250px;
	font: 30px Verdana, Helvetica, sans-serif;
	/* font-weight: bold; */
	color: #999999;
	text-decoration:none;
	}
	
#head h1 a em {
	color: #999999;
	font-style:normal;
	}

#head h1 a:hover, #head h1 a:hover em {
	color: #996600;
}

#meta {
	float:right;
	margin-right:130px;
	font: 10px Verdana, Helvetica, sans-serif;
	color: black;
	text-decoration:none;
	}

#meta a {
	color: black;
	text-decoration:none;
	}

#meta a:hover {
	color: #996600;
	text-decoration:none;
	}

/* -------------------- CONTENT -------------------------- */

#content {
	padding: 100px 50px;
	background-color: #CCC666;
	color: white;
	}

#contact, #disclaimer, #navi {display:none;}


/* -------------------- Layout-Varianten -------------------------- */

	
div.pixbox {
	float:left;
	width: 110px; 
	margin: 0 20px 0 0;
	font-size: 0.95em;

	}
	
div.pixrow {
	float:left;
	width: 680px;
	padding: 0 0 20px 130px;
	}
		
div.section {
	padding: 0px 70px 10px 70px;
	/*border-bottom: 1px #666666 solid;*/
	}
	
div.section p {
	margin:0 0 15px 0px;
	float:left;
	width:550px;
	line-height:150%;
	}

div.section p.col {
		padding:0 0 15px 130px;
		float:left;
		width:550px;
		line-height:150%;
		}

div.section h2 {

	width:550px;
	padding:10px 0 10px 130px;
	
	color: #666666;
	font: 18px Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration:none;
	}

br.clear { clear:both; }
	
hr { color: #666666; height: 1px; border-style: solid; } 
	
/* -------------------- Lightbox CSS -------------------------- */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left; background: url(../images/prev_t.png) left top no-repeat;}
#nextLink { right: 0; float: right; background: url(../images/next_t.png) right top no-repeat;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prev.png) left top no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/next.png) right top no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000000;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	}
	
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

