ul.footermenu_simple{
	padding-left:0;
	padding-top:0px;
	float:right;
	margin-bottom:0;
}

.footermenu_simple li{
	display:inline-block;
	padding:0px 3px;
}

.footermenu_simple a{
	color:#363636;
	text-decoration:none;
}
.footermenu_simple a.active,
.footermenu_simple a:hover,
#startseite .footermenu_simple a.home_link{
	color:#e2001a;
}

@media screen and (max-width:768px){
	ul.footermenu_simple{
		float:none;
	}
}