/**
 * Stylesheet für den Footer
 */
 
div#footer {
	background-image: url(/controllers/frame/gfx/footer.gif);
	background-repeat: no-repeat;
	height: 30px;
	padding: 15px 0 0 0;
	text-align: center;
	width: 980px;
	margin: 0 auto;
	color: #505050;
	font-size: 11px;
}

div#footer a {
	color: #0081B5;
}

div#footer a:hover {
	color: #006994;
}