.navigation{
	font-size:12px;
	position:absolute;
	left:0px;
	top:148px;
	height:25px;
	width:800px;
	z-index:3;
	clear: both;
	background-color:#083A08;
}

.navigation ul {
	list-style-type:none;
	list-style-image:none;
	height: 25px;	
	margin: 0 0 0 234px;
	padding:0 0 0 0;	
}

.navigation li {
	float: left;
	margin: 0 0 0 0;
	padding:0 0 0 0;
}

.navigation li.home{
	width:92px;
}
.navigation li.philosophie{
	width:132px;
}
.navigation li.angebot{
	width:110px;
}
.navigation li.bestellungen{
	width:132px;
}
.navigation li .kontakt{
	width:100px;
}

.navigation li a {
	color: #ACF6A7;
	font-size:12px;
	text-decoration:none;
	text-align:center;
	display:block;
	height:19px;
	padding:6px 0 0 0;
	float:left;
}

.navigation li.home a{
	width:92px;
}
.navigation li.philosophie a{
	width:132px;
}
.navigation li.angebot a{
	width:110px;
}
.navigation li.bestellungen a{
	width:132px;
}
.navigation li.kontakt a{
	width:100px;
}

.navigation li a:hover {
	color:#C660C3;
	padding:6px 0 0 0;	
}

.navigation li.act a {
	color:#C660C3;
	text-decoration:none;
	padding:6px 0 0 0;
}

.navigation li.act a:hover {
}
