html, body {
	  height:100%;
}

body {
 text-align:left;
 color:#FFFFFF;
 background-color: #E6E6E6;
 font-family:arial,helvetica,sans-serif;
 font-weight:normal;
 font-size:11pt;
}

a:link {
	font-family:arial,helvetica,sans-serif;
	font-size:10pt;
	color:#000;
	text-decoration:none;
}

a:active {
	font-family:arial,helvetica,sans-serif;
	font-size:10pt;
	color:#000;
	text-decoration:none;
}

a:visited {
	font-family:arial,helvetica,sans-serif;
	font-size:10pt;
	color:#000;
	text-decoration:none;
}
a:hover {
	font-family:arial,helvetica,sans-serif;
	font-size:10pt;
	color:#000;
	text-decoration:underline;
}

#distance {
	width:1px;
	height:50%;
	margin-bottom:-300px; /* half of container's height */
	float:left;
}

div#outer_wrapper{
width: 100%;
height: 100%;
}

div#wrapper {
    margin:0 auto;
    position:relative; /* puts container in front of distance */
    text-align:left;
    clear:left;
    background-image:url(../images/background.gif);
    background-repeat:no-repeat;
    width:950px;
    height:550px;
}

div#space {
    width:950px;
    height:102px;
    color:#000;
    font-size:11pt;
    font-weight: bold;
    float:left;
}


div#language_space {
    padding-top: 10px;
    width:710px;
    height:17px;
    float:left;
}

div#language_wrapper {
    padding-top: 10px;
    width:235px;
    height:17px;
    float:left;
}

div#language_button {
    width:110px;
    height:17px;
    float:left;
}
div#mini_spacer{
    width:5px;
    height:17px;
    float:left;
}


div#menue {
    width:950px;
    height:31px;
    float:left;
}

div#button {
    width:190px;
    height:31px;
    float:left;
}

div#content_wrapper {
    width:1050px;
    height:410px;
    float:left;
}

div#content {
    margin-top: 20px;
    margin-left:15px;
    width:900px;
    height:395px;
}

div#footer {
    font-weight:normal;
    margin: auto;
    text-align:left;
    font-size:9pt;
    color:#000000;
    width:950px;
    height:10px;
}
div#footer1 {
float:left;
    font-weight:normal;
	margin-left:5px;
    text-align:left;
    font-size:9pt;
    color:#000000;
    width:470px;
    height:10px;
}

div#footer2 {
	margin-right:5px;
float:left;
    font-weight:normal;
    text-align:right;
    font-size:9pt;
    color:#000000;
    width:470px;
    height:10px;
}


img{
float:left;
margin-right:10x;}

a img{
border:none;}





#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; }
