/* 	Styles der neuen Homepage 	*/
/* 	Stand Juni 2020 			*/

a.TextLink:link {text-decoration: none; color: navy; font-weight: bold;}
a.TextLink:visited {text-decoration: none; color: navy; font-weight: bold;}
a.TextLink:hover {text-decoration: none; color: white; background-color: navy; padding: 6px; }
a.TextLink:active {text-decoration: none; color: navy; font-weight: bold;}


a.Fussleiste:link {color:white; text-decoration:none;}
a.Fussleiste:visited {color:white; text-decoration:none;}
a.Fussleiste:hover {background: orange; color: white; text-decoration: none; padding: 11px;}
a.Fussleiste:active {color:white; text-decoration:none;}

p.FussleistenBalken {
  color: white; 
  background-color: navy; 
  line-height: 2.6; 
  font-family: Verdana, Arial; 
  text-align: center;
}
