BODY {
	width:1000px;
	margin:auto;
	margin-top:15px;
	background-image:url(images/body.jpg);
	background-repeat:repeat-x;
	background-color:#F3E17D;
	color:#000000;
	font-family:arial, verdana, ms sans serif;
	font-size:14px;
	}

.maincontent {
	width:1000px;
	background-color:#ffffff;
	padding-bottom:0px;
	}

#head 	{
	width:1000px;
	height:145px;
	background-color:#ffffff;
	}

#navigation {
	width:200px;
	padding-top:0px;
	float:left;
	background-color:#FFFFFF;
	}


h1	{
	font-size:14px;
	margin-left:10px;
	border-top:1px solid #FDDE32;
	border-bottom:1px solid #FDDE32;
	margin-left:10px;
	margin-top:7px;
	margin-bottom:7px;
	height:20px;
	padding-top:6px;
	padding-left:10px;
	color:#000000;
	background-color:#FCEA86;
	width:180px;
	display:block;
	font-weight:bold;
	text-decoration:none;
	}

h4	{
	font-size:14px;
	margin-left:10px;
	border-top:1px solid #FF0000;
	border-bottom:1px solid #FF0000;
	margin-left:10px;
	margin-top:7px;
	margin-bottom:7px;
	height:20px;
	padding-top:6px;
	padding-left:10px;
	color:#FFFFFF;
	background-color:#BB0000;
	width:180px;
	display:block;
	font-weight:bold;
	text-decoration:none;
	}

.button a:link, .button a:active, .button a:visited {
	margin-left:10px;
	border-top:1px solid #FDDE32;
	padding:6px 0px 6px 10px;
	color:#000000;
	background-color:#FFF7C8;
	width:180px;
	display:block;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	}
	
.button a:hover {
	margin-left:10px;
	border-top:1px solid #FDDE32;
	padding:6px 0px 6px 10px;
	color:#000000;
	background-color:#FCEA86;
	width:180px;
	display:block;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	}

.button-red a:link, .button-red a:active, .button-red a:visited {
	margin-left:10px;
	border-top:1px solid #FDDE32;
	padding:6px 0px 6px 10px;
	color:#BB0000;
	background-color:#FFF7C8;
	width:180px;
	display:block;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	}
	
.button-red a:hover {
	margin-left:10px;
	border-top:1px solid #FDDE32;
	padding:6px 0px 6px 10px;
	color:#BB0000;
	background-color:#FCEA86;
	width:180px;
	display:block;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	}

.button1 a:link, .button1 a:active, .button1 a:visited {
	margin-left:10px;
	border-top:1px solid #FDDE32;
	border-bottom:1px solid #FDDE32;
	padding:6px 0px 6px 10px;
	color:#000000;
	background-color:#FFF7C8;
	width:180px;
	display:block;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	}
	
.button1 a:hover {
	margin-left:10px;
	border-top:1px solid #FDDE32;
	border-bottom:1px solid #FDDE32;
	padding:6px 0px 6px 10px;
	color:#000000;
	background-color:#FCEA86;
	width:180px;
	display:block;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	}

h2	{
	padding:0px;
	margin:0px;
	font-size:18px;
	margin-bottom:15px;
	color:#B59A0D;
	font-weight:bold;
	}

h3	{
	padding:0px;
	margin:0px;
	font-size:14px;
	margin-bottom:5px;
	color:#B59A0D;
	font-weight:bold;
	}
	
a:link, a:visited {
	color:#B59A0D;
	text-decoration:none;
	}
	
a:hover {
	color:#B59A0D;
	text-decoration:underline;
	}

UL {	
	text-align:left;
	padding:0px;
	margin-left:13px;
	}

LI {	
	text-align:left;
	margin-left:0px;
	}
	

#content {
	width:780px;
	float:left;
	padding:10px;
	background-color:#ffffff;
	line-height:1.3em;
	text-align:justify;
	}

#footer	{
	width:1000px;
	height:45px;
	background-color:#ffffff;
	float:left;
	border-top:2px solid #FCEA86;
	border-bottom:2px solid #FCEA86;
	padding-top:20px;
	color:#B59A0D;
	font-size:12px;
	}

.buttondl a:link, .buttondl a:active, .buttondl a:visited {
	height:29px;
	width:104px;
	display:block;
	background-image:url(images/download.gif);
	}

.buttondl a:hover {
	height:29px;
	width:104px;
	display:block;
	background-image:url(images/download-aktiv.gif);
	}

/* 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: #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; }
