/* HTML, BODY und Navigations CSS */

html, body { 
	margin: 0;
	padding: 0;
	height: 100%;
}

#Container {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 963px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background: #FFFFFF url(landshut/bg_container_neu.jpg) repeat-y;
}

* html #Container { 
	height: 100%;
}




/* --------- Menue_Oben ------------------------------------------------------------- */

/* ------------------------------------------------------------------------------ */

#TopMenue_LA { 
	overflow: hidden;
}

#TopMenue_LA ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

#TopMenue_LA li { 
	border-left: 1px solid #ECECEC;
	float: left;
	margin: 0 12px 0 -12px;
	padding: 0 12px 0 12px;
}

#TopMenue_LA li a { 
	color: #ECECEC;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
}

#TopMenue_LA li a:hover { 
	text-decoration: underline;
	color: #FFFFFF;
}

#TopMenue_LA li.on a { 
	background-color: none;
	font-weight: bold;
	color: #FFFFFF;
}

#TopMenue {
	overflow: hidden;
}

#TopMenue ul { 
	margin: 0;
	padding: 0;
	list-style: none;
}

#TopMenue li { 
	display: inline;
	border-left: 1px solid #767170;
	margin: 0 12px 0 -12px;
	padding: 0 12px 0 12px;
}

* html #TopMenue li { 
	margin: 0 9px 0 -9px;
	padding: 0 9px 0 9px;
}

#TopMenue li a { 
	color: #767170;
	text-decoration: none;
	font-weight: normal;
}

#TopMenue li a:hover { 
	text-decoration: underline;
	color: #003d8f;
}

/* Aktiv */
#TopMenue li.on a { 
	text-decoration: underline;
	color: #003d8f;
}


/* --------- Menue_Horizontal ------------------------------------------------------------- */

#BlockMenue { 
	overflow: hidden;
}

#BlockMenue ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#BlockMenue li { 
	display: inline;
	border-right: 1px solid #767170;
	margin: 0 12px 0 -12px;
	padding: 0 12px 0 12px;
}

* html #BlockMenue li { 
	margin: 0 9px 0 -9px;
	padding: 0 9px 0 9px;
}

#BlockMenue ul li a { 
	color: #767170;
	text-decoration: none;
	font-weight: normal;
}

#BlockMenue ul li a:hover { 
	text-decoration: underline;
	color: #003d8f;
}

#BlockMenue ul li.on a { 
	background-color: transparent;
	color: #003d8f;
}

/* -------Menue_Vertikal---------------------------------------------------------- */

#SubNav_LA {
	display: block;
	width: 190px;
}

#SubNav_LA ul { 
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#SubNav_LA li {
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 20px;
}



/* Ebene 1 */

#SubNav_LA ul li a {
	display: block;
	padding: 7px 0 5px 20px;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	line-height: 17px;
}


* html #SubNav_LA ul li a { height: 17px;}
#SubNav_LA a:hover { text-decoration: underline; }

#SubNav_LA li.on a { 
	color: #FF9900;
	font-weight: bold;
}


/* Ebene 2 */
#SubNav_LA li.on ul li a {
	display: block;
	padding-left:23px;
	padding-righ: 5px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	background-image: none;
	background-color: #f1ecdb;
}

#SubNav_LA li.on ul li a:hover { text-decoration: underline; }

#SubNav_LA li.on ul li.on a { 
	font-weight: bold;
}


/* Ebene 3 */
#SubNav_LA li.on ul li.on ul li a { 
	display: block;
	padding-left: 25px;
	font-weight: normal;
	color: #000;
	background-color: #f1ecdb;
	text-decoration: none;
}

#SubNav_LA li.on ul li.on ul li a:hover { 
	color: #333333;
	text-decoration: underline;
}

#SubNav_LA li.on ul li.on ul li.on a { 
	font-weight: bold;
	color: #333333;
	background-color:#FFFFFF;
}





/* set the size of the definition list <dl> and add the background image */
#MenueMap {
	display: block;
	width: 360px;
	height: 99px; 
	position: absolute;
	top: -18px;
	right: 10px;
}

/* the hack for IE pre IE6 */
* html #MenueMap {
	height: 95px;
	he\ight: 0;
}

/* place the <dd>s in the correct absolute position */
#MenueMap dd {
	position: absolute;
	padding: 0;
	margin: 0;
}
#MenueMap #mapUG {
	left:0;
	top:0;
	z-index: 20;
}
#MenueMap #mapEG {
	left:72px;
	top:0;
	z-index:20;
}
#MenueMap #mapA {
	left:144px;
	top:0;
	z-index:20;
}
#MenueMap #mapB {
	left:216px; 
	top:0; 
	z-index:20;
}
#MenueMap #mapC {
	left:288px; 
	top:0; 
	z-index:20;
}

/* style the <dd><a> links physical size and the background image for the hover */
#MenueMap a#UG, #MenueMap a#EG, #MenueMap a#aOG, #MenueMap a#bOG, #MenueMap a#cOG {
	display: block;
	width: 71px;
	height: 95px;
	text-decoration: none;
	z-index: 20;
}

