div#toparea {
    position: fixed;
    margin: 0 auto;
    height: 50px;
    padding: 0;
    background-color: red!important;
    background-color: white!important;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10000;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    -ms-transition: all .1s linear;
    transition: all .1s linear;}

div#nawigacja a {
    color: blue;
    font-size: 15px;
    display: inline-block;

    padding: 0 5px;
}
li {
    float: left;
    padding-right: 8px;
    background-image: none;
    padding: 0 0 3px 0!important;


}    
div#nawigacja {
    color: #ddd;
    width: 1256px;
    margin: 0 auto 0 auto;
    padding: 0 2px;
    font-weight: 600;
    position: relative;
}
