/****************
 * author:gondo *
 ****************/
body, html {
    margin:                 0px;
    padding:                0px;
    height:                 100%;
    border:                 none 0px;
    font-family:            Tahoma, sans-serif;
    font-size:              12px;
    background:             #cdcdcd;
    color:                  #000;
    overflow:               hidden;
}

a img {
    border:                 none 0px;
}

/* centrovanie */
div#container {
    width:                  100%;
    height:                 100%;
    min-height:             644px;
    position:               absolute;
    top:                    0px;
    left:                   0px;
}

    div#container-horizontal {
        width:                  100%;
        margin:                 auto;
        position:               absolute;
        top:                    50%;
    }

        div#container-in {
            width:                  100%;
            height:                 644px;
            position:               absolute;
            top:                    -322px;
            overflow:               hidden;
            background:             #fff;
            color:                  #000;
            text-align:             center;
        }

/* krajne sede okraje */
div#top {
    background:             url('../img/home/grey_top.gif') 50% 0px no-repeat;
    height:                 61px;
}

div#bottom {
    background:             url('../img/home/grey_bottom.gif') 50% 0px no-repeat;
    height:                 53px;
}

/* stred */
div#middle {
    margin:                 auto;
    width:                  940px;
    height:                 530px;
    overflow:               hidden;
    text-align:             left;
    position:               relative;
}

img {
    border:                 none 0px;
}

.hide {
    display:                none;
}

ul, ul li {
    padding:                0px;
    margin:                 0px;
    list-style:             none;
}

a.creeo {
    display:                block;
    width:                  133px;
    height:                 9px;
    margin:                 25px 0px 0px 790px;
}
