@charset "utf-8";

/* Kritische Werte instanziert */

* {
	margin: 0;
	padding: 0;
	border-spacing: 0;
	vertical-align: top;
}

/* Normaler Text */

body,td,th {
	font: normal 75% Verdana, Arial, Helvetica, Sans-Serif;
	color: #000000;
}

/* Korrektur Textgröße in Tabellen */

td, th {
	f\ont-size: 100%;
}

/* Tabellen */

table, td, th, tr {
	border: none;
	margin: 1.0em 0 0 0;
	padding: 0 0 0 0;
}

td.h4 {
	font-weight: bold;
	color: #AA0000;
}

td.small {
	font-size: 0.8em;
	color: #666666;
	text-align: right;
	vertical-align: bottom;
}

/* Hintergrund und Ausrichtung */

body {
	background: #202020 url(../images/site/header-bg.jpg) top left repeat-x;
	margin-bottom: 10px;
}

/* Herzlich Willkommen! */

h1 {
	font-size: 1.4em;
	font-weight: bold;
	padding: 0.8em 0 0 0;
}

/* Kurzmeldungen */

h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #AA0000;
	padding: 1.0em 0 0 0;

}

/* Letzte Neuigkeiten */

h3 {
	font-size: 1.0em;
	font-weight: bold;
	padding: 1.2em 0 0 0;
}

/* Schlagzeilen */

h4 {
	font-size: 1.0em;
	font-weight: bold;
	color: #AA0000;
	padding: 1.2em 0 0 0;
}

/* Absätze */

p {
	padding: 1.0em 0 0 0;
}

/* Highlight */

p.highlight {
	border: solid 1px #AA0000;
	margin: 1.0em 0 0 0;
	padding: 5px;
}

/* Termine */

p.dates {
	font-size: 0.9em;
}

/* Datum und Autor */

p.dateline {
	font-size: 0.8em;
	color: #666666;
	padding: 0 0 0 0;
}

/* Mehrzeiliges Zitat */

p.blockquote {
	margin-top: 1.0em;
	border-left: solid 5px #DDDDDD;
	padding: 0 0 0 10px;
}

/* Hinweise */

p.small {
	font-size: 0.8em;
	color: #666666;
	padding: 2.0em 0 0 0;
}

p.centered {
	text-align: center;
}

/* Schlagwörter */

p.tags {
	font-size: 0.2em;
	color: #202020;
	padding: 0 0 0 0;
}

/* Bilder */

img {
	vertical-align: bottom;
	border: 0;
}

img.left {
	float: left;
	margin: 3px 10px 5px 0;
}

img.right {
	float: right;
	margin: 3px 0 5px 10px;
}

img.border {
	border: solid 1px #000000;
}

img.gallery {
	margin: 5px;
}

a:link img, a:visited img, a:hover img, a:focus img, a:active img {
	border: 0;
}

a:link img.border, a:visited img.border, a:hover img.border, a:focus img.border, a:active img.border {
	border: solid 1px #000000;
}

a.alternative {
	color: #000000;
	text-decoration: none;
}

/* Layout Elemente */

div#site {
	margin: auto;
	width: 842px;
	background-image: url(../images/site/site-bg.jpg);
}

div#header {
	height: 178px;
	background-image: url(../images/site/header.jpg);
}

div#navigation {
	height: 21px;
}

div#sidebar {
	padding: 0 20px 20px 20px;
	width: 205px;
	float: left;
}

div#content {
	margin-left: 225px;
	padding: 0 20px 20px 20px;
}

div#footer {
	height: 22px;
	clear: both;
}

/* Lightbox (Version: 2.0.4, Sprache: Deutsch) */

#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); */ /*Internet Explorer */
	display: block;
}

#prevLink {
	left: 0;
	float: left;
}

#nextLink {
	right: 0;
	float: right;
}

#prevLink:hover, #prevLink:visited:hover {
	background: url(../images/lightbox/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(../images/lightbox/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: 113px;
	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;
}
