
ul.menu_footer {
	position:relative;
    vertical-align:bottom;
	width:auto;
	text-align:right;
	background:transparent;
	margin:0px;
	margin-right:0%; /* Abstand vom rechten Rand (Achtung auf bottom in layout.css) */
	margin-bottom:0%;  /* Abstand vom unteren Rand (Achtung auf bottom in layout.css) */
	padding:0px;
	padding-right:0%;
	height:2em;
}

.menu_footer li {
	float: right;
	list-style: none;
	height:auto;
	border-left: 0px solid #595959;
	vertical-align:baseline;
	text-align:right;
	text-transform:none;
    color:#595959;
	margin:0%;
	padding:0%;
	padding-left:2%;
	padding-right:2%;
} 
.menu_footer li:first-child { padding-right:0%; }
.menu_footer li:last-child {  }

.menu_footer li a {
    background:transparent;
    font-size: 90%;
    font-weight:normal;
	text-decoration:none;
    width:100%;
	color:#595959;
    text-align:right;
    margin:0%;
    padding:0%;
	color:red;
}
.menu_footer li a:first-child { }
.menu_footer li a:last-child { }


/* aktiver Menuepunkt */
.menu_footer li.current a { text-decoration:underline; }
.menu_footer a:focus, .menu_footer a:hover { text-decoration:underline; } 


/***************************************************************************************/
/* Navigation responsive Smartphone */
/***************************************************************************************/
@media screen and (max-width: 800px) {
    
.menu_footer li a { font-size: 100%; }   

.menu_footer li { padding-left:8%; } 

}