/* DATEI: link.css */

/* Die Standartlinks werden verändert */
/* Der Link ist grau und fett */
/* bei hover wird der Link hellgrau unterlegt */






a:link { font-weight:bold; color:"#7D6400"; text-decoration:none }
a:visited { font-weight:bold; color:"#7D6400"; text-decoration:none }
a:hover { font-weight:bold; color:"#7D6400"; BACKGROUND-COLOR: #D4D4D4; background-POSITION: relative; text-decoration:none }
a:active { font-weight:bold; color:"#7D6400"; BACKGROUND-COLOR: #D4D4D4; text-decoration:none }
a:focus { font-weight:bold; color:"#7D6400"; text-decoration:none }