.access-box {
    border: 1px solid #e5e8e1;
    border-top: 2px solid #979caa;
    margin: 10px;
    padding: 10px 5px 10px 10px;
    background-color: #f6f6f6;
    background-image: url("../images/box-bg.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    /*
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    */
    /*
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    */
}

body.homepage {
    background: #eeeeee url("../images/body-bg.jpg") center 60px no-repeat;
}


.main-header .logo .logoimg {
    /*
    width: 240px;
    height: 55px;
    */
    width: 210px;
    height: 48px;
    margin: -5px 0 0 0;
}

.main-header {
    /*
    background-color: #083E70;
     */
    background-color: #1f2638;
}

.main-header .languages ul li a {
    border: 1px solid #979caa;
}

.full-width .main-header .user-account-links .user-account a.sub-menu-link .id {
    color: #979caa;
}

.full-width .main-header h1 {
    border-right: none;
}