body {
    background:#F4F4F4;
    font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size:11px !important; padding:0px;
    letter-spacing: 0.0em;
    overflow-x: hidden;
    position:relative
}
#top.belka {
    height:50px;
    background:#0777B9;
    margin: 0 0 10px 0;
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    cursor: default;
}
#top.belka .containerBelka {
    width: 1100px;
    margin: auto;
    line-height: 50px;
}
#top.belka .menuLeft {
    float: left;
 }
#top.belka .menuLeft li{
    display: inline-block;
}
#top.belka .menuLeft a {
    color: #ffffff;
    text-decoration: none;
    height: 100%;
    display: block;
    padding: 10px;
    position: relative;
    line-height: 10px;
    font-size: 13px;
}
#top.belka .menuLeft a:hover,
#top.belka .menuLeft a.active {
    border: 1px solid #ffffff;
    padding: 9px;
}
#top.belka #zegar {
    float: right;
    width: 60%;
    text-align: right;
}
#top.belka .boxZegar {
    width: 480px;
    height: 100%;
}
#top.belka .boxZegar .menuRight {
    float: left;
    width: 40%;
}
#top.belka .boxZegar .menuRight li{
    display: inline-block;
}
#top.belka .boxZegar .menuRight a {
    color: #ffffff;
    text-decoration: none;
    height: 100%;
    display: block;
    padding: 0 0 0 35px;
    position: relative;
    font-size: 13px;
}
#top.belka .boxZegar a:before {
    content: '';
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 15px 0;
    position: absolute;
    left: 10px;
}
#top.belka a.ustawienia:before {
    background: url(../gfx/belka/icon_settings.svg);
}
#top.belka a.logout:before {
    background: url(../gfx/belka/icon_log_out.svg);
}