﻿/* Stylesheet f. V.Rauch */
/* Valide nach W3C */
/* QuellDesign TW 2009 */

* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #000000;
  background-image: url(images/bg.jpg);
  color: #212121;
  font-family: aral,helvetica,sans-serif;
  font-size: 11pt;
}

#space {
  width: 931px;
  margin: auto;
}

#logo {
  width: 173px;
  height: 51px;
  margin-top: 50px;
  margin-left: 10%;
  background-image: url(images/logo.png);
}

img {
  border: none;
}


a {
  text-decoration: none;
  color: #212121;
}

#nav a {
  color: #ffffff;
  font-size: 12px;
}

#nav a:hover {
  color: #c61a1a;
}

#aktiv {
  color: #c61a1a !important;
}

#nav {
  width: 477px;
  padding-left: 72%;
  color: #ffffff;
}

#grafik_oben {
  margin-top: -20px;
  width: 931px;
  height: 34px;
  background-image: url(images/content_oben.png);
}

.trennlinie {
  border-bottom: 1px solid #888888;
  z-index: 3;
}

#content {
  width: 931px;
  background-image: url(images/content_mitte.png);
}

#text {
  width: 840px;
  padding-right: 10px;
  margin: auto;
}

#grafik_unten {
  width: 931px;
  height: 11px;
  background-image: url(images/content_unten.png);
  margin-bottom: 20px;
}

.ueberschriften {
  color: #888888;
  font-family: aral,helvetica,sans-serif;
  font-size: 8pt;
}

dt {
  margin-top: 20px;
}

dd {
  padding-left: 10px;
}

/* LIGHTBOX */

#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: #ffffff;
	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: 12px Verdana, Helvetica, sans-serif;
	background-color: #ffffff;
	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;
}

#imp {
    position: fixed;
    bottom: 0;
    right: 0;
}

