#logo a {
    width:245px;
    height:84px;
    background-image:url(http://www.zdn.cz/img/logo-zdn.png);
}
header,header nav li.bd {
    border-color:rgb(0,98,156);
}
header nav li.active {
    background-color:rgb(0,98,156);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#flashes .flash {
    font-size:1em;
    border-color: #afccdd;
    background-color:rgb(239, 249, 255);
    color:rgb(0, 39, 63);
    _margin-top:2em;
    -moz-box-shadow: 0 0 10px rgba(117,149,188, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(117,149,188, 0.1);
    box-shadow: 0 0 10px rgba(117,149,188, 0.1);
}

#header-wrap {
    padding-top:5px;
    height:auto !important;
}
header {
    padding-top:0px;
}

#login-status {
    right:10px;
}

h2, h3,
aside #nfo-box-myid div.title {
    color: #005c97;
}

/* login info zdn box */
.login-info-box-zdn {
    margin-bottom: 2em;
}
.login-info-box-zdn fieldset.bd {
    padding: 14px 18px !important;
    background: #eff9ff;
    border-color: #afccdd;
    color: #486373;
}
/* /login info zdn box */
