/* Construction --------------------------------------------------------------------------*/	

#head {
	height: 160px;
	width: 750px;
	background-image: url(css_graphics/bgr_head.jpg);
	background-repeat: no-repeat;
	position: relative;
	left: 50%;
	margin-left:-375px;
	}
	
#box {
	position: relative;
	background-color: #F0F0F0;
	width: 750px;
	background-image: url(css_graphics/bgr_body.jpg);
	background-repeat: repeat-y;
	left: 50%;
	margin-left:-375px;
	}
			
#subbox {
	position: relative;
	width: 620px;
	background: #FFFFFF;
	left: 50%;
	margin-left:-325px;
	margin-top: 20px;
	border-top: 1px solid rgb(204, 204, 204);
	border-right: 1px solid rgb(204, 204, 204);
	border-bottom: 1px solid rgb(204, 204, 204);
	border-left: 1px solid rgb(204, 204, 204);
	padding: 15px 0px 15px 30px;
	}
	
	#bottom {
	position: relative;
	width: 750px;
	left: 50%;
	margin-left:-375px;
	}

/* Text --------------------------------------------------------------------------*/

body {
	background-color: #CCCCCC;
	font-family: 'Gudea', sans-serif;
	font-size: small;
	color: #878787;
	text-align: left;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	}
	
em {
	font-style: normal;
	font-weight: bold;
	}

#title {
	font-size: small;
	font-weight: bold;
	color: #336699;
	font-style: normal;
	text-decoration: none;
	line-height: 2.5em;
	}
	
#menu {
	position: relative;
	text-align: left;
	line-height: 1em;
	color: #DEDEDE;
	left: 55px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	top: -14px;
	}
	

#de_en {
	position: absolute;
	text-align: right;
	right: 55px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	top: -6px;
	}
	
a {
	color: #336699;
	font-variant: normal;
	font-size: small;
	text-decoration: none;
	border: none;
	}
	
a:visited {
	color: #336699;
	text-decoration: none;
	border: none;
	}

a:hover {
	color: #0099CC;
	text-decoration: none;
	border: none;
    }
	
/* Pictures --------------------------------------------------------------------------*/

img {
	border: none;
	} 

#thumbs {
	border-top: 1px solid rgb(204, 204, 204);
	border-right: 1px solid rgb(204, 204, 204);
	border-bottom: 1px solid rgb(204, 204, 204);
	border-left: 1px solid rgb(204, 204, 204);
	}	

#thumbs:hover {
	border-top: 3px solid rgb(204, 204, 204);
	border-right: 3px solid rgb(204, 204, 204);
	border-bottom: 3px solid rgb(204, 204, 204);
	border-left: 3px solid rgb(204, 204, 204);
	margin: -2px;
	}
	
/* Lightbox --------------------------------------------------------------------------*/

#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(css_graphics/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(css_graphics/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(css_graphics/next.gif) right 15% no-repeat; }


#imageDataContainer{
	font-family: 'Gudea', sans-serif;
	font-size: small;
	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: 33px; float: right;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
