#foot {
	margin: 10px 19px 0 17px;
	background: #F1F2F2;
	font-size: 10px;
	color: #646868;
	padding: 31px 0 9px 179px;
	position:relative;
	height:49px;
}
	#foot .ts{
		position:absolute;
		right:10px;
		top:10px;
		background:url(bg/ts_siegel.gif) no-repeat 0 0;
		width:70px;
		height:70px;
		cursor:pointer;
	}
	
	#foot p {
		margin: 3px 0;
		display:block;
	}
	
	#foot a {
		color: #646868;
	}
		
		#foot a:active, #foot a:hover  {
			color: #091C5A;
		}
		
#bottom {
	background: url(bg/bottom_bk.png) no-repeat left top;
	height: 17px;
}