/**
 * Stylesheet für den Footer
 */
 
div#footer {
	height: 30px;
	padding: 10px 5px 0 5px;
	text-align: center;
	width: 950px;
	margin: 0 auto;
	color: #808080;
	font-size: 11px;
}

div#footer a {
	color: #CE3B3B;
}

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

div#footer div#seo_footer_text {
	font-size: 9px;
	color: #808080;
	text-align: justify;
}

div#footer div#seo_footer_text h2 {
	font-size: 11px;
	font-weight: bold;
}

div#footer div#seo_footer_text h3 {
	font-size: 10px;
	font-weight: bold;
}