ul#Navigation {
	float: left;
	margin: 0;
	padding-top: 0.0em;
	padding-right: 0.1em;
	padding-bottom: 0.0em;
	padding-left: 0.1em;
	list-style-type: none;
}
ul#Navigation li {
	margin: 0;

	font-size: 1.00em;
	font-family: Arial, Helvetica, sans-serif;
	list-style-image: none;
	list-style-type: none;
	list-style: none;
	
	text-align: center;
	width: 150px;
	height: 1.8em;
}
ul#Navigation a {
	display: block;
	font-weight: normal;
	background-position: left;
	padding-top: 3px;
	padding-bottom: 0.3em;
	list-style-type: none;
	background-image:url(bilder/botton5.gif);
	background-repeat: no-repeat;
}
ul#Navigation a:link {
	color: #000000;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
}
ul#Navigation a:visited {
  text-decoration: none;
  color: #000000;
}
ul#Navigation a:hover {
	color: #111111;
}
ul#Navigation a:active {
  color: #000000;
  background-image:url(bilder/botton6.gif);
	background-repeat: no-repeat;
}	
