body {
	background-color: #000;
	background-image: url(../img/background.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	margin: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #181f25;
}

img { border: 0px; }

.clearfix { clear: both; }

h1 { padding: 0px; padding-bottom: 5px; margin: 0px 0px 3px 0px; font-size: 16px; color: #ff0854; border-bottom: 1px dotted #aaa; }
h2 { padding: 0px; margin: 0px 0px 10px 0px; font-size: 12px; color: #aaa; }

#fullpage {
	width: 1000px;
	height: auto;
}

#header {
	width: 100%;
	height: 164px;
	background-image: url(../img/header.png);
}

#mainbox {
	background-color: #fff;
	background-image: url(../img/mainbox.png);
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
	padding-top: 10px;
	padding-bottom: 30px;
}

#bottom_left {
	background-image: url(../img/bottom_left.png);
	width: 347px;
	height: 247px;
	float: left;
	color: #fff;
	padding: 80px 29px 0px 29px;
	text-align: left;
}

#bottom_right {
	background-image: url(../img/bottom_right.png);
	width: 537px;
	height: 247px;
	float: left;
	color: #fff;
	text-align: left;
	padding: 80px 29px 0px 29px;
}

#footer {
	padding: 20px;
	color: #fff;
}

#imgbox {
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #000;
	max-width: 940px;
	min-height: 533px;
	overflow: hidden;
}

.picture {
	max-width: 970px;
	border-top: 1px solid #aaa;
}

.spacer_fade {
	background-image: url(../img/mainbox_spacer.png);
	background-repeat: no-repeat;
	width: 100%-20px;
	min-height: 74px;
}

.thumb {
	background-image: url(../img/pic_bg.png);
	height: 89px;
	width: 89px;
	background-position: center;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}

.thumb div {
	margin: 5px;
	width: 79px;
	height: 79px;
	overflow: hidden;
}

.thumb img {
	max-height: 120px;
}

.thumb img:hover {
	cursor: pointer;
}

.content {
	background-image: url(../img/start.jpg);
	background-color: #fff;
	background-repeat: no-repeat;
	color: #000;
	width: 940px;
	min-height: 340px;
	text-align: left;
	padding: 60px 0px 0px 60px;
}

.content div {
	width: 370px;
}

#nav {
	padding-top: 97px;
	padding-left: 310px;
}

#nav span { display: block; width: 100px; height: 67px; float: left; }

.nav_title { background-image: url(../img/nav_title.png); }
.nav_autos { background-image: url(../img/nav_autos.png); }
.nav_menschen { background-image: url(../img/nav_menschen.png); }
.nav_natur { background-image: url(../img/nav_natur.png); }
.nav_sonstiges { background-image: url(../img/nav_sonstiges.png); }
.nav_grafikdesign { background-image: url(../img/nav_grafikdesign.png); }

.nav_autos:hover { background-image: url(../img/nav_autos_h.png); }
.nav_menschen:hover { background-image: url(../img/nav_menschen_h.png); }
.nav_natur:hover { background-image: url(../img/nav_natur_h.png); }
.nav_sonstiges:hover { background-image: url(../img/nav_sonstiges_h.png); }
.nav_grafikdesign:hover { background-image: url(../img/nav_grafikdesign_h.png); }


/* ### LIGHTBOX 2 STYLESHEET ### */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(images/blank.gif) no-repeat; /* 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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
