#navigation ul {
    margin-left: 0;
	padding-left: 0;
}

#navigation li {
	 text-decoration: none;
	 list-style-type: none;
	 text-align: center;
	 line-height: 35px;
}

* html ul a {
    height: 1px;
}

#navigation a {
	display: block;
	color: black;
    transition: color 1.5s ease 0s;
	text-decoration: none;
}

#navigation a:hover {
	color: #00CC00;
	background-image: URL(../Images/Webseite/Arrow2.png);
	background-position: center 18px;
	background-repeat: no-repeat;
}

#logomenu ul {
    list-style: none;
	padding-top: 0px;
	padding-left: 20px;
}

#logomenu li a {
	color: white;
	line-height: 1.5em;
}

#logomenu a:hover {
	color: yellow;
}



