@charset "ISO-8859-1";

/* Container element holding the first level top navigation list */
#topnav1 {
	width: 955px; 
	height: 9px;
	clear: both;
	background-image: url('../img/navleiste1.gif');
	background-repeat: no-repeat;
	background-color: #5c9c17; /* Grün100 */
	border-bottom: 1px solid #336a00; /* Grün125 */
}
				
#topnav1 ul {
	float: right;
	margin: 0px;
	padding: 0px;
}

#topnav1 ul li {
	float: left;
	border-left: 1px solid #9dcb6c; /* Grün75 */
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#topnav1 ul li.isFirst {
	border-left: none;
}

#topnav1 ul li a {
	color: #ffffff;
	text-decoration: none;
	padding: 3px 20px 4px 20px;
}

#topnav1 ul li a:hover {
	background-color: #336a00; /* Grün125 */
	text-decoration: none;
}
