#footer {
	position: relative;
	left: 0px;
	height: auto;
	clear: both;
	background: #BCBCBC;
}

#footer-box {
	position: relative;
	margin: 0;
	padding: 0px;
}

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