/*
   --- (c) j3nda <smid {-at-} fv {-dot-} cz>
   file: layer.css
     by: ester, v.0.6, build: 20080328-174138 (generate: 01.07.2025, 05:45:40)

*/
/*
    _default.css - (c) fv.cz <devel@fv.cz>
    -- pro posunujici vrstvu
*/


body {
    background-color: red;
}
#layer_left {
    width: 20%;
    height: 100%;
    background-color: silver;
    border: solid 1px gray;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 6;
}

#layer_right {
    width: 80%;
    height: 100%;
    border: solid 1px green;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 4;
}

.layer_mov {
    display: 1;
    width: 600px;
    left: -530px;

    /* pruhlednost */
    -moz-opacity: 0.5;			/* mozilla */
    filter: alpha(opacity=50%);		/* IE */

    overflow: auto;
    height: 400px;
    background-color: white;
    border: dashed 2px black;
    position: absolute;
    top: 40px;
    z-index: 5;
}
