@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	}
	
html, body {
	height:100%;
	}

body {
	background-color:#fff;  /* beige */
	/*background-image:url('images/bg.jpg');
	background-repeat: repeat-x;*/
	color:#646567;  /* dunkelgrau */
	text-align:left;
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

a:link {
	color:#9e1019;
	text-decoration:underline;
	}

a:visited {
	color:#9e1019;
	text-decoration:underline;
	}

a:hover {
	color:#9c9e9f;
	text-decoration:none;
	}

h1 {
	font-size:470%;
	font-weight:bold;
	color:#9e1019;
	margin-bottom:15px;
	}

h2 {
	font-size:550%;
	font-weight:bold;
    margin-bottom:15px;
	}

h3 {
	font-weight:bold;
	font-size:100%;
	margin-bottom:15px;
	}

p {
	margin-bottom:5px;
	}
	
img {
	border-width:0px;
	}
	
strong {
	color:#9e1019;
	}
/* ######################################## ENDE Haupteinstellungen ############################################ */

#container {
	position:relative;
	width:70em;
	left:50%;
	margin-left:-35em;
	margin-top:0.7em;
	background-color:#fff;
	border:0px solid #e2d0ac;
	}
	
#main {
	position:relative;
	margin-left:1.2em;
	margin-right:1.2em;
	margin-top:2em;
	font-size:9pt;
	}
	
#main ul{
	position:relative;
	margin-left:1em;
	margin-bottom:1em;
	}
	
#logo {
	position:relative;
	text-align:right;
	margin-top:4em;
	margin-right:3em;
	margin-bottom:3em;
	}
	
#logo img{
	width:100px;
	}
	
#header {
	position:relative;
	height:170px;
	}
	
#header_content {
	position:relative;
	text-align:center;
	font-size:200%;
	color:#fff;
	font-weight:bold;
	color:#f3dfb8;
	height:2em;
	top:32%;
	margin-left:0.5em;
	}
	
#navigation {
	position:relative;
	margin-top:2em;
	margin-left:1.5em;
	margin-right:1.5em;
	border-top:1px solid #9c9e9f;
	border-bottom:1px solid #9c9e9f;
	color:#9e1019;
	}
	
#navigation a:link {
	color:#646567;
	text-decoration:none;
	}

#navigation a:visited {
	color:#646567;
	text-decoration:none;
	}

#navigation a:hover {
	color:#9e1019;
	text-decoration:none;
	}
	
#navigation_content {
	position:relative;
	margin-top:0.8em;
	margin-bottom:0.8em;
	margin-left:0.5em;
	margin-right:0.5em;
	}
	
#navigation_content ul{
	position:relative;
	list-style:none;
	}
	
#navigation_content li{
	position:relative;
	display:inline;
	margin-right:2em;
	font-size:120%;
	}

#news {
	position:relative;
	margin-bottom:15px;
	font-size:90%;
	line-height:120%;
	}
	
#news strong {
	font-weight:bold;
	color:#646567;
}
	
#news_content {
	height:80px;
	}
	
#news img{
	position:relative;
	width:80px;
	}
	
#news h1{
	font-weight:bold;
	font-size:110%;
	margin-bottom:2px;
	color:#9e1019;
	}
	
#footer {
	position:relative;
	height: 2em;
	margin-top:4em;
	background-color:#d9dadb;
	line-height:2em;
	}
	
#footer a:link {
	color:#646567;
	text-decoration:none;
	}

#footer a:visited {
	color:#646567;
	text-decoration:none;
	}

#footer a:hover {
	color:#9e1019;
	text-decoration:none;
	}
	
#footer_content {
	position:relative;
	text-align:right;
	margin-right:2em;
	}
	
#footer_content ul{
	position:relative;
	list-style:none;
	}
	
#footer_content li{
	position:relative;
	display:inline;
	margin-left:1em;
	}
	
#bild-rechts {
	position:relative;
	float:left;
	}
	
.bordered {
	border:1px solid #d9dadb;
	}
	
.source {
	font-style:italic;
	font-style:oblique;
	color:#9c9e9f;
	}

#image_interview {
	float:left;
	margin-right:20px;
}

#image_interview img {
	width:250px;
}

#clearer {
	clear:both;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/* Lightbox CSS */

#lightbox{
	position: absolute;
	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;}
#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
