/*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: 50px;
        background-image: url(../images/oranzbar1.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;
}
#serverhosting-zone {
        position: absolute;
        top: 3px;
        left: 220px;
        height: 60px;
        width: 270px;
        background-color: transparent;
}
#webhosting-zone {
        position: absolute;
        top: 3px;
        left: 510px;
        height: 60px;
        width: 245px;
        background-color: transparent;
}
#hardware-zone {
        position: absolute;
        top: 3px;
        left: 765px;
        height: 60px;
        width: 205px;
        background-color: transparent;
}*/

#home {
        position: absolute;
        top: 230px;
        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: 260px;
}

