@import url("screen.css");



div#mitte {
	background: url(../3_bilder/layout/background_clinic.gif);
	background-repeat: repeat-y;
	float:left;
	width: 998px;
}

#inhalt_rechts .navi_titel { margin: 10px 0; }

#inhalt_rechts .navi_titel a {
	color: #004483;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

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

#inhalt_rechts li {
	margin: 0px;
	padding: 0px;
}

#inhalt_rechts ul ul { margin: 0; }

#inhalt_rechts li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border-top: 1px solid #FFF;
	padding: 3px 0;
	margin: 0;
}

*html #inhalt_rechts li a { height: 15px; }

#inhalt_rechts li li a {
	border-style: none;
	padding-left: 5px;
}

#inhalt_rechts li a:hover { color: #004483; }

#inhalt_rechts a.current { font-weight: bold; }

#inhalt_rechts li.current a {
	color: #004483;
	font-weight: bold;
}

#inhalt_rechts li.current li a { font-weight: normal; }

#inhalt_rechts li.current li a:hover { color: #FFF; }

#inhalt_rechts li.current li.current { }

#inhalt_rechts li.current li.current a { background: url(../3_bilder/layout/icon_current_rechte-spalte.gif) no-repeat left 7px; 
}

/*------------------------------------------------*/
/* Fusszeile                    ---------------------*/
/*------------------------------------------------*/
div#fusszeile {
	border-top: 1px solid #FFFFFF;
}

