/* HTML, BODY und Navigations CSS */

html, body { 
	margin: 0;
	padding: 0;
	background: #f9cc9f url(hg_oben.jpg) repeat-x;
	height: 100%;
}

#Container {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

/* height: auto !important; */

* html #Container { 
	height: 100%;
}

#ContainerWillkommen {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

* html #ContainerWillkommen { 
	height: 100%;
}


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

#BlockMenue {
	overflow: hidden;
}

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

#BlockMenue li { 
	display: inline;
	border-left: 1px solid #FFFFFF;
	margin: 0 8px 0 -9px;
	padding: 0 9px 0 9px;
}

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

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

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

/* Aktiv */
#BlockMenue li.on a { 
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}


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

#SubNav {
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
	padding: 0;
}

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

#SubNav li {
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 25px;
}


/* Ebene 1 */
#SubNav ul li a {
	display: block;
	padding: 4px 0 3px 30px;
	color: #cb3f86;
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
	background-image: url(kinderwagen.gif);
	background-repeat: no-repeat;
	background-position: 0 bottom;
}

#SubNav a:hover { text-decoration: underline; }

#SubNav li.on a { 
	color: #cb3f86;
	font-weight: bold;
	text-decoration: underline;
}


/* Ebene 2 */
#SubNav li.on ul li a {
	margin-left: 30px;
	padding-left: 30px;
	font-weight: normal;
	color: #cb3f86;
	text-decoration: none;
	background-image: url(herz.gif);
	background-repeat: no-repeat;
	background-position: 0 top;
}

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

#SubNav li.on ul li.on a { 
	color: #cb3f86;
	font-weight: bold;
}


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

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

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