#footer {
	position: relative;
	left: 0px;
	height: auto;
	clear: both;
	background: #3D3D3D;
}

#footer-box {
	position: relative;
	margin: 0;
	padding: 0px;
}

#footer-text {
	margin: 0;
	padding: 0px;
	background: #3D3D3D; /*Fussbalken (Webseite ganz unten) */
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3D3D3D; /* Linie Oberkante Fussbalken */
	font-size: 9px;
	line-height: normal;
	color: #3D3D3D; /* verticale Linien im Fussbalken (zwischen jedem Wort) */
}
