html {height: 100%;}

body {
	padding:0;
	margin:0;
	font-family: Arial;
	font-size: 14px;
	color: #E67817;
	background-color: transparent;
	background-position: top left;
		
}

a { text-decoration: none; outline: none; }
a:link { color: #000000; }
a:visited { color: #000000; }
a:hover { color: #000000; text-decoration: underline; outline: none;}



#fussbereich {
	padding:0;
	margin:0;
	position: absolute;
	top: 575px;
	left: 10px;
	background-color: transparent;
	width: 200px;
    height: 20px;
    
}
	#fussbereich li {
		display:inline;
		list-style-type:none;
		background-color: transparent;
		
}	

