html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: url(/img/background.jpg) repeat-x #2d2c2c;
}

#printheader { display: none; }

#maincontainer {
	width: 980px;
	border-left: 1px solid #fff;
	min-height: 100%;
	margin: 0px auto;
	}
	
	/* 	IE HACK	*/
	* html #maincontainer { height: 100%; }
	
	#head {
		width: 980px;
		height: 244px;
		}
		#address 	{ float: left; width: 636px; padding: 10px 0 0 14px; }
		#language 	{ float: left; width: 125px; padding: 10px 0 0 0; font-size: 11px; }
		#language a { font-size: 11px; }
		#language a.current { color: #dcdcdc; }
		#logo 		{ float: left; width: 205px; padding: 0 0 0 0; }
		
		#navigation { width: 775px; height: 137px; background: url(/img/background_navigation.png) no-repeat; clear: both; }
		
	#center {
		width: 980px;
		clear: both;
		}
		#functions { width: 761px; height: 30px; text-align: right; padding: 0 14px 0 0; color: #C1001F; font-size: 11px; }
		#functions a { line-height: 30px; font-size: 11px; }
		
		#content { float: left; width: 747px; padding: 0 14px 0 14px; }
		#contentRight { float: left; width: 441px; padding: 0 14px 0 306px; }
		
		#service { float: left; width: 177px; padding: 0 14px 0 14px; }
		#service h1 { font-size: 15px; font-weight: normal; line-height: 19px; margin: 0; padding: 0; }
		#service a { display: block; color: #fff; padding: 0 0 0 10px; font-weight: normal; background: url(/img/arrow_white.png) 1px 4px no-repeat; }
		
		#produkteDetail { width: 747px; height: 100%; min-height: 250px; background: #717070; }
			#comfort { float: left; width: 272px; padding: 10px; }
			#tabs { float: left; width: 455px; }
			
		#schlafsystem { float: left; width: 400px; padding: 0 361px 0 14px; }
		
	#footer {
		width: 747px; 
		padding: 30px 14px 0 14px;
		clear: both;
		}
		#footerIcons { float: left; text-align: left; width: 500px; }
		#footerLinks { float: left; text-align: right; width: 247px;  color: #dcdcdc; font-size: 11px; }
		#footerLinks a { color: #dcdcdc; font-size: 11px; }
		
		
		
		
		
		
		
		
		
		
		
