@charset "utf-8";
/* 	
	footer.css
	Design by scripthelp.de 
	http://www.scripthelp.de
	© Jenoch, Kai   
*/
.footer {
	color:#666;
	width:100%;
	float:left;
	padding-top:15px;
	}
div.footer a{
	color:#84c225;	
}
div.footer a:hover{
	color:#999;	
}
.footer_sub {
	width:900px;
	margin-left: auto; 
	margin-right: auto;
}

.sub_footer_l {
	text-transform:lowercase;
	text-align:center;
	FONT-FAMILY: Verdana, Arial;
	width:450px;
	float:left;
	padding-top:5px;
}
div.sub_footer_l ul a {
	text-align:center;
	text-decoration: none;
	display:block; 
	color:#782828;
	font-style:normal;
	font-size:12px;
	width: auto;
	padding: 4px;
}
div.sub_footer_l li {
	text-align:center;
	display:inline; 
	color:#A0A0A0;
	font-style:normal;
	font-size:12px;
	padding: 4px;
}
.sub_footer_r {
	text-transform:lowercase;
	text-align:center;
	FONT-FAMILY: Verdana, Arial;
	width:450px;
	float:right;
	padding-top:5px;
}
div.sub_footer_r ul a {
	text-align:center;
	text-decoration: none;
	display:block; 
	color:#782828;
	font-style:normal;
	font-size:12px;
	width: auto;
	padding: 4px;
}
div.sub_footer_r li {
	text-align:center;
	display:inline; 
	color:#782828;
	font-style:normal;
	font-size:12px;
	padding: 4px;
}

