Subversion-Projekte lars-tiefland.shop_ns

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

/* FARBEN:
  haupt rot: #CF2718
  mouseover rosa: DD685E
    
*/
/* leftnav */
.right .box_1 {
        display:                                                block;
        float:                                                  left;
        z-index:                                                2;
        font-size:0.8em;
        
}
.right .box_1 .box_top h1 {
    font-size:1.3em;
}
.right .box_1 {
    list-style-type:none;
}

.right .box_1 ul li a,
.right .box_1 ul li a:active,
.right .box_1 ul li a:visited {
        display:                        block;
        padding:3px 4px 4px 8px;
        
        text-align:                     left;
        text-decoration:                none;
        color:                                                  #fff;
        overflow:                                               hidden;
        width:135px;
        font-size:0.8em;
}
.right .box_1 ul li a {
        
}
.right .box_1 ul {
        list-style:                     none;
        width:150px;
        margin-left:-10px;
}

.right .box_1 ul li {
    float:none;
    width:150px;
    min-height:23px;
    border-bottom:1px dotted #fff;
    cursor:pointer;
    
}
.right .box_1 ul li.active {
        background:url(/images/webelemente/navi_arrow.gif) no-repeat right;
}
.right .box_1 ul li:hover {
    float:left;
    /*background-color:#DD685E;*/
}
.right .box_1 ul li a:hover {
        color:#fff;
}
.right .box_1 ul li ul {
        display:                                                none;
        background-color:#CF2718;
        border-top:1px solid #DD685E;
        border-left:1px solid #DD685E;
}
.right .box_1 ul li ul li {
    height:30px;
    vertical-align:middle;
        width:150px;    
        background-color:#CF2718;
}

.right .box_1 ul li:hover ul {
        display:                                                block;
        position:                                               absolute;
        margin-left:-150px;
        margin-top:-30px;
        padding-left:0px;
        z-index:10000;
        width:150px;    
}

.right .box_1 ul li:hover ul li {
        float:                          none;
        position:                       relative;
        width:150px;
        
}
.right .box_1 ul li ul li:hover {
 
    background-color:#DD685E;
 /*   background-color:#CF2718; */
    width:150px;
}
.right .box_1 ul li:hover ul li a {
    position: absolute;
        display:                        block;
        text-align:                     left;
        color:                                                  #fff;
        text-transform: none;
        width:137px;
        height:23px;
}

.right .box_1 ul li:hover ul li a:hover {
        background-image:               none;

}
.right .box_1 ul li.last,
.right .box_1 ul li ul li.last {
    border-bottom:none !important;

}