.footer-links-container{
	position: absolute;
	display: block;
	width: 100%;
	height: 36px;
	left: 0;
	bottom: 0;
}

.footer-link{
	float: left;
	width: 50%;
	height: 36px;
	line-height: 36px;
	padding: 0 9px;
	display: block;
	text-transform: uppercase;
}

.footer-link:hover,
.footer-link:focus,
.footer-link:active,
.footer-link.active{
	background: #8c000e;
	cursor: pointer;
}

.footer-link-contact{
	text-align: right;
}

.footer-link-impressum{
	text-align: left;
}