/* Footer */

#footer {
	border-top: 2px #242424 solid;
	clear: both;
	padding: 0;
	float: left;
	font-size: 0.69em;
	width: 100%;
	display: block;
	height: 50px;
	margin: 20px 0 0 0;
}
#footer ul {
	float: right;
	padding: 0px;
	margin: 5px;
	list-style: none;
}
#footer li {
	margin: 0 0 0 10px;
	display: inline;
}

#footer li a, a:visited, a:hover, a:active{
	background: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #888888;
}

#footer a:hover {
	padding: 5px 0 0 0;
	color: #333333;
	background-image: url("../img/pfeilNavigation.gif");
	background-position: 50% 0;
	background-repeat: no-repeat;
	text-decoration: underline;
}