/* Stieldefinitionen fuer die Fussleiste */
	
#fussleiste{
	 	clear: both;
		padding-left: 15px;
		padding-bottom: 40px;
		/*border-top: 1px solid #7a7a7a;*/
		height:15px;
	}
	
#fussleiste a{
	text-decoration: none;
	}
	
#fussleiste img{
	position: relative;
	top: -100px;
	float: left;
	border: none;
	}
