html {
	min-height: 100%;
	padding: 0;
	border: 0;
	margin: 0;
	}

body {
	font: 1em sans-serif;
	/*background: #504dc4 url(body-bg.gif) repeat-x left top;*/
	background: #8888c4 url(../body-bg.gif) repeat-x left top;
	margin: 0;
	padding: 0;
	border: 0;
	color: black;
	padding: 0;
	}


a {
	color: #000;
	border-bottom: 1px dotted #fff;
	text-decoration: none;
	}

a:visited {
	color: #666;
	border-bottom: 1px dotted #fff;
	text-decoration: none;
	}

a:hover {
	color: #fff;
	background: #888;
	border-bottom: 1px dotted #fff;
	text-decoration: none;
	}

div#title {
	width: 640px;
	height: 120px;
	border: 1px solid #fc0;
	border-bottom: 1px dotted #fc0;
	padding: 0;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
	font-family: Georgia, Times, Serif;
	color: #fc0;
	background: transparent url(../title-bg.gif) no-repeat left top;
	margin: 0 auto;
	margin-top: 9px;
	}

div#title h1 {
	margin-top: 35px;
	}

div#title h3 a {
	margin-top: 10px;
	color: #fc0;
	border: none;
	}

div#content {
	width: 600px;
	border: 1px solid #fc0;
	border-top: 0;
	border-bottom: 1px dotted #504dc4;
	padding: 20px;
	margin: 0 auto;
	background: #fff;
	}
	
table.contentSubTable {
	display: block;
	margin: 2px auto 0 0;
	border-collapse: collapse;
	border-spacing: 0;
	}
	
table.contentSubTable td {
	vertical-align: top;
	border: 0;
	padding: 5px;
	margin: 0;
	}

.sub {
	font-size: 0.6em;
	font-weight: lighter;
	/*line-height: 97%;*/
	color: #555;
	margin-top: 3px;
	margin-bottom: 6px;
	}

div#footer {
	width: 600px;
	border: 1px solid #fc0;
	border-top: 0;
	padding: 20px;
	margin: 0 auto;
	background: #fff;
	}

div#footer p {
	margin: 0 auto;
	font-size: 0.7em;
	color: #504dc4;
	text-align: center;
	}

div#footer p a {
	color: #504dc4;
	}

div#footer p a:visited {
	color: #504dc4;
	border-bottom: 1px dotted #fff;
	text-decoration: none;
	}

div#footer p a:hover {
	color: #fff;
	background: #504dc4;
	border-bottom: 1px dotted #fff;
	text-decoration: none;
	}

div#footer_mirror {
	width: 642px;
	height: 80px;
	padding: 0;
	border: 0;
	margin: 0 auto;
	background: transparent url(../foot_mirror.gif) no-repeat;
	}

/*
  CSS für Lightbox
  Lightbox is a great tool! Check it out:
  http://www.lokeshdhakar.com/projects/lightbox2/
*/
#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;
	border: none !important;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(../lightbox/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(../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: 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;
}
