        body , html {
        margin-top : 0px;
        margin-right : auto;
        margin-bottom : 0px;
        margin-left : 0px;
        padding : 0px;
        background-color : #ffffff;
        text-align : left;
        }
                
        #main {     
        /* div - pozice*/
        position : relative;
        display : block;
        width : 750px;
        margin-top : 0px;
        margin-right : auto;
        margin-bottom : 0px;
        margin-left : 0px; 
        padding : 0px;
        z-index : 2;
        /* div - vzhled */
        border : 0px;
        background-color : #ffffff;
        }
        
        #left {
        /* div - pozice*/
        position : absolute;
        display : block;
        width : 230px;
        top : 0px;
        left : 0px;
        margin : 0px;
        padding : 0px;
        z-index : 3;
        /* div - vzhled */
        border-top : 0px;
        border-right : 0px #141d21 solid;
        border-bottom : 0px;
        border-left : 0px #141d21 solid;
        background-color : transparent;
        }        
        
                #left-top {
                /* div - pozice*/
                position : relative;
                display : block;
                width : 230px;
                height : 110px;
                margin : 0px;
                padding : 0px;
                z-index : 4;
                /* div - vzhled */
                border : 0px;
                background-color : #fbae13;
               /* background-image : url("/images/web/left_top.png"); */
               /* background-position : right bottom;
                background-repeat : no-repeat; */
                }
                
                #left-menu {
                /* div - pozice*/
                position : relative;
                display : block;
                width : 220px;
                height : 235px !important;
                min-height : 235px;
                margin :  0px;
                padding-top : 0px;
                padding-right : 0px;
                padding-bottom : 0px;
                padding-left : 10px;
                z-index : 4;
                /* div - vzhled */
                border : 0px;
                background-color : transparent;
                background-image : url("/images/web/bg_menu.png");
                background-position : left top;
                background-repeat : repeat-y;
                }
                
                            #left-menu-top {
                            /* div - pozice*/
                            position : absolute;
                            display : block;
                            width : 230px;
                            height : 71px;
                            top : 0px;
                            left : 0px;
                            margin :  0px;
                            padding : 0px;
                            z-index : 5;
                            /* div - vzhled */
                            border : 0px;
                            background-color : transparent;
                            background-image : url("/images/web/left_menu_top.png");
                            background-position : left top;
                            background-repeat : no-repeat;
                            }
                            
                            #left-menu-content {
                            /* div - pozice*/
                            position : relative;
                            display : block;
                            width : 220px;
                            margin :  0px;
                            padding-top : 0px;
                            padding-right : 0px;
                            padding-bottom : 0px;
                            padding-left : 10px;
                            z-index : 6;
                            /* div - vzhled */
                            border : 0px;
                            background-color : transparent;
                            }
                            
                            .left-menu-line {
                            position : relative;
                            display : block;
                            width : 140px;
                            height : 1px;
                            border : 0px;
                            margin-top : 1px;
                            margin-right : 0px;
                            margin-bottom : 1px;
                            margin-left : 0px;
                            }
                            
                            #left-menu-bottom {
                            /* div - pozice*/
                            position : absolute;
                            display : block;
                            width : 210px;
                            height : 44px;
                            bottom : 0px;
                            left : 0px;
                            margin :  0px;
                            padding : 0px;
                            z-index : 5;
                            /* div - vzhled */
                            border : 0px;
                            background-color : transparent;
                            background-image : url("/images/web/left_menu_bottom.png");
                            background-position : left bottom;
                            background-repeat : no-repeat;
                            }
        
                #left-search {
                /* div - pozice*/
                position : relative;
                display : block;
                width : 210px;
                height : 90px;
                margin-top : 20px;
                margin-right : 0px;
                margin-bottom : 0px;
                margin-left : 0px;
                padding-top : 10px;
                padding-right : 0px;
                padding-bottom : 0px;
                padding-left : 0px;
                z-index : 4;
                /* div - vzhled */
                border : 0px;
                background-color : #0ed554;
                background-image : url("/images/web/box_search.png");
                background-position : left top;
                background-repeat : no-repeat;
                /* div - text */
                text-align : center;
                }
                
                #left-login {
                /* div - pozice*/
                position : relative;
                display : block;
                width : 210px;
                height : 127px;
                margin-top : 20px;
                margin-right : 0px;
                margin-bottom : 0px;
                margin-left : 0px;
                padding-top : 20px;
                padding-right : 0px;
                padding-bottom : 0px;
                padding-left : 0px;
                z-index : 4;
                /* div - vzhled */
                border : 0px;
                background-color : #73b4ff;
                background-image : url("/images/web/box_login.png");
                background-position : left top;
                background-repeat : no-repeat;
                /* div - text */
                text-align : center;
                }
                
        #right {
        /* div - pozice*/
        position : relative;
        display : block;
        width : 750px;
        height : 700px !important;
        min-height : 700px;
        margin : 0px;
        padding : 0px;
        z-index : 2;
        /* div - vzhled */
        border : 0px;
        background-color : transparent;
        }
        
                #right-top {
                /* div - pozice*/
                position : absolute;
                display : block;
                width : 500px;
                height : 72px;
                top : 0px;
                left : 230px;
                margin : 0px;
                padding-top : 50px;
                padding-right : 20px;
                padding-bottom : 0px;
                padding-left : 0px;;
                z-index : 4;
                /* div - vzhled */
                border : 0px;
                background-color : transparent;
                background-image : url("/images/web/right_top.png");
                background-position : left top;
                background-repeat : no-repeat;
                /* div - text */
                font-family : "Arial CE", "arial";
                font-size : 15px;
                font-weight : bold;
                text-align : right;
                color : #000000;
                }             
        
                #right-content {
                /* div - pozice*/
                position : absolute;
                display : block;
                width : 510px;
                _height : 500px;
                min-height : 500px;
                top : 122px;
                left : 230px;
                margin : 0px;        
                padding-top : 0px;
                padding-right : 0px;
                padding-bottom : 0px;
                padding-left : 10px;
                z-index : 3;
                /* div - vzhled */
                border-top : 0px #000000 solid;
                border-right : 0px;
                border-bottom : 0px #000000 solid;
                border-left : 1px #000000 dotted;
                background-color : #ffffff;
                /* div - text */
                text-align : left;
                color : #000000;
                }
                
                .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-size : 13px;
                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-size : 13px;
                font-weight : normal;
                text-align : right;
                color : #000000;
                } 
       
        #right-foot {
        /* div - pozice*/
        position : relative;
        display : block;
        width : 490px;
        height : 70px;
        margin-top : 40px;
        margin-right : 0px;
        margin-bottom : 0px;
        margin-left : 0px;
        padding-top : 10px;
        padding-right : 0px;
        padding-bottom : 0px;
        padding-left : 30px;
        z-index : 3;
        /* div - vzhled */
        border : 0px;     
        background-color : transparent;
        background-image : url("/images/web/box_foot.png");
        background-position : center center;
        background-repeat : no-repeat;
        /* div - text */
        text-align : left;
        color : #000000;
        }
        
                #right-foot-right {
                /* div - pozice*/
                position : absolute;
                display : block;
                width : 250px;
                height : 70px;
                top : 0px;
                left : 250px;
                margin : 0px;
                padding-top : 10px;
                padding-right : 0px;
                padding-bottom : 0px;
                padding-left : 0px;
                z-index : 3;
                /* div - vzhled */
                border : 0px;     
                background-color : transparent;
                /* div - text */
                text-align : left;
                color : #000000;
                }
        
        #right-navigation {
        /* 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 : center;
        }
   
   
        #smiles {
        /* div - pozice*/
        position : relative;
        display : block;
        width : 520px;
        height : 70px;
        margin : 0px;        
        padding : 0px;
        z-index : 3;
        /* div - vzhled */
        border : 0px;
        background-color : #ffffff;
        /* div - text */
        text-align : center;
        }
        
                    
                      
      
