﻿/* DATEI: style.css */
body {
	font-family: Verdana;
	font-size: 8px;
	background-color: #FFFFFF;
}
/* Textformate */
h5 {
	font-size: 20px;
	color: #808080;
	margin-bottom: 0px;
}
h1 {
	font-size: 12px;
	color: #CC3300;
	margin-bottom: 0px;
}
h2 {
	font-size: 10px;
	color: #808080;
	margin-bottom: 2px;
}
h3 {
	font-size: 14px;
	color: #CC3300;
	margin-bottom: 0px;
	text-align: center;
}
h4 {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	margin-bottom: 2px;
	letter-spacing: normal;
	line-height: 150%;
	word-spacing: inherit;
	text-align: left;
}

h6 {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	margin-bottom: 2px;
	letter-spacing: normal;
	line-height: 150%;
	word-spacing: inherit;
	text-align: center;
}

/* Absatzformate */
p {
	margin-top: 0px;
	margin-bottom: 0;
}
code {
	font-size: 14px;
	color: #0000ff;
}
/* Auflistung*/
pre {
	font-family: Verdana;
	font-size: 12;
	color: #808080;
	padding: 1px;
}
/* Links - gelten auch fuer Menue */
a:hover {
	padding: 0px;
	text-decoration: none;
	color: #FF9900;
	font-size: 10px;
}
a:active {
	padding: 0px;
	text-decoration: none;
	color: #FF9900;
	font-size: 10px;
}
a:visited {
	padding: 0px;
	text-decoration: none;
	color: #FF9900;
	font-size: 10px;
}
a:link {
	padding: 0px;
	text-decoration: none;
	color: #FF9900;
	font-size: 10px;
}
a:hover {
	text-decoration: underline;
	color: #3E599C;
}
a:active {
	text-decoration: underline;
	color: #3E599C;
}
/* Bannerbereich (Header) */
#title {
	height: 40px;
	padding: 0px;
	border-bottom: 0px solid #000000;
	margin-bottom: 0px;
}
/* Menuebereich - Links */
#left {
	width: 120px;
	float: left;
	line-height: 20px;
	background-color: #FAF9F9;
	padding-left: 2pt;
	font-size: 18px;
	color: #000000;
}
/* Menueueberschriften */
.menutitle {
	font-weight: bold;
	border-bottom: 1px solid #A6A6A2;
	margin-top: 0px;
	background-color: #e6e7e2;
	margin-bottom: 5px;
}
/* Contentbereich -Rechts */
#content {
	width: 75%;
	float: left;
	padding-top: -10pt;
	padding-left: 20pt;
}
/* Tabellendefinitionen allgemein*/
table {
	margin: 0px;
	color: #000000;
	padding: 0px;
	font-size: 10px;
	line-height: 120%;
	text-align: justify;
}
/* Zelldefinitionen */
td {
	margin: 0px;
	border: 0px solid #E6E6E2;
	vertical-align: top;
		text-align: left;
		overflow: hidden;
		padding-left: 10px;
		padding-right: 20px;
	height: 500px;
}



/* 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{
	background-color: #5A0000;
	background: #5A0000;
	position: relative;
	width: auto;
	height: auto;
	margin: 100 auto auto auto;
}
#imageContainer{background: #262F38;padding: 10px;}

#loading{
	background: #5A0000;
	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;}

#nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }

#prevLink{ 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:visited:hover { background: url('images/prevlabel.gif') no-repeat left 15%;
}
#prevLink:hover { background: url('images/prevlabel.gif') no-repeat left 15%;
}
#nextLink:visited:hover { background: url('images/nextlabel.gif') no-repeat right 95%;
}

#nextLink:hover { background: url('images/nextlabel.gif') no-repeat right 95%;
}

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #000000;
	margin: 0 auto 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	height: 30;
}

#imageData{	padding:0 10px; color: #666 }
#imageData #imageDetails{ width: 90%; float: left; text-align: left; }	
#imageData #caption{font-weight: normal;}
#imageData { display: block; clear: left; padding-bottom: 1.0em;	}	
#numberDisplay { display: none; clear: left; padding-bottom: 1.0em;	}	
#imageData #bottomNavClose{ width: 19px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 400px; background-color: #000; }
