#header {
    top             : 0px;
    left            : 0px;
    height          : 156px;
    width           : 100%;
    background-color: #F0F0F0;
}

#header_banner {
    height: 108px;
    width : 100%;
}

#header_banner > * {
    display       : inline-block;
    vertical-align: top;
}

#header_logo {
    height     : 100%;
    width      : 246px;
    margin-left: 60px;
    background : url("/portale/Acommon/img/logo.png") left/auto 85px no-repeat;
    cursor     : pointer;
}

#header_auth {
    position    : absolute;
    top         : 0px;
    right       : 0px;
    height      : 36px;
    margin-top  : 24px;
    margin-right: 60px;
}

#header_auth > *:not(:first-child) {
    margin-left: 12px;
}

#header_auth > .button {
    display    : inline-block;
    height     : 100%;
    width      : 60px;
    font-size  : 12px;
    line-height: 36px;
}

.header_auth-form {
    height     : 100%;
    width      : 180px;
    font-size  : 12px;
    line-height: 36px;
}

#header_auth-user {
    display    : inline-block;
    height     : 100%;
    font-size  : 12px;
    line-height: 36px;
}

#header_tabs {
    z-index         : 1;
    height          : 48px;
    width           : 100%;
    background-color: inherit;
}

#header_tabs.sticked {
    position: fixed;
    top     : 0px;
    left    : 0px;
}

#header_tabs > .button {
    height     : 48px;
    width      : 25%;
    line-height: 48px;
}

#header_tabs > .button:hover {
    color: #FFFFFF;
}

#header_tabs > .button.selected {
    color           : #FFFFFF;
    background-color: #3EA2EF;
}