@charset "utf-8";
/* CSS Document */




div#futter a {
	text-decoration : none;
	margin: 0;
}
	
	
	
div#futter{
	background-color:#000000;
	width:990px;
	clear: both;
	height: 29px;
	margin-top: 40px;
}
	
div#futter ul{
	list-style:none;
	width: 500px;
	float:left;
}


div#futter ul li{
display:inline;
}
	
	
div#futter #copy_right{
float:right;}	
	
	
	
	
