
A:link { text-decoration:none; font-weight:bold; color:#000CD; font-size:1em; }               /* mediumblau#000CD  */
A:visited { text-decoration:none; font-weight:bold; color:#008080; }                          /* blaugrün#008080    */
A:active { text-decoration:none; font-weight:bold; color:#800000; background-color:#cff; }/* braun#800000 Background hellblau#cff*/
A:hover { text-decoration:none; font-weight:bold; background-color:#ff0; }                    /*  Background gelb#ff0   */
/*A:focus { text-decoration:none; font-weight:bold; background-color:#008080; } */               /*                     */


#sitemenubanner {
  text-align: right;
  			/*position: absolute;*/
  bottom: 0.0em;
  right: 0.0em;
  			/* width: 100%; */
  background: #FFEFBB;
  color: silver;
  font-size: 0.7em;
  			/* Je kleiner das Fenster desto kleiner soll auch der Abstand des Menüs rechts und links sein. */
  margin: 0;
  			/* border-top: 1px solid silver;*/
  			/*border-right: 1px solid silver;*/
  			/*border-left: 1px solid silver;*/
  padding-left:0%; padding-right:0%; padding-top:1px; padding-bottom:1px;
}