/* @override http://www.ernstfreyag.ch/css/navigation.css */

/*------------------- Hauptnavigation --------------------------*/
#navigation {
	overflow: hidden;
	background: url(/pictures/nav_back1.gif) no-repeat left bottom #00a098;
	}
* html #navigation {
	height: 1%;
	}
#hauptpunkte {
	float: left;
	width: 781px;
	}
#hauptpunkte ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	}
#hauptpunkte ul li a {
	display: block;
	float: left;
	border-right: 2px solid #fff;
	padding: 8px 9px;
	color: #fff;
	text-decoration: none;
	}
#hauptpunkte ul li:last-child a {
	border-right: 0;
	}
#hauptpunkte ul li a:hover, #hauptpunkte ul li a:active, #hauptpunkte li.active a {
	background-color: #eee;
	color: #000;
	}

