body {
	margin: 0px;
	padding: 0;
	background: #fff no-repeat;
}

span#footer {
	display: none;
}

ul#footer {
	position: relative;
	width: 1200px;
	background: url(../buttons/footer.png) no-repeat;
	height: 48px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li#agb a, li#impressum a, li#kontakt a {
	background: transparent;
	position: absolute;
	width: 133px;
	height: 63px;
	bottom: 0;
	text-decoration: none;
}

/* adjusted values for IE6 */
* html*li#agb a, * html*li#impressum a, * html*li#kontakt a { bottom: -1px; }

li#kontakt a { left: 389px; top: 5px; background: url(../buttons/kontakt.gif) 0 -120px no-repeat; }
li#agb a { left: 535px; top: 6px; background: url(../buttons/agb.gif) 0 -120px no-repeat; }
li#impressum a { left: 680px; top: 5px; background: url(../buttons/impressum.gif) 0 -120px no-repeat; }


li#agb a:hover, li#impressum a:hover, li#kontakt a:hover { background-position: 0 0px; }