/*--------------------------------------------------------------------------------------------*/ /*--- navi.css.php [06.12.2009] --------------------------------------------------------------*/ /*--- used for navi table inside menu frame !!! ----------------------------------------------*/ /*--------------------------------------------------------------------------------------------*/ /*--------------------------------------------------------------------------------------------*/ /*--- reserved for navi table inside menu table, i.e. menu frame -----------------------------*/ /*--- NaviTitle / NaviNews Formatierungen: use tag attributes of text.css.php ----------------*/ /*--- NaviTable Formatierungen: use tag attributes below --------------------------*/ /*--- former navi table definition documented in '_docs.css.php' -----------------------------*/ /*--- (alternative: width: 100% | width: 123px) ----------------------------------------------*/ /*--------------------------------------------------------------------------------------------*/ table.navi { /*-- subtable "menu", vgl. /2/,S.065 --*/ font-family: Arial, Helvetica, sans-serif; width: 100%; /*--navi table inside complete menu frame --*/ vertical-align: top; border-width: 1px; /*-- page border="1" == visible --*/ border-color: #FFCC33; /*-- #FFCC33(gelb),#CCCCCC(grau),#CCCC66(bg-color) --*/ border-style: solid; padding: 0px; margin: 0px; } table.navi tr { /*-- Tabellenzeilen in navi table... --*/ vertical-align: top; /*-- ... "on top" inside menu frame --*/ } table.navi td { } table.navi .navilvl0 { font-size: 12px; font-weight: bold; background-color: #003366; color: #FFFFFF; } table.navi .navilvl1 { font-size: 12px; background-color: #C0C0C0; } table.navi .navilvl2 { font-size: 12px; background-color: #E6E6E6; } table.navi .navidate { font-size: 9px; font-weight: bold; background-color: #003366; color: #FFFFFF; } /*-- end of navi.php.txt ---------------------------------------------------------------------*/