/* 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: 160px; text-align: left; border-bottom: none; margin-bottom: 2em; } #navigator-links ul { margin: 0; padding: 0; list-style-type: none; text-indent: 10px; } #navigator-links li { list-style-image: none; margin: 0; white-space: nowrap; } #navigator-links a { display: block; width: 160px; height:20px; padding:5px 0 6px 0; font-size:10px; border-left:1px solid #000; border-right:1px solid #000; border-bottom: 1px solid black; } #navigator-links a:link, #navigator-links a:visited { background-color: cc1100; color: #FFFFFF; text-decoration: none; padding-bottom: 0; } #navigator-links li a:hover { background-color: 000000; color: #fffff; text-decoration: none; } #navigator-links li#titel a { color: #fffff; background:url(images/top_title.gif) no-repeat top center #fff; text-decoration: none; width:155px; border:0; padding-left:7px; border-bottom: 1px solid black; font-weight:bold; } #navigator-links li#titel { border:0; margin-top:10px; }