@charset "utf-8";
/* CSS Document */

body {
	font-family: Trebuchet MS;
	font-size: 13px;
	background-image:url(images/img01.gif);
	background-attachment: fixed;
	background-position: bottom left;
	color: #330000;
	background-color: #660000;
	}

h1 {
	font-size: 26px;
	margin-bottom: 15px;
	font-family: Times New Roman;
	font-style:italic;
	}

#container {
	position: relative;
	width: 800px;
	height: auto;
	left: 50%;
	margin-left: -400px;
	background-color: #f6ebdf;
	border: solid 8px #330000;
	}

#logo {
	width: 764px;
	margin-left: 18px;
	top: 15px;
	margin: 20px 0px 20px 0px;
	padding-left: 18px;
	}
	
#banner {
	width: 800px;
	top: 130px;
	}
	
#menue {
	width: 800px;
	height: 35px;
	top: 422px;
	background-color: #330000;
	color:#FFF;
	font-size: 14px;
	font-family: Tahoma;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
	}

#text {
	width: 500px;
	margin: 15px 0px 20px 25px;
	padding-right: 60px;
	float: left;
	z-index:550;
	}

#infokasten {
	height: auto;
	width: 175px;
	padding: 0px 0px 0px 30px;
	float: left;
	margin: 42px 0px 20px 0px;
	border-left: 1px solid #ccc;
	padding-left: 20px;
	}

#footer{
	width: 800px;
	height: 150px;
	background-color: #0859a2;
	bottom: 0px;
	margin: 40px 0px 0px 0px;
	clear: left;
	}
	
#footer2{
	width: 800px;
	height: 5px;
	background-color: transparent;
	bottom: 0px;
	margin: 40px 0px 0px 0px;
	clear: left;
	}

.bilder {
	margin-bottom: 25px;
	margin-right: 10px;
	
	}


a {
	text-decoration: none;
	color: #660000;
	font-family:Trebuchet MS;
	font-weight: bold;
	letter-spacing: 1px;
	}
	
a:hover {
	text-decoration: underline;
	}

a.navi {
	display: block;
	text-decoration: none;
	color: #FFF;
	text-align: center;
	padding: 10px 15px 7px 15px;
	width: auto;
	float: left;
	}
	
a.navi:hover {
	background-color: #660000;
	}

a.navirechts {
	display: block;
	text-decoration: none;
	color: #FFF;
	text-align: center;
	padding: 10px 15px 7px 15px;
	width: 90px;
	float: right;
	}
	
a.navirechts:hover {
	background-color: #660000;
	}
	
a.selected {
	background-color: #660000;
	display: block;
	text-decoration: none;
	color: #FFF;
	text-align: center;
	padding: 10px 15px 7px 15px;
	width: auto;
	float: left;
	}

a.selectedrechts {
	background-color: #660000;
	display: block;
	text-decoration: none;
	color: #FFF;
	text-align: center;
	padding: 10px 15px 7px 15px;
	width: 90px;
	float: right;
	
	}
	
img {
	border:none;
	}
	
.input {font-size: 11px; color: #000; text-decoration: none; padding: 3px; margin-bottom: 10px; width: 370px; height: 15px; background-color: transparent; border: 1px solid #330000}
textarea {font-size: 11px; color: #000; text-decoration: none; font-family: Tahoma; width: 370px; height: 150px; background-color: transparent; border: 1px solid #330000; padding: 4px; margin-top: 7px;}

input:focus {border: 1px solid #660000}
textarea:focus {border: 1px solid #660000}


#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); /* 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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


