@import url("layout_common.css");

body {
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#hornilogo {
    position: fixed;
    _position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 70px;
    z-index: 1;
}
#hornilogo noscript {
    position: inherit;
    _position: absolute;
}
    #logo {
        display: block;
        position: inherit;
        _position: absolute;
        top: 0px;
        left: 5px;
    }
    h1.logo {
        margin: 0px;
        margin-top: 4px;
        margin-left: 4px;
        font-size: 62px;
    }
        
    #mapa {
        position: inherit;
        _position: absolute;
        top: 0px;
        right: 5px;
    }
    #mapa img {
        border-width: 0px;
    }

#levemenu {
    _position: absolute;
    position: fixed;
    _max-width: 50%;
    /*bottom: inherit;*/
    max-height: 100%;

    height: auto;
    left: 0pt;
    top: 70px;
    width: 13.0ex;
    /*_width: 10.5ex;*/
    /*max-width: 50%;*/
    _margin: 5px;
    /*overflow: visible;*/
    overflow: auto;
}
#levemenunadpis {
    /*display: caption;*/
    position: relative;
    vertical-align: 20px;
}

#hlavnistranka {
    _position: absolute;
    position: fixed;
    top: 70px;
    left: 18ex;
    right: 0px;
    bottom: 0px;
    overflow: auto;
}
