        body , html {
        margin-top : 0px;
        margin-right : 0px;
        margin-bottom : 0px;
        margin-left : 0px;
        padding : 0px;
        background-color : #ffffff;
        text-align : center;
        }

        #main {     
        /* div - pozice*/
        position : relative;
        display : block;
        width : 100%;
        right : 0px;
        margin-top : 20px;
        margin-right : 20px;
        margin-bottom : auto;
        margin-left : auto; 
        padding : 0px;
        z-index : 1;
        /* div - vzhled */
        border : 0px;
        background-color : #ffffff;
        /* div - text */
        text-align : left;
        }

        #left {
        /* div - pozice*/
        display : none;
        }
        
        #right-top {
        /* div - pozice*/
        display : none;
        }
        
        #right-content {
        /* div - pozice*/
        position : relative;
        display : block;
        width : 674px;
        margin : 0px;
        padding-top : 0px;
        padding-right : 0px;
        padding-bottom : 7px;
        padding-left : 0px;
        z-index : 2;
        /* div - vzhled */
        border : 0px;
        background-color : #ffffff;
        /* div - text */
        text-align : center;
        }
                
                .right-content-head {
                /* div - pozice*/
                position : relative;
                display : block;
                width : 520px;
                height : 30px;
                margin : 0px;        
                padding : 0px;
                z-index : 3;
                /* div - vzhled */
                border : 0px;
                background-color : #ffffff;
                /* div - text */
                text-align : left;
                }
                
                .right-content-head-date {
                /* div - pozice*/
                position : absolute;
                display : block;
                width : 200px;
                height : 30px;
                top : 0px;
                left : 320px;
                margin : 0px;        
                padding : 0px;
                z-index : 4;
                /* div - vzhled */
                border : 0px;
                background-color : transparent;
                /* div - text */
                font-family : "Arial CE", "arial";
                font-weight : normal;
                text-align : right;
                color : #000000;
                }
                
                .right-content-content {
                /* div - pozice*/
                position : relative;
                display : block;
                width : 500px;
                margin-top : 0px;
                margin-right : 0px;
                margin-bottom : 0px;
                margin-left : 0px;        
                padding-top : 0px;
                padding-right : 0px;
                padding-bottom : 0px;
                padding-left : 10px;
                z-index : 3;
                /* div - vzhled */
                border : 0px;
                background-color : #ffffff;
                /* div - text */
                text-align : left;
                }
                
                .right-content-foot {
                /* div - pozice*/
                position : relative;
                display : block;
                width : 520px;
                height : 20px;
                margin-top : 0px;
                margin-right : 0px;
                margin-bottom : 20px;
                margin-left : 0px;        
                padding : 0px;
                z-index : 4;
                /* div - vzhled */
                border : 0px;
                background-color : transparent;
                /* div - text */
                font-family : "Arial CE", "arial";
                font-weight : normal;
                text-align : right;
                color : #000000;
                }    
                 
    
              
                      
      
