#footer {
	background-color: #5B5442;
	border-top: solid 7px #8b7355;
	height: 100px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	color: #FFFFFF;
	font-size: 14px;
}

#footer > * {
	margin: 10px;
	float: left;
}

#footer #contact {
	float: right;
}
#footer #hinweis {
	clear: left;
}
#footer a {
	text-decoration: underline;
}

#footer a:hover {
	color: #879E10;
}