Subversion-Projekte lars-tiefland.ci

Revision

Revision 47 | Blame | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed

/* 1. Ebene */
.topnav {
    clear:both;
    float:left;
    width:100%;
    height:55px;
    background-color:#ea5802;
}
/*
.topnav .inner {
    width:100%!important;
    max-width:1300px!important;
    text-align:center!important;
}
*/
.topnav ul {
    margin:0 auto!important;
    clear:both;
    float:none;
    font-size: 16px;
    display:inline-block;
}
.topnav ul li {
    list-style-type:none;
    float:left!important;
    max-width: 160px;
    font-size:14px;
    height:55px;
    z-index:9999;
    text-align: center;
    line-height:1.3em;    
}
.topnav ul li a {
    display:block;
    height:55px;
    padding:0px 10px 0 10px;
    vertical-align:middle;
    display:table-cell;
    color:#fff;
}
.topnav ul li a:link,
.topnav ul li a:active,
.topnav ul li a:visited {
    background-color: transparent;
}
.topnav ul li a:hover {
    text-decoration:underline;
}
/*
.topnav ul li:hover .topnav_active {
    display:block!important;
}
*/
.topnav_active {
    position:absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 10px 0 10px;
    border-color: #ea5702 transparent transparent transparent;
    z-index:9999999999999999999999999999;
    display:none;
    margin:0 0 0 20px;    
}
/* 2. Ebene (Aufklapper) */
.subnav {
    margin:-6px 0 0 0;
    width:1090px;
    position:absolute;
    padding:0px 0 0 0;
    float:left;
    display:none;
    z-index:888!important;
    -webkit-box-shadow: 4px 6px 7px 0px rgba(102,102,102,1);
    -moz-box-shadow: 4px 6px 7px 0px rgba(102,102,102,1);
    box-shadow: 4px 6px 7px 0px rgba(102,102,102,1);
      
}
.subhead_inactive {
    float:left;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #000000;
    margin:4px 0;
}
.subhead_active {
    float:left;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 7px 0 7px;
    border-color: #ea5802 transparent transparent transparent;
    margin:6px 0 0 -3px;
}
.active a:link,
.active a:active,
.active a:visited,
.active {
    color:#ea5802;
}


.subnav .level02_item {
    float:left;
    text-transform:uppercase;
    padding:0 0% 0.5% 0.5%!important;
    height:25px;
    overflow:hidden;    
}
.subnav a:link,
.subnav a:active,
.subnav a:visited {
    font-size:14px;
    color:#000!important;
}
.subnav a:hover {
    color:#ea5901!important;
    text-decoration:none!important;
}

.subnav_outer_container {
    display:block;
    width:100%;
    margin:0;
    padding:0;
    float:left;
    background-color:#fff;
}

.subnav_inner_container {
    display:block;
    width:98%;
    float:left;
    z-index:999999999!important;
    /*min-height:316px;*/
    padding:0 2% 2% 2%; 
}
.subnav_padding {
    background:url(/images/webelemente/topnav_bg_3.png) repeat-y;
    float:left;
    padding:3% 1% 1% 1%;
    clear:both;
    width:98%;
}
.subdir_col {
    width:250px;
    float:left;
    overflow:hidden;
    margin-right:5px;
    /*background-color:#ccc;*/
}
.subdir_box {
    /*border-bottom:1px dotted #666;*/
    /*padding-bottom:5px;*/
    margin:1px 3px 1px 3px;
    clear:both;
    float:none;
} 
.subdir_last {
    border:none!important;
}
.sub_head {
    float:left;
    margin:0 20px 0 5px;
    font-size:14px;
    cursor:pointer;
}
.sub_head:hover {
    color:#ea5901;
}
.sub_head a {
    display:block;
}
.sub_head a:hover {

}
.last_entry {
    /*height:10px;*/
    /*border-bottom:1px dotted #fff;*/
}
/* 3. Ebene */
.sub2{
    float:left;
    clear:both;
    width:98%;
}
.sub2data {
    display:none;
}
.sub2 a {
    background-color:#ea5802;
    display:block;
    float:left;
    padding:0.6%;
    margin:0.4%;
}
.sub2 a:link,
.sub2 a:active,
.sub2 a:visited {
    font-family:droid_sansbold,verdana,sans-serif;
    text-decoration:none;
    color:#fff!important;    
}
.sub2 a:hover {
    color:#1e1e1e!important;
}

/* Artikel hervorheben */
.subnav_special {
    width:210px;
    float:right;
    overflow:hidden;
    margin-right:5px;
    text-align:center;
}

a.subnav_item:link,
a.subnav_item:active,
a.subnav_item:visited {
    color:#143465!important;
}
a.subnav_item:hover {
    color:#ea5901!important;
}

.subnav_preis {
    color:#FB7E00;
    font-size:18px!important;
}
.highlight {
    background-color:#fff;
    
}
.marker_container {
    width:10px;
    float:left;
}
.closeMenu {
    position:absolute!important;
    top:10px;
    right:10px;
}
.closeMenu button {
    width:20px!important;
    height:20px!important;
}
.closeMenu button:hover {
    color:#555555!important;
    background-color:#ededed;
}