html {
overflow-y: scroll;
}
body {
background: #bd9684 url('img/body_bg.jpg') repeat-x fixed top left;
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #881010;
}
h1.hide {
margin: 0;
padding: 0;
line-height: 0;
font-size: 0;
height: 0;
width: 0;
display: none;
}
#headnav {
background: #881010 url('img/header_bg.jpg') no-repeat top left;
width: 884px;
height: 76px;
margin: 0 auto;
}
	#headnav ul {
	list-style: none;
	float: left;
	margin: 0 0 0 2px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	}
	#headnav li {
	float: left;
	}
	#headnav li a, #headnav li a:link, #headnav li a:hover {
	float: left;
	display: block;
	height: 26px;
	padding: 50px 28px 0 7px;
	margin: 0;
	list-style: none;
	text-align: left;
	background: url('img/headnav_li.gif') no-repeat 1px 52px;
	text-decoration: none;
	color: #fff;
	}
	#headnav li a:hover, #headnav li a:focus, #headnav li a:active,
	#headnav li a.active, #headnav li a.active:link, #headnav li a.active:hover {
	background: url('img/headnav_li.gif') repeat-y 1px 0;
	color: #ff5a22;
	}
	
#container {
background: url('img/container_bg.png') repeat-y top left;
width: 884px;
margin: 0 auto;
}
	#head {
	margin: 0 0 0 2px;
	width: 875px;
	background-color: #fff;
	}
		#head .flash {
		margin: 5px 0;
		float: left;
		background-color: #fff;
		width: 630px;
		height: 284px;
		}
		#head .kv {
		margin: 5px 0;
		float: right;
		background-color: #fff;
		width: 245px;
		height: 284px;
		}
	
	#content {
	margin: 0 0 0 2px;
	width: 875px;
	}
		h2.hl {
		background: #fff url('img/content_hl_bg.jpg') no-repeat top left;
		margin: 0;
		width: 790px;
		padding: 2px 0 0 85px;
		color: #f0e0bf;
		height: 30px;
		font-size: 18px;
		}
		.text {
		padding: 50px 0 50px 90px;
		margin: 0 0 0 0;
		width: 533px;	
		line-height: 18px;
		float: left;
		display: block;
		}
		.text1 {
		padding: 0px 0 50px 90px;
		margin: 0 0 0 0;
		width: 533px;	
		line-height: 18px;
		float: left;
		display: block;
		}
		.textprodukte {
		padding: 15px 0 50px 0;
		margin: 0 0 0 0;
		width: 100px;	/*533*/
		line-height: 18px;
		float: left;
		display: block;
		}
		#content h3 {
		color: #ff5a22;
		font-weight: bold;
		font-size: 12px;
		margin: 0 0 5px 0;
		padding: 0;
		display: inline;
		}
		#content h4 {
		font-weight: bold;
		font-size: 15px;
		margin: 0 0 5px 0;
		padding: 0;
		}
		#content ul {
		margin: 0;
		padding: 0;
		list-style: none;
		}
		#content ul li {
		background: url('img/content_li.gif') no-repeat 0 5px;
		margin: 0;
		padding: 0 0 15px 33px;
		list-style: none;
		height: 1%;
		}
		#content img.filiale {
		margin: 0 0 0 15px;
		padding: 0;
		border: 0;
		float: right;
		}
		#content img.angebot {
		width: 165px;
		margin: 0;
		padding: 0;
		}
		#content a, #content a:link, #content a:hover {
		text-decoration: none;
		color: #ff5a22;
		}
		#content a:hover, #content a:focus, #content a:active {
		color: #881010;
		}
		
		#content .contact label {
		width: 170px;
		display: block;
		float: left;
		}
		#content .contact input, #content .contact textarea  {
		width: 300px;
		border: 1px solid #881010;
		background-color: transparent;
		margin: 2px;
		padding: 2px;
		font: 12px Verdana, Arial, Helvetica, sans-serif;
		}
		
		.urkunden {
		float: left;
		padding: 20px 0 0 45px;
		}
		.produktgruppe {
		float: right;
		padding: 20px 30px 0 0;
		width: 185px;
		/*width: 185px;*/
		}

		.banner {
		float: left;
		padding: 35px 0 12px 50px;  /*27px statt 50px für größen Banner*/
		}
		
#footer {
background: #881010 url('img/footer_bg.jpg') no-repeat top left;
width: 884px;
height: 30px;
margin: 0 auto;
}
	#footer ul {
	list-style: none;
	float: left;
	margin: 0 0 0 95px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	}
	#footer li {
	float: left;
	}
	#footer li a, #footer li a:link, #footer li a:hover {
	margin: 5px 7px 0 0;
	padding: 0 7px 0 0;
	display: block;
	text-align: left;
	text-decoration: none;
	color: #fff;
	border-right: 1px solid #fff;
	}
	#footer li a:hover, #footer li a:focus, #footer li a:active,
	#footer li a.active, #footer li a.active:link, #footer li a.active:hover {
	color: #ff5a22;
	}
	#footer li a.last, #footer li a.last:link, #footer li a.last:hover {
	border-right: 0;
	}
	
.clear {
clear: both;
font-size: 0;
line-height: 0;
height: 0;
}

hr.noshade {
height: 0;
border-bottom: 0;
border-left: 0;
border-right: 0;
border-top: 1px solid #881010;
width: 510px;
padding: 0;
margin: 0;
}


.sonntag {
font-style: italic;
font-weight: bold;
font-family:"Courier New", Courier, monospace;
text-decoration: blink;
font-size: 13px;
padding: 1px 0;
/*background-color: #f2b58b;
margin: 0 2px;*/
/*border: 1px solid #f69b6d;*/
}