
ul.menu_footer {
	direction: rtl;
    vertical-align:top;
	width:100%;
	text-align:right;
	margin:0px;
	padding:0px;
	padding-top:4px; /* Abstand oben von "Bottom" */
	margin-bottom:4px;  /* Abstand vom unteren Rand (Achtung auf bottom in layout.css) */
	background:transparent;
    font-size: 90%;
    font-weight: normal;
	margin-right:0%; /* Abstand vom rechten Rand (Achtung auf bottom in layout.css) */
	padding-top:0%; /* Abstand vom Inhalt */
	padding-bottom:0px; /* Abstand vom unteren Rand */
}

.menu_footer li {
	float: right;
	list-style: none;
	padding:0px; margin:0px;
	padding-left:1%; /* Abstand links */
	padding-right:1%; /* Abstand links */
	margin-top:1%;
	margin-bottom:0.3%;
	border-left:1px solid #898B8A; /* gleich wie li a */
	text-transform:none;
} 

.menu_footer li:first-child { margin-right:8%; }
.menu_footer li:last-child { border-left:0px solid #898B8A; }


/* Menuepunkte: Schrift */
.menu_footer li a {
	text-align:center;
	color:#5E5E5E; 
	color: #7F7F7F;
	font-weight:bold; 
	padding-right: 0.7%;  /* hier Abstand rechts zum Zwischenraum */
	text-decoration: none; 
	list-style: none;
	font-family: "Schrift", "Arial", sans-serif;
}

.menu_footer li a:hover, .menu_footer li a:focus { color:#283c50;
/* 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 {
color:#283c50;
/* text-decoration:underline; */
} 


