/** Deze stylesheet wordt gebruikt over de gehele site, in alle pagina's waarin snelkoppelingen worden weergegeven */ /** De kop van de snelkoppelingen, vaste tekst */ .quicklinksheader{ background: url("../(Afbeeldingen)/AchtergrondHeaders/$file/bg_headers.jpg"); font-family: Arial; font-size: 80%; font-weight: bold; color: white; padding-left: 5px; padding-top: 5px; padding-bottom: 0px; } /** De tabelcel waarbinnen alle snelkoppelingen staan */ .quicklinkstotaal{ vertical-align: top; background-color: #ffffff; } /** De snelkoppelingen */ a.quicklinks{ font-family: Arial; font-weight: bold; color: #016436; font-size: 120%; Text-Decoration: underline; padding-left: 5px; padding-top: 1px; padding-bottom: 1px; height: 25px; vertical-align: middle; } a.quicklinks:active{ color: #016436; } a.quicklinks:visited{ color: #016436; } a.quicklinks:hover{ color: black; text-decoration: none; }