/* -------------- Layout DIVs ------------- */
html, body { 
	background-color: #c40000;
}

#Container {
	position: relative;
	margin: 0;
	padding: 0;
	width: 960px;
	height: auto;
	background: #FFFFFF url(../files/bg_container.jpg) no-repeat;
}

/* -------------- HTML Template ------------- */

#Header { 
	float: left;
	padding: 0;
	margin: 0;
	height: 236px;
	background-color: transparent;
}

#map a { 
	position: absolute;
	height: 115px;
	width: 210px;
	left: 285px;
	top: 10px;
	text-decoration: none;
}

#BildFlasche { 
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 495px;
	background-color: transparent;
}

#MenueOben { 
	position: relative;
	top: 75px;
	left: 700px;
	width: 260px;
}

#MenueHorizontal { 
	position: relative;
	top: 155px;
	left: 150px;
}

#MenueHorizontalSub { 
	position: relative;
	top: 177px;
	left: 160px;
}

#Content { 
	float: left;
	width: 960px;
	padding: 0;
	margin-bottom: 20px;
	height: auto;
	color: #000000;
	background: transparent url(../files/bg_content.jpg) no-repeat;
}

#ContentLinks { 
	float: left;
	padding: 0;
	width: 150px;
	height: 355px;
}

#ContentMitte { 
	float: left;
	margin-right: 5px;
	padding-top: 80px;
	padding-left: 20px;
	padding-right: 10px;
	width: 425px;
	overflow: hidden;
}

#ContentRechts { 
	float: right;
	padding: 95px 0 20px 0;
	width: 350px;
}

#FooterLogo {
	position: absolute;
	left: 18px;
	bottom: 60px;
	width: 107px;
	height: 108px;
	background: transparent url(../files/logo_footer.gif) no-repeat;
	padding: 0;
	margin: 0;
}


#Footer {
	clear: both;
	margin: 0;
	padding: 0;
	width: 960px;
	height: 55px;
	background: #C40000 url(../files/bg_footer.gif) repeat-x;
}

#Footer p { 
	padding: 10px 20px 0 20px;
	margin: 0;
	color: #ffffff;
	text-align: left;
}

#Footer a { 
	color: #ffba00;
	text-decoration: underline;
	font-weight: normal;
}

#Footer a:hover { 
	text-decoration: none;
}
