home *** CD-ROM | disk | FTP | other *** search
- /***************************************************************************************************
- * Document: navi.css
- * Description: Navigations Design-Einstellungen
- * Company: InteractiveM
- * Author: René Woizenko, Thomas Smiatek
- * Email: info@im-online.de
- *
- * @version: v1.0
- *
- */
- /***************************************************************************************************
- * MainNavigation
- */
- body {
- behavior: url("csshover.htc") !important;
- }
-
- div#headerMainNavi div#pageNavigation {
- margin: 11px 0 0 15px;
- float: left;
- width: 142px;
- height: 59px;
- }
-
- div#headerMainNavi div#mainNavigation {
- position: absolute;
- top: 0px;
- left: 156px;
- width: 736px;
- height: 70px;
- }
-
- div#mainNavigation ul#mainTabs {
- margin: 2px 0 0 22px;
- padding: 0 0 0 0;
- list-style-type: none;
- }
-
- /***************************************************************************************************
- * MainNavigation - SUBTABS
- */
-
- ul#mainTabs {
- position: relative;
- }
-
- ul#mainTabs li {
- float: left;
- position: relative;
- }
-
- ul#mainTabs li ul.secondLVL {
- display: none;
- width: 560px;
- height: 32px;
- position: absolute;
- top: 38px;
- left: 0px;
- z-index: 500;
- }
-
- ul#mainTabs li:hover ul.secondLVL {
- display: block;
- }
-
- ul#mainTabs li ul.secondLVL li {
- float: left;
- height: 28px;
- list-style-type: none;
- margin: 0 0 0 0;
- padding: 0 10px 0 10px;
- background: transparent url('../images/trenner.gif') no-repeat right 3px ;
- }
-
- ul#mainTabs li ul.secondLVL li a {
- display: block;
- font-size: 11px;
- font-weight: bold;
- text-decoration: none;
- color: #88bef5;
- margin: 8px 0 0 0;
- padding: 0 0 0 0;
- }
-
- ul#mainTabs li ul.secondLVL li a:hover {
- color: white;
- text-decoration: underline;
- }
-
- ul#mainTabs li ul.secondLVL li a.catWhite {
- display: block;
- font-size: 11px;
- font-weight: bold;
- color: white;
- margin: 8px 0 0 0;
- padding: 0 0 0 0;
- }
-
- /*
- *
- * Anpassen
- *
- */
- /*
- ul#ul_item4 {
- margin-left: -27px !important;
- }
- */
- ul#mainTabs li ul#ul_item1 {
- width: 650px;
- }
-
- ul#mainTabs li ul#ul_item4 {
- width: 630px;
- margin-left: -189px !important;
- }
-
- ul#mainTabs li ul#ul_item5 {
- width: 130px;
- margin-left: 0px !important;
- }
- /***************************************************************************************************
- * MainNavigation - Hover Texteffekt f├╝r das Men├╝ der dritten Ebene
- */
- ul#mainTabs li:hover ul.secondLVL li.secondLVLMenu:hover div.subTabBox {
- margin: 6px 0 0 0;
- background-color: white;
- }
-
- ul#mainTabs li ul.secondLVL li.secondLVLMenu:hover div.subTabBox div.subTabBTNLeft {
- width: 8px;
- height: 24px;
- float: left;
- background: #fff url('../images/subTabLeftBG.gif') no-repeat 0px 0px;
- }
-
- ul#mainTabs li ul.secondLVL li.secondLVLMenu:hover div.subTabBox div.subTabBTNRight {
- width: 8px;
- height: 24px;
- float: left;
- background: #fff url('../images/subTabRightBG.gif') no-repeat 0px 0px;
- }
-
- a.subTabBTN img {
- padding: 0 0 0 8px;
- }
-
- ul#mainTabs li:hover ul.secondLVL li.secondLVLMenu:hover div.subTabBox a.subTabBTN {
- display: block;
- height: 24px;
- margin: 6px 0 0 0;
- padding: 0 14px 0 0;
- float: left;
- color: #10346d;
- text-decoration: none;
- background: transparent url('../images/naviOpenFlyout_hover.gif') no-repeat right 4px;
- }
-
- ul#mainTabs li:hover ul.secondLVL li.secondLVLMenu:hover div.subTabBox a.subTabBTN img {
- display: none;
- }
-
- /***************************************************************************************************
- * MainNavigation - ThirdLVL
- */
- ul#mainTabs li ul.secondLVL li.secondLVLMenu ul.thirdLVL {
- display: none;
- clear: both;
- position: absolute;
- top: 30px;
- left: 9px;
- width: 200px;
- padding: 0 0 5px 0;
- list-style-type: none;
- }
-
- ul#mainTabs li ul.secondLVL li.secondLVLMenu:hover ul.thirdLVL {
- display: block;
- background: transparent url('../images/subTabMenuBoxBottom.gif') no-repeat left bottom;
- }
-
- ul#mainTabs li ul.secondLVL li.secondLVLMenu:hover ul.thirdLVL li {
- width: 178px;
- background: none;
- background-color: #fff;
- border-right: solid 1px #2d80d5;
- border-left: solid 1px #2d80d5;
- }
-
- ul#mainTabs li ul.secondLVL li.secondLVLMenu ul.thirdLVL li a {
- display: block;
- width: 167px;
- color: #3577b9;
- margin: 10px 0 10px 0;
- padding: 3px 0 3px 5px;
- background-color: #fff;
- text-decoration: none;
- }
-
- ul#mainTabs li ul.secondLVL li.secondLVLMenu ul.thirdLVL li a:hover {
- background-color: #2d80d5;
- color: #fff;
- }
-
- /***************************************************************************************************
- * MAINNAVIGATION - TABS
- */
-
- ul#mainTabs a#tabFirst {
- display: block;
- width: 129px;
- height: 28px;
- text-align: center;
- text-decoration: none;
- font-weight: bold;
- color: #4b7cb9;
- padding: 12px 0 0 0;
- background: transparent url('../images/tab_clear.gif') repeat-y 0px 0px;
- }
-
- ul#mainTabs a#tabFirst:hover {
- color: #ffed06;
- background: transparent url('../images/tabBTN_hover.gif') no-repeat 0px 0px;
- }
-
- ul#mainTabs li:hover a#tabFirst {
- color: #ffed06;
- background: transparent url('../images/tabBTN_hover.gif') no-repeat 0px 0px;
- }
-
- ul#mainTabs a.tabBTN {
- display: block;
- width: 129px;
- height: 27px;
- text-align: center;
- text-decoration: none;
- text-transform: uppercase;
- font-weight: bold;
- color: #4b7cb9;
- padding: 12px 0 0 0;
- background: transparent url('../images/tab_clear.gif') repeat-y 0px 0px;
- }
-
- ul#mainTabs li:hover a.tabBTN {
- color: #ffed06;
- cursor: default;
- background: transparent url('../images/tabBTN_hover.gif') no-repeat 0px 0px;
- }
-
- ul#mainTabs li.activeMenu a.tabBTN {
- /*
- color: #ffed06;
- */
- color: white;
- background: transparent url('../images/tabBTN_hover.gif') no-repeat 0px 0px;
- }
-
- ul#mainTabs li.activeMenu ul.secondLVL {
- display: block;
- }
-
- ul#mainTabs li.activeMenu ul.activeSubMenu {
- display: block;
- }
-
- ul#mainTabs li.activeMenu ul.inactiveSubMenu {
- display: none;
- }
-
- ul#mainTabs li.activeMenu ul.activeSubMenu {
- display: block;
- }
-
- ul#mainTabs li.activeMenu ul.activeSubMenu a.inactive {
- }
-
- ul#mainTabs li.activeMenu ul.activeSubMenu a.active {
- color: white;
- }
-
- ul#mainTabs li.activeMenu ul.inactiveSubMenu {
- display: none;
- }
-
-