/*elements*/
h1 {
        font-size: 0.9em;
        color: #9da6ad;
        line-height: 1em;
        position: absolute;
        width: 745px;
        top: 130px;
        left: 225px;
        display: block;
        text-align: right;
}

#header {
        position: absolute;
        top: 0px;
        left: 0px;
        overflow: hidden;
        background-image: url(../images/header1.gif);
        background-repeat: no-repeat;
        background-position: left top;
        height: 151px;
        width: 994px;
}

#banner {
        position: absolute;
        top: 152px;
        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: 40px;
        width: 185px;
        background-color: transparent;
        /*border: 1px solid yellow;*/
}
#serverhosting-zone {
        position: absolute;
        top: 3px;
        left: 220px;
        height: 40px;
        width: 270px;
        background-color: transparent;
        /*border: 1px solid yellow;*/
}
#webhosting-zone {
        position: absolute;
        top: 3px;
        left: 510px;
        height: 40px;
        width: 245px;
        background-color: transparent;
        /*border: 1px solid yellow;*/
}
#hardware-zone {
        position: absolute;
        top: 3px;
        left: 765px;
        height: 40px;
        width: 205px;
        background-color: transparent;
        /*border: 1px solid yellow;*/
}

#home {
        position: absolute;
        top: 200px;
        left: 0px;
        width: 994px;
        height: 31px;
        background-image: url(../images/home.gif);
        background-repeat: no-repeat;
        background-position: left top;
        XXborder: 1px solid #FFFFFF;
}

#obsah-left {
        float: left;
        width: 994px; /* Soucet #middle a #left 950*/
        margin-top: 233px;
        XXborder: 1px solid #0033FF;
}
