/*elements*/
h1 {
        font-size: 1em;
        color: #9da6ad;
        line-height: 1em;
        position: absolute;
        top: 160px;
        left: 30px;
        display: block;
}

#header {
        position: absolute;
        top: 0px;
        left: 0px;
        overflow: hidden;
        background-image: url(../images/header.gif);
        background-repeat: no-repeat;
        background-position: left top;
        height: 186px;
        width: 994px;
}

#banner {
        position: absolute;
        top: 185px;
        left: 0px;
        width: 994px;
        height: 126px;
        background-image: url(../images/oranzbar.gif);
        background-repeat: no-repeat;
        background-position: left top;
}

/* This is the zone link clickable area */
#internet-zone {
        position: absolute;
        top: 3px;
        left: 22px;
        height: 60px;
        width: 185px;
        background-color: transparent;
        /*border: 1px solid yellow;*/
}
#serverhosting-zone {
        position: absolute;
        top: 3px;
        left: 220px;
        height: 60px;
        width: 270px;
        background-color: transparent;
        /*border: 1px solid yellow;*/
}
#webhosting-zone {
        position: absolute;
        top: 3px;
        left: 510px;
        height: 60px;
        width: 245px;
        background-color: transparent;
        /*border: 1px solid yellow;*/
}
#hardware-zone {
        position: absolute;
        top: 3px;
        left: 765px;
        height: 60px;
        width: 205px;
        background-color: transparent;
        /*border: 1px solid yellow;*/
}

#home {
        position: absolute;
        top: 310px;
        left: 0px;
        width: 994px;
        height: 31px;
        background-image: url(../images/home.gif);
        background-repeat: no-repeat;
        background-position: left top;
}

#obsah-left {
        float: left;
        width: 994px; /* Soucet #middle a #left 950*/
        margin-top: 341px;
        XXborder: 1px solid #0033FF;
}
