

    div.keret
    {
        width              : 900px           ;
        border             : solid 0px gray  ;
        margin             : 24px auto       ;
    }

    div.belso
    {
        margin             :  24px            ;
        background-color   : #778899           ;

        background-image   : url()  ;
        background-repeat  : no-repeat        ;
        background-position: bottom right     ;

        border             : solid 2px #448   ;
        border-radius      :  0           ;
        box-shadow         : 6px 6px 2px #555 ;
        font-family        : Verdana          ;
        color              : #4B0082         ;
    }

    div.felso
    {
        padding            : 32px             ;
        font-size          : 32px             ;
        text-align         : center           ;
        font-weight        : bold             ;
    }

    div.bal
    {
        width              : 100px            ;
        height             :1400px            ;
        float              : left             ;
        margin-top         : 0                ;
        padding            : 8px 0 16px 0    ;
        text-align         : center           ;
    }

    div.jobb
    {
        width              :620px            ;
        min-height         : 500px            ;
        margin-left        :150px            ;
        padding            :  12px            ;
        line-height        :  12px            ;
        font-size          :  9px            ;
        text-align         : justify          ;
    }

    div.bal a
    {
        display            : block            ;
        text-decoration    : none             ;
        border             : solid 1px #224   ;
        border-radius      : 0             ;
        margin             : 2px 4px         ;
        padding            : 8px              ;
        background-color   : #d3d3d3            ;
        color              : #224             ;
        font-size          : 9px             ;
        font-weight        : bold             ;
    }
 
    div.bal a:hover
    {
        background-color   : #778899 1px #22A   ;
        color              : #22A             ;
    }
