body{
height: 100%; 
max-height: 100%; 
font-family: Verdana, Arial; 
font-size:13px ;
text-align:left; 
font-style: normal; 
font-variant: normal; 
font-weight: normal; 
background:#000000 url('images/dark.gif') repeat-x 0 0;
text-decoration:none; 
color:#FFFFFF

}

a:link { text-decoration:none }
a:visited { text-decoration:none}
a:active { text-decoration:none }
a:hover { text-decoration:none }

h1 {  	font-size: 18px	;
		font-family: Times, Arial, Verdana		}

h2 {  	font-size: 16px		}

h3 { 	font-size: 12px; font-weight:bold 	}

td {  	border:1px dashed #C0C0C0; font-size: 10px	;
		font-family:  Verdana, Arial;
		color:#666666}

		

#frame{
background-position: 0% 0%; 
position: absolute;
top: 0px;
bottom: 0px; 
right: 0px;
width: 200px; 
height: 100%;
color: #000000;
overflow: hidden
}


#banner{
position: absolute;
top: 89px;
left: 15%;
width: 460px; 
height: 143px;
bottom: 0px;
text-align:center;
right: 0px /*Set right value to WidthOfFrameDiv*/; 
background-image:url('images/banner_dark.jpg')

}

.inhalt_banner{
margin: 15px;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/

}

#haupt{

margin:0px; top: 250px;
width: 460px;
left: 15%; 
position:absolute;
line-height:150%;

}


.inhalt{
margin: 20px;
line-height:150%:
}


#lpanel {
  position:absolute; 
  bottom:25px; 
  left:0px;
    
}

#nav {
  text-align: center;
  color:#000000;
  font-size: 8pt;

}

#nav a {
  border-bottom:1px solid #E9E9E9; color: #FFFFFF;
  display: block;
  width:420px; height:25px; 
  text-align:left; 
  padding-right:20px; 
  padding-left:20px;
  padding-top:3px; 
  padding-bottom:3px;
  font-family: Tahoma,Verdana,Arial; float:left
   
 }
  
#nav :hover {
 
background-color: #AEE800; 
text-align:left;
color:#000000
}

#nav :active {
color: #808080; background-color:#F7FFDD}


* html body{ /*IE6 hack*/
padding: 0 200px 0 0; /*Set value to (0 WidthOfFrameDiv 0 0)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}


/***************************************************
  Lightbox
 ***************************************************/

#lightbox{
	position: absolute;
	top: 40px;
	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: url('../images/blank.gif') no-repeat; /* Trick IE into showing hover */
	display: block
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
:hover#prevLink, :visited:hover#prevLink { background: url('../images/prevlabel.gif') no-repeat left 15%; }
:hover#nextLink, :visited:hover#nextLink { background: url('../images/nextlabel.gif') no-repeat right 15%; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

:after.clearfix {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
