@CHARSET "ISO-8859-1";

.fussleiste{
	clear:both; 
	padding-top: 40px;
}
.footer {
	text-align: center;
	color: rgb(139,144,145);
}
.footer a:link {
	color: rgb(139,144,145);
	font-weight: normal;
	text-decoration:underline;
}

.footer a:visited {
	color: rgb(139,144,145);
	font-weight: normal;
	text-decoration:underline;
}

.footer a:active {
	color: rgb(139,144,145);
	font-weight: normal;
	text-decoration:underline;
}

.footer a:hover {
	color: rgb(139,144,145);
	font-weight: normal;
	text-decoration:underline;
}


