/** aktivni prvky */

span.repl span.brackets {
    display: none;
}

span.repl span.hover {
    display: none;
}


/** rozlozeni */

html,body {
    margin: 0;
    padding: 0;
    height: 100%;
    border: none;
    overflow: hidden;
}

div {
    margin: 0;
    padding: 0;
    border: none;
}

div#viewport {
    overflow: hidden;
    height: 100%;
}

div#all {
    position: absolute;
    width: 94%;
    height: 98%;
    overflow: hidden;
    left: 2.5%;
}

div#caption {
    position: absolute;
    text-align: center;
    padding: 0 0 1em 0;
    background: transparent url( "ztrata-logo-male.png" ) no-repeat top right; 
    _background: transparent url( "ztrata-logo-male.gif" ) no-repeat top right; 
    height: 8em;
    left: 0;
    right: 0;
    top: 0;
}

div#main {
    position: absolute;
    left: 0;
    top: 8em;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

div#main_content {
    padding: 0.5em;
    position: absolute;
    _height : 20em; /*ie only */
    top: 2em;
    left: 8.5em;
    bottom: 2em;
    right: 8.5em;
    overflow: auto;
}

div.cloudbg img {
    position: absolute;
    top: -0.5em;
    left: -0.5em;
    z-index: -1;
    width: 9em;
    height: 2.5em;
}

div.cloud {
    z-index: 2;
    width: 8em;
    height: 1.5em;
    text-align: center;
    background: transparent;
}


div.nojs {
    display: none;
}

div#nav_top {
    font-size: 80%;
    margin: 0;
    border: none;
    padding: 0;
}

div#nav_top ul {
    margin: 0;
    padding: 0;
}

div#nav_top ul li {
    float: left;
    padding: 0 1em;
    margin-left: 0;
    border-left: 1px solid white;
    list-style-type: none;
}

div.cleaner {
    height: 0px;
    clear: both;
}


