img.nav {
	position: relative;
	padding-bottom:0px;
	}

ul {
	padding:0px;
	margin:0px;
	margin-top:20px;
	list-style:none;
	}

li.ueberschrift, li.uberschrift_rot {
	background-color: #eeeff0;
	background-image:url(../_images/bg_headline.gif);
	background-position:bottom;
	width: 185px;
	height: 19px;
	padding-left:15px;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #61646b;
	font-weight: bold;
	margin-bottom:1px;
	}
	
li.uberschrift_rot {color: #990000;}

li.ohne {
	background-color: #eeeff0;
	width: 200px;
	height:auto;
	}

li.standard, li.standard_selected {
	background-color: #eeeff0;
	width: 165px;
	padding-left: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #111d37;
	cursor:pointer;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #f3f3f3;
	border-left-color: #f3f3f3;
	}
		
li.standard_selected {
	background-color: #e0e0e0;
	color: #990000;
	border-right-color: #eeeff0;
	border-left-color: #eeeff0;
	}

li.unterpunkt {
	background-color: #eeeff0;
	width: 165px;
	padding-left: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #111d37;
	cursor:pointer;
	line-height:16px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #f3f3f3;
	border-left-color: #f3f3f3;
	}
	
li.standard:hover {
	background-color: #e0e0e0;
	color: #990000;
	}
	

