#footer {
   font-size:90%;
   text-align:right;
}

#footer li {
  display:inline;
  padding:0px;
  margin:0px;
}

#footer ul {
  display:inline;
  list-style-type:none;
  margin:0px;
  padding:0px;
  paddin-top: 10px;
}

/* States für alle Links im Footer: */
/* alle Links: */
#footer a:link, #footer a:visited {
/*   font-weight: bold;*/
   text-decoration: none;
   color: #A41C0B;
}

/* Highlighted (Focus, Hover, Active) */
#footer a:focus , #footer a:active, #footer a:hover {
   color: black;
   text-decoration: underline;
}