/* CSS Pädagoginnen */
div.header-re {
float:right;
width: 438px;
height: 283px;
background-image:url(../Bilder/bg-h_04.gif);
background-repeat: no-repeat;
}
.farblichertext {
	color: #C10C4E;
}

/* -- Navigation Menue Hebammen -- */
#navigation {
	font-size: 80%;
	width: 243px;
	margin-top: 50px;
	margin-left: 180px;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: White;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FEADCC;
}
#navigation ul li {
	margin: 0px;
}
* html .nurIE { /* Für IE */
	padding: 1px;
}
#navigation ul a {
	margin: 0px;
	display: block;
	color: #666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F984AF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#navigation ul a:hover {
	color: #000;
	background-color: #EF96BE;
	background-image: url(../Bilder/bg_mainmenu_li_hoverh.png);
	background-repeat: no-repeat;
	background-position: left center;
}
/* -- Navigation menu pädagoginnen-- */
#navigation_p {
	font-size: 80%;
	width: 243px;
	margin-left: 180px;
}

#navigation_p ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: White;
	border-bottom: 5px solid #E8FEAE;
}

#navigation_p ul li {
	margin: 0px;
}
* html .nurIE { /* Für IE */
	padding: 1px;
}

#navigation_p ul a {
display: block;
padding: 5px 10px;
color: #666;
text-decoration: none;
border-bottom: 1px solid #D9F983;
}

#navigation_p ul a:hover {
background: #DDEF95 url(../Bilder/bg_mainmenu_li_hover.png) no-repeat center left;
color: #000;
}

