*{ margin:0;
padding:0;
}

img, div { behavior: url(iepngfix.htc) }

body 
{
	background-image:url('img/bg.jpg');
	background-color: #d9ffb5;
    background-repeat: no-repeat;
	color: black; 
    font-size: 100%;

	height:100%;
	width:100%;
}



img {border: none;}

h1 {font: bold 1.1em  	Arial;}
h2 {font: normal 1.1em Arial;}
h3 {font: bold 0.8em Arial;}
h4 {font: normal 0.8em Arial;}
h5 {font: normal 0.6em Arial;}

a { text-decoration: none;}

#wrapper {
	position:relative;
	width:1000px;
	background:#e5ffcd;
	margin:0 auto;
	}

#header { 	
	position:relative;
	background-image:url(img/header.jpg);
	
	height: 300px;
	width: 1000px;	
}




#platzhalter {
  		position:relative;
		background-image:url(img/platzhalter.gif);
		background-repeat: no-repeat; 

		background-color: #badea9;
		float:left;
		left:0px;
		height: 50px;
		width: 230px;

  	}

#Subnavigation {
  		position:relative;
		background-image:url(img/subnav.gif);
		background-repeat: no-repeat; 
		background-color: #d2f4c2;
		float:right;
		height: 50px;
		width: 765px;
		padding-left:5px;
  	}
  
     
  #Subnavigation li {
  		display: table-cell;
		width:120px;
		height: 50px;
		padding-left:5px;
		text-align:left;
		vertical-align:middle;
	
		
	}
    
	    
  #Subnavigation a:link {
    	font: bold 0.7em Arial, Helvetica, sans-serif;
		color:#000000;
		

		display: table-cell;
		height:40px;
		width:120px;
		vertical-align:middle;
 	}
	
   #Subnavigation a:visited {
    	font: bold 0.7em Arial, Helvetica, sans-serif;
		color:#000000;
		display: table-cell;
		
		
		height:40px;
		width:120px;
		vertical-align:middle;

 	}
	

  #Subnavigation a:hover {
		font: bold 0.8em Arial, Helvetica, sans-serif;
		vertical-align:middle;
		display: table-cell;
		background-color:  #badea9;
		height:50px;
		width:120px;
		font-color: #000000;
	}






#Navigation {
  		position:relative;
		background-image:url(img/nav.gif);
		background-repeat: no-repeat; 
		background-color: #d2f4c2;
		float:left;
		left:0px;
		height: 50%;
		min-height: 480px;
		width: 230px;
		

  	}
  
     
  #Navigation li {
  		display: table-cell;
	
		width:230px;
		float:left;
		text-align:left;
		vertical-align:middle;
		padding-top:5px;
		
	}
    
  #Navigation a:link {
    	font: bold 0.8em Arial, Helvetica, sans-serif;
		color:#000000;
		display: table-cell;
	
		height:50px;
		width:200px;
		vertical-align:middle;
 	}
	
   #Navigation a:visited {
    	font: bold 0.8em Arial, Helvetica, sans-serif;
		color:#000000;
		display: table-cell;
	
		height:50px;
		width:200px;
		vertical-align:middle;

 	}
	

  #Navigation a:hover {
		font: bold 0.9em Arial, Helvetica, sans-serif;
		vertical-align:middle;
		display: table-cell;
		background-color:  #ccff9b;
		height:50px;
		width:220px;
		font-color: #000000;
	}
	



#content  { 
	position:relative;
	float:left;
	width: 770px;
	min-height: 400px;

	
	height: 50%;
	


}
	



#footer { 
	clear:both;
	bottom:0px;

	background-color:#ccff9b;
	width: 1000px;
	height: 20px;
}

#indexbox { 
	
	

	width: 1000px;
	height: 300px;
}

#indextext { 
	background-color: #f8fff2;
	margin-left: 100px;
	margin-right: 100px;
	margin-top: 20px;
	margin-bottom: 40px;
	width: 800px;
	height: 200px;
	overflow: auto;
	padding:20px;
}



#lb_init {
	display: 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; }


