/* -------------- Menue DIVs ------------- */
#MenueOben {
	position: relative;
	top: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 25px;
	background: #47453F url(landshut/bg_topnavi.gif) no-repeat;
	color: #FFFFFF;
}

#Menue {
	position: relative;
	margin: 0;
	padding: 0;
	width: 963px;
	height: 91px;
	background: #EBEBEB url(landshut/logo_nav_la.gif) no-repeat;
}



/* -------------- Layout DIVs ------------- */
#Header {
	float:left;
	width: 963px;
	height: 302px;
	background-color: #FFFFFF;
}

#HeaderBild {
	width: 963px;
	height: 186px;
}

#Content {
	float:left;
	width: 961px;
	background: transparent url(landshut/bg_content01.jpg) repeat-x;
	border-left: 1px solid #c2c1bf;
	border-right: 1px solid #c2c1bf;
}

#Links {
	float: left;
	width: 205px;
	height: auto;
	padding-left: 8px;
	margin-right: 11px;
	font-size: 10px;
	line-height: 15px;
	overflow: hidden;
}

#Links #Bg {
	float: left;
	width: 200px;
	padding-left: 14px;
}

#Links #Adresse {
	margin: 15px 0;
	padding: 0 25px 0 17px;
}

#Mitte {
	float: left;
	width: 511px;
}

#MitteOben {
	float: left;
	width: 491px;
	height: 110px;
	margin: 0;
	padding: 5px 10px 0 10px;
	overflow: hidden;
	background-color: transparent;
}

#MitteOben h1 { font-size: 23px;}
#MitteOben h2 { font-size: 19px;}
#MitteOben h3 { font-size: 16px;}
#MitteOben h4 { font-size: 14px;}

#MitteUnten {
	float: left;
	padding: 20px 10px;
	margin-bottom: 20px;
	width: 481px;
	overflow: hidden;
}

#Rechts {
	float: right;
	width: 225px;
}

#Rechts h1, #Rechts h2, #Rechts h3, #Rechts h4 {
	text-align: center;
}

#RechtsOben {
	float: right;
	width: 205px;
	min-height:111px;
	height:auto;
	margin: 0;
	padding: 10px 10px 0 10px;
	text-align: center;
	color:#FFFFFF;
}

#RechtsOben h1, #RechtsOben h2, #RechtsOben h3, #RechtsOben h4 {
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	text-align:center;
}

#RechtsOben h1 {
	margin-top: 5px;
	font-size: 40px;
	line-height: 40px;
}

#RechtsUnten {
	float: right;
	width: 205px;
	padding: 10px;
}

/* IE min-height */
* html #MitteOben, * html #RechtsOben {
	height: 111px;
}


/* --------------Fussleiste/Footer------------- */
#Footer {
	clear: both;
	position: relative;
	width: 943px;
	height: 23px;
	margin: -25px auto 0 auto;
	padding: 2px 20px 0 0;
	background-color:#47453f;
	background: #47453F url(landshut/bg_footer.jpg) repeat-y;
	text-align: right;
}
#Footer p {
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	font-size: 10px;
}

