/* Grundeinstellungen ____________________________________________*/

	#rahmen {width: 881px; position:relative; text-align: left; margin: 0 auto;}
	
	#oben {background: url(/images/design/bg-oben.jpg) no-repeat 0px 0px; position: relative; width: 881px; height: 390px;}
	
	#mitte {background: url(/images/design/bg-mitte.gif) repeat-y; float: left;}
		
		#links {width: 203px; float: left;}
		
		#geruest {width: 450px; float: left; overflow: hidden;}
		#geruest-start {float: left; width: 653px;}
		
		#inhalt {margin: 60px 28px 40px 28px;}
		#inhalt-start {margin: 60px 26px 40px 54px;}
		
		#rechts {width: 228px; float: left; background: url(/images/design/bg-rechts.jpg) no-repeat 0px 0px;}
	
	#unten {clear: both; background: url(/images/design/bg-unten.jpg) no-repeat 0px 0px; height: 112px; position: relative;}
	
/* HTML Lightbox _________________________________________________________ */

	#myHtmlLightbox												{ position: absolute; left: 0px; width: 100%; z-index: 1220; text-align: center; font-size: 0px; }

	#outerContainer												{ position: relative; background-color: #FFFFFF; width: 250px; height: 250px; margin: 0 auto; overflow: hidden; }

	#htmlContainer												{ padding: 10px 10px 10px 10px; }
	
	#htmlContainer #htmlLightboxIFrame							{ border: 0px; opacity: 0.0; filter: alpha(opacity = 0); }

	#myloading													{ position: absolute; left: 0%; top: 50%; margin-top: -16px; width: 100%; height: 25%; text-align: center; line-height: 0px; }

	#DataContainer												{ font: 10px Verdana, Helvetica, sans-serif; background-color: #FFFFFF; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%; }

	#Data														{ padding: 0px 10px; color: #666666; }
	#Data #bottomNav											{ height: 40px; }
	#Data #bottomNavClose										{ background: transparent !important; width: 26px; float: right; padding-bottom: 0.4em; }
	
	#myhtmloverlay												{ position: fixed; _position: absolute; top: 0px; left: 0px; z-index: 90; width: 100%; height: 500px; background-color: #000000; }


/* Ende __________________________________________________________*/