/* Definition of links in content and other definitions regarding Team.40tudeDialog, specially for Karl-Heinz*/ #main a { font-weight: bold; color: #5C739F; text-decoration: none; } #main a:hover { font-weight: bold; text-decoration: underline; color: #5C739F; } #main a:visited { font-weight: bold; color: #5C739F; text-decoration: none; } /* Inhaltsverzeichnis von Artikeln mit hellgrauem Rahmen*/ #contentlist { border: 1px solid silver; padding: 5px; } #contentlist a:link { color: black; font-weight: normal; } #contentlist a:visited { color: black; font-weight: normal; } #contentlist a:hover { color: black; font-weight: normal; } /* Inhaltsverzeichnis von Artikeln ohne Rahmen und Padding mit dezenten Links*/ #contentlist_frameless a:link { font-weight: normal; color: black; } #contentlist_frameless a:visited { color: black; font-weight: normal; } #contentlist_frameless a:hover { color: black; font-weight: normal; } /* Bei Bedarf Linkliste mit font-weight: normal*/ #linklist a:link {font-weight: normal;} #linklist a:visited {font-weight: normal;} #linklist a:hover {font-weight: normal;}