/*##############################
#########  NAVIGATION  #########
##############################*/

#navi {
    height: 30px;
    background: #3b69ad;
    width: 100%;
    position: relative;
    font-size: 11px;
    margin-top: -30px;
    margin-bottom: 40px;
    z-index: 500;
}

#navi .select {
    font-weight: bold;
    margin-left: 0;
    padding:0;
    list-style: none;
    white-space: nowrap;
}

#navi li {
    float:left;
}

#navi .select a {
    margin: 5px 0px 0 20px;
    display: inline;
    height: 33px;
    float: left;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
}

#navi .select a:hover,
#navi .select li:hover a {
    text-decoration: underline;
    display: block;
    cursor: pointer;
}

#navi .sub {
    display: none;
    margin-top: 7px;
    margin-left: 0;
}

#navi ul ul {
    display: none;
    margin-top: 0px;
    list-style-type: none;
}

/* 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;
    width: 100%;
    left: 0;
    text-align:center;
    background: #ddd;
    border-bottom: 1px solid #3b69ad;
}

#navi .select :hover .sub {
    top: 23px;
    left: 0;
}

#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;
    color: #888;
    font-size: 10px;
    list-style-type: none;
}

#navi .select :hover .rechts li a:hover,
#navi .select :hover .sub li a:hover,
#navi .select :hover .sub li:hover {
    color: #3b69ad;
    line-height: 23px;
    position: relative;
 }
