html{
height:100%;
margin:0;
padding:0;}

body{
height:100%;
margin:0;
padding:0;
text-align: center;
}

/* links
----------------------------------------------- */

a:link {
	color: #765e37;
	text-decoration: none;
}

a:visited {
	color: #765e37;
	text-decoration: none;
}

a:hover {
	color: #a6ddfb;
	text-decoration: none;	
}


/* positionierung
----------------------------------------------- */
#strecke {
	width: 100%;
	margin: 0px;
	min-height: 99%
}

#links {
	visibility: visible;
	height: 481px;
	width: 722px;
	background-image: url(Bilder/hg/bg_w_ol.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	border:0px;
	float:left;
}

#rechts {
	background-image: url(Bilder/hg/bg_w_or.gif);
	overflow: hidden;
	position:absolute;
	visibility: visible;
	height: 281px;
	width: 181px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	border:0px;
	right: 0px;
}

#unten_rechts {
	background-image: url(Bilder/hg/bg_w_ur.gif);
	overflow: hidden;
	visibility: visible;
	height: 403px;
	width: 252px;
	right: 0px;
	bottom: 0px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	border:0px;
	position:absolute;

}
#untenlinks {
	background-image: url(Bilder/hg/bg_w_ul.gif);
	visibility: visible;
	position:absolute;
	overflow:hidden;
	height: 286px;
	width: 247px;
	left: 0%;
	bottom: 0%;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	border:0px;
	position:absolute;
}

.logo {
	position:absolute;
	visibility: visible;
	width: 800px;
	height: auto;
	margin-top:0px;
	margin-left: 0px;
	
}

#inhalt {
	position:absolute;
	visibility: visible;
	width: 800px;
	height: auto;
	top: 100px;
	left: 50%;
	margin-left: -390px; 
	clear: both;
	float:left;
}

#inhalt_technik {
	position:absolute;
	visibility: visible;
	width: 800px;
	height: auto;
	top: 100px;
	left: 50%;
	margin-left: -390px; 
	text-align:left;
}

#box_technik {
	visibility: visible;
	width: auto;
	height: auto;
	text-align:left;
	margin: 40px 20px 20px 80px;
}

#box_video {
	visibility: visible;
	width: auto;
	height: auto;
	text-align:center;
	margin: 20px;
	top: 150px;

}	

#navi {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 11px;
	visibility: visible;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 20px;
	width: 800px;
	overflow:visible;
	text-align:center;
}

.thumbnail {
	visibility: visible;
	width: 100px;
	height: 75px;
	border: 0px;
	margin: 2px;
	float:left;
}

.mitfahren {
	visibility: visible;
	width: 308px;
	height: 75px;
	border: 0px;
	margin: 2px 2px 2px 2px;
	float:left;
}

/* typo
----------------------------------------------- */

.impressum {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	margin-left: 120px;
	margin-top: 363px;
}

.imp_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-align:center;
}

.text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-align:left;
}

.fett {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bolder;
}
.headline {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: #5D4313;
	letter-spacing: 0px;
}

/* lightbox
----------------------------------------------- */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	border: none;
	}

#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: 50%;
	left: 0%;
	height: 50%;
	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;}

#imageDataContainer{
	font: 10px Geneva, Helvetica, sans-serif;
	background-color: #ffffff;
	margin: 0 auto;
	}

#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: #ffffff;
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	}
	

.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 */
	}	
	

