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

html, body {
	margin: 0;
	padding: 0;
}

#footer {
	color: #666;
	font-family: tahoma;
	font-size: 10px;
	padding: 17px 0 0 0;
	text-align: center;
}

#footer p {
	margin: 0;
	padding: 0;
}

#footer .copyright {
	width: 640px;
	margin: 0 auto 24px;
}

#footer .Suchbegriffe {
	width: 640px;
	margin: 0 auto;
	line-height: 20px;
	text-align: center;
}

#footer .Suchbegriffe a {
	color: #666;
	text-decoration: none;	
}

#footer .Suchbegriffe a:hover {
	text-decoration: underline;
}