/* -------------- Layout DIVs ------------- */
html, body { 
	margin: 0;
	padding: 0;
	background: #47000c url(../files/bg_web.jpg) repeat;
	clear: both;
}

#BG_oben { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 560px;
	background: transparent url(../files/bg_con_web.jpg) repeat-x 0 0;
	z-index: 1;
}

#Container { 
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 900px;
	overflow: hidden;
	background-color: transparent;
	z-index: 2;
}

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



#Header { 
	float: left;
	width: 900px;
	height: 152px;
	background: transparent url(../files/sky_logo_neu2.gif) no-repeat 0 0;
	text-align: center;
}

#map a { 
	position: absolute;
	height: 100px;
	width: 340px;
	left: 280px;
	top: 18px;
	text-decoration: none;
}

#MenueUnten {
	position: absolute;
	top: 18px;
	left: 60px; 
	margin: 0;
	padding: 0;
	width: 400px;
	overflow: hidden;
}

#MenueHorizontal { 
	position: relative;
	top: 125px;
	padding-top: 5px;
	height: 20px;
	border-top: 1px solid #c5073d;
	border-bottom: 1px solid #c5073d;
}

#Content { 
	float: left;
	margin: 5px 0;
	padding: 5px 0;
	background-color: #572a29;
	color: #ffffff;
}

#ContentMitte { 
	float: left;
	margin: 0;
	padding: 0 20px;
	width: 860px;
	font-size: 12px;
	line-height: 20px;
}

#Footer {
	position: relative;
	float: left;
	width: 900px;
	height: 200px;
}

#Footer #Linien { 
	border-top: 1px solid #c5073d;
	border-bottom: 1px solid #c5073d;
	width: 900px;
	padding: 3px 0;
}

#Footer #BG { 
	margin: 0;
	padding: 6px 10px 7px 10px;
	height: 30px;
	background-color: #572a29;
	color: #ffffff;
	overflow: visible;
}

* html #Footer #BG { 
	overflow: hidden;
}

#Footer p {
	position: absolute;
	right: 65px;
	padding: 0; margin: 0;
	color:#FFF;
	text-align: right;
}

#KopfLinks { 
	position: absolute;
	top: -10px;
	left: 0;
	width: 50px;
	height: 80px;
	background-image: url(../files/kopf_links.png);
	background-repeat: no-repeat;
}

#Ornament { 
	position: relative;
	top: 0;
	left: 235px;
	background-image: url(../files/orna.png);
	background-repeat: no-repeat;
	width: 900px;
	height: 35px;
}

#KopfRechts {
	position: absolute;
	right: 0;
	top: -12px;
	width: 50px;
	height: 80px;
	background-image: url(../files/kopf_rechts.png);
	background-repeat: no-repeat;
}
