html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 18px;
	font-weight: normal;
	text-decoration: none;
	background-color: #ffffff;
	margin:0;
	padding:0;
	height:100%;
	background-image: url(../images/hg-body.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}

img,div { 
	behavior: url(../iepngfix.htc) 
}
		
#header{
	position: absolute;
	top: 0px;
	left: 50%;
	width: 750px;
	height:80px;
	margin-left: -375px;
	z-index: 1;
	} 

#bildbereich{
	position: absolute;
	z-index: 1;
	width: 750px;
	height:185px;
	top: 87px;
	left: 50%;
	margin-left: -375px;
	}

#hg-inhalt{
	position: absolute;
	width: 100%;	
	height: 421px;
	z-index: 1;
	top: 304px;
	left: 50%;
	margin-left: -50%;
	background-image: url(../images/hg-inhalt.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}
		
#inhalt{
	position: absolute;
	width: 600px;
	z-index: 2;
	top: 365px;
	left: 50%;
	margin-left: -190px;
	background-image: url(../images/linie.gif);
	background-repeat: repeat-y;
	background-position: left;
	}

.thumbbereich{
	width: 540px;
	z-index: 3;
	margin-top: 0px;
	margin-left: 20px;
	}

.thumbbereich-txt{
	width: 520px;
	z-index: 3;
	margin-top: 0px;
	margin-left: 20px;
	}
	
.textbereich{
	width: 520px;
	z-index: 3;
	margin-top: 40px;
	margin-left: 20px;
	}

.textbereich2 {
	width: 520px;
	z-index: 3;
	top: 0px;
	margin-left: 20px;
	}
	
.h1 {
	font-size: 30px;
	line-height: 36px;
	color: #ff890e;
	}

.h2 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	}
			
a, a:link {
	text-decoration: none;
	color: #666666;
	}

a:hover {
	color: #ff890e;
	}
			
.aktiv {
	color: #ff890e;
	}	
	
.passiv {
	color: #cccccc;
	}

#menue {
	position: absolute;
	width: 750px;
	height:30px;
	z-index: 2;
	top: 278px;
	left: 50%;
	margin-left: -375px;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	color: #ff890e;
	}
	
#menue a, #menue a:link {
	color: #FFFFFF;
	}
	
#menue a:hover, #menue a:active, #menue a:focus {
	color: #ff890e;
	}	

#submenue {
	position: absolute;
	width: 169px;
	z-index: 2;
	top: 365px;
	left: 50%;
	margin-left: -360px;
	}

#submenue-news {
	position: absolute;
	width: 150px;
	z-index: 2;
	top: 365px;
	left: 50%;
	margin-left: -360px;
	line-height: 16px;
	}
		
.sub01 {
	line-height: 24px;
	height: 24px;
	padding: 5px;
	margin: 0px 0px;
	}

.sub02 {
	line-height: 24px;
	height: 24px;
	padding: 5px;
	margin: 0px 0px;
	}
						
#submenue ul {
	line-height: 24px;
	list-style-type: none;
	padding: 0px;
	text-indent: 15px;
	margin: 0px 0px;
	}

#submenue li {
	display: block;
	list-style-position: inside;
	}

#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: #ffffff;
	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/lightbox/prevlabel.gif) left 90% 
	no-repeat; 
	}
	
#nextLink:hover, #nextLink:visited:hover { 	
	background:  url(../images/lightbox/nextlabel.gif) right 90% 
	no-repeat; 
	}
	
#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
	
#imageData #imageDetails { 
	width: 80%; 
	float: left; 
	text-align: left; 
	}
		
#imageData #caption { 
	font-weight: normal;	
	}
	
#imageData #numberDisplay{ 
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
	}
				
#imageData #bottomNavClose{ 
	width: 66px; 
	float: right;  
	padding-bottom: 20px;	
	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #333333;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	}
	

.clearfix:after {
	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 */
	}	
	
	

.liste {
	margin-left: -20px;
	list-style-position: outside;
	list-style-type: disc;
	line-height: 24px;
	color: #ff890e;
	}

.li-text {
	color: 666666;
	}
		
hr {
	background-color:#999999;
	height:1px;
	border:none;
	}
