
/*##############################
#########  NAVIGATION  #########
##############################*/

#navi {
    height: 50px;
    background: url(../img/naviRahmen.png);
    width:960px;
    position:relative;
    font-family:verdana, arial, sans-serif;
    font-size:11px;
    z-index:500;
}

#navi .select {
    font-weight: bold;
    margin-left: 15px;
    padding:0;
    list-style:none;
    white-space:nowrap;
}

#navi li {
    float:left;
}

#navi .select a {
    margin: 9px 0 0 35px;
    display:inline;
    height:33px;
    float:left;
    font-size: 15px;
    color: #8c1313;
    text-decoration:none;
    line-height:30px;
    white-space:nowrap;
}

#navi .select a:hover,
#navi .select li:hover a {
    color: #555;
    display:block;
    cursor:pointer;
}

#navi .sub {
    display:none;
    margin-top: 7px;
}

#navi ul ul {
    display:none;
    margin-top: 8px;
}

/* IE6 only */
#navi table {
    border-collapse:collapse;
    font-size:1em;
    width:0;
    height:0;
}

#navi .select :hover .rechts,
#navi .select :hover .sub {
    height: 25px;
    display: block;
    position: absolute;    
    margin-left: 10px;
    width: 936px;    
    left: 0;
    text-align:center;
    background: #bbb;
    border-left: 1px solid #8c1313;
    border-right: 1px solid #8c1313;
    border-bottom: 1px solid #8c1313;
}

#navi .select :hover .rechts {
    top: 34px;
}

#navi .select :hover .sub {
    top: 35px;
}

#navi .select :hover .sub {
    float: left;
}

#navi .select .rechts li {
    float: right;
}

#navi .select :hover .rechts li a,
#navi .select :hover .sub li a {
    display: inline;
    height: 25px;
    line-height: 23px;
    float: left;
    padding: 0 16px;
    margin: 0;
    white-space: nowrap;
    color: #555;
    font-size: 10px;
}

#navi .select :hover .rechts li a:hover,
#navi .select :hover .sub li a:hover,
#navi .select :hover .sub li:hover {
    color: #8c1313;
    line-height: 23px;
    position: relative;
    background: #fff
 }