
.menu_footer { 
    vertical-align:top;
	width:100%;
	margin-top:20px; /* Abstand oben von "Bottom" */
    font-weight: normal;
	margin-bottom:0px; /* Abstand vom unteren Rand */
	background:transparent;
    font-size: 100%;
}

.menu_footer li {
	float: right;
	list-style: none;
	padding-left:10px; /* Abstand links */
	padding-right:10px; /* Abstand rechts */
	border-left:1px solid #CCA232; /* gleich wie li a */
	text-transform:none;
} 


.menu_footer li:first-child { margin-right:3%; /* Abstand vom rechten Rand (Achtung auf bottom in layout.css) */ }

.menu_footer li:last-child { border-left:0px solid #CCA232; }


/* Menuepunkte: Schrift */
.menu_footer li a {
	text-align:center;
	color:#DAA520;
	padding-right: 1%; /*  hier Abstand rechts zum Zwischenraum */
	font-weight: normal; 
	list-style: none;
	text-decoration:none;
}

.menu_footer li a:hover, .menu_footer li a:focus {
/* color:#F89B00; */
text-decoration: underline;
} 


.menu_footer li:first-child a:hover, .menu_footer li a:focus, .menu_footer li a:active, .menu_footer ul li.active a {
} 
.menu_footer li:last-child a:hover, .menu_footer li a:focus, .menu_footer li a:active, .menu_footer ul li.active a {
} 

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


