/* css für das kostenlose Update auf Version 4.3.6 */ /* Einfach Navigation mit Farbwechsel beim Überfahren mit der Maus*/ /* Die Farbwerte des Portals werden über die Datei farbcodes.inc.php geladen*/ #navigator-links { width: 168px; text-align: left; /* border: 1px solid #000000; */ // border-bottom: none; margin-bottom: 8px; margin-right: 2px; } #navigator-links ul { margin: 0; padding: 0; list-style-type: none; text-indent: 15px; } #navigator-links li { list-style-image: none; margin: 0; /* border-bottom: 1px solid black; */ } #navigator-links a { display: block; width: 163px; height: 22px; font: bold 12px/22px Arial, Helvetica, sans-serif; padding-left: 6px; /* */ } #navigator-links a:link, #navigator-links a:visited { background-color: #5471B2; color: #FFFFFF; text-decoration: none; padding-bottom: 0; } #navigator-links li a:hover { background-color: #657FBA; // #003399; // #9FAFD5; color: #C7D0E7; text-decoration: none; /* border-top: 1px solid #4B67A7; border-bottom: 1px solid #4B67A7; */ } #navigator-links li a#titel { background: #003399 url(./g/title_pfeil.gif); background-repeat:repeat-y; /* background-color: #003399; */ width: 163px; color: #fffff; text-decoration: none; border-top: 1px solid #6B85C0; border-left: 1px solid #6B85C0; border-bottom: 1px solid #00184A; border-right: 1px solid #00184A; margin-right:3px; padding-left: 4px; /* */ }