div#fusszeile 
{
	/*width:950px;*/
	height:50px;
	text-align:center;
	color:#000;
	background:rgb(255,255,255);
	font-size:0.8em;
	color:rgb(100,100,100);
}

div#fusszeile td
{
color:rgb(100,100,100);
}
div#fusszeile hr 
{
	/*width:955px;*/
	height:3px;
	background:rgb(50,50,150);
	margin:0 0 0 -5px;
	color:rgb(50,50,150);
}

div#fusszeile a 
{
	color:#888;
}

