#logo {
    bottom:45px;
    left:0;
}

#logo a {
    width:139px;
    height:52px;
    background-image:url(http://www.e15.cz/img/logos/e15.png);
}

header {
    border:none;
    padding-top:80px;
    height:40px;
}

#login-status {
    right:10px;
}

#flags {
    right:10px;
}

header nav {
    position:relative;
    clear:both;
    float:none;
    height: 38px;
    margin-top:0;
    background: #235da5;
    border: solid 1px #ccc;
    font-family: Arial;
}
header nav ul {
    height: 33px;
    width: 807px;
    background: #f3f3f3 url(../img/background/e15-menu.png) repeat-x;
    padding-left: 1px;
}
header nav li {
    display: block;
    float: left;
    background: url("../img/background/e15-menu-sep.png") 100% 0 repeat-y;
    padding: 0 2px 0 0;
    margin-left: 0;
}
header nav li.bd {
    border:none;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
header nav li a {
    color: #21416D;
    display: block;
    font-size: 15px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    padding: 5px 20px 4px;
    text-align: center;
    text-decoration: none;
    margin-left: -1px;
}
header nav li a:hover {
    color: #b8292f;
    background: #efefef url(../img/background/e15-menu-hover.png) repeat-y;
    border: solid 1px #fff;
    border-width: 1px 0 0 1px;
    height: 23px;
    padding: 5px 20px 4px 19px;
}

header nav li.active {
    background-color: #235da5;
}
header nav li.active a {
    background: #235da5;
    margin-left: -1px;
}
header nav li.active a:hover {
    height: 24px;
    padding: 5px 20px 4px;
    border: 0;
    color: #fff;
}
header nav li.first.active a {
    margin-left: -1px;
}

/* buttony */
fieldset input[type="submit"],
a.button,
a.button:visited {
    background: #3576c6 url(../img/background/e15-button.png) repeat-x;
    text-transform:uppercase;
    color:#FFF;
    border:none;
    text-shadow:none;
    font-weight:bold;
}
fieldset input[type="submit"]:hover,
a.button:hover {
    background-position: 0 -40px;
    background-color: #1c488c;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
fieldset input[type="submit"]:focus,
fieldset input[type="submit"]:active,
a.button:focus,
a.button:active {
    background: #16386e;
    -moz-box-shadow:0 0 12px rgba(53,118,198, .6);
    -webkit-box-shadow:0 0 12px rgba(53,118,198, .6);
    box-shadow:0 0 12px rgba(53,118,198, .6);
}

#log-box-local-nfo .link-myid {
    color: #2f68af;
}
aside .button.forgotten-pwd span {
background-position: 10px -26px;
}

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