/* START NAV im HEADER */

#sticky_navigation_wrapper {
    width: 100%;
    height: 50px;
    z-index: 1;
    display: block;
    margin: 0 auto;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
}

#sticky_navigation_wrapper .navbar-default {
    margin: 0;
}

#sticky_navigation {
    width: 100%;
    height: 50px;
    z-index: 1;
    margin: 0 auto;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
}

#sticky_navigation ul {
    list-style: none;
    margin: 0;
    padding: 5px;
}

#sticky_navigation ul li {
    margin: 0;
    padding: 0;
    display: inline;
}

#sticky_navigation ul li a {
    display: block;
    float: left;
    margin: 0 0 0 10px;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    font-size: 110%;
    font-family: Arial, serif;
    font-weight: bold;
    color: #999;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
}

#sticky_navigation ul li a:hover, #sticky_navigation ul li a.selected {
    color: #999;
    background-color: #E7E7E7;
}


/* ENDE NAV im HEADER */