html, body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    background-color: #7ACF98;
    font-family: Arial;
    font-size: 12px;
}

body.mceContentBody {
    background-color: #FFFFFF;
}

a {
    text-decoration: none;
    color: #000099;
}

.rooster {
    border: 1px solid #000099;
    background-color: #FFFFCC;
}

.roosterdivider {
    border-top: 1px solid #000099;
}

.main_holder {
    float: left;
    width: 778px;
    background-color: #FFFFFF;
    border-right: 1px solid #000000;
}

    .main_holder .content {
        float: left;
        width: 617px;
        margin-left: 40px;
        margin-top: -110px;
    }

.header {
    float: left;
    width: 778px;
    height: 585px;
    background-image: url(../image/header.jpg);
}

    .header .title {
        float: left;
        font-family: Times;
        font-size: 28px;
        color: #FFFFFF;
        margin-top: 25px;
        margin-left: 20px;
    }

    .header .email {
        float: left;
        font-family: Times;
        font-size: 15px;
        color: #000000;
        margin-top: 60px;
        margin-left: 10px;
        font-weight: bold;
    }

    .header .slogan {
        font-family: Arial;
        color: #FFFFFF;
        font-size: 14px;
        width: 150px;
        position: absolute;
        top: 110px;
        left: 374px;
        text-align: center;
        line-height: 35px;
    }

    .header .adres {
        font-family: Arial;
        font-size: 17px;
        font-weight: bold;
        position: absolute;
        left: 38px;
        top: 400px;
    }

        .header .adres small {
            display: block;
        }

    .header .menu {
        width: 157px;
        margin-top: 14px;
        margin-left: 58px;
        position:   absolute;
        left:       560px;
    }

        .header .menu a {
            float: right;
            width: 127px;
            height: 22px;
            color: #000000;
            font-family: Times;
            font-size: 15px;
            text-align: right;
            padding-right: 30px;
            background-image: url(../image/menu_item.jpg);
            margin-top: 2px;
        }

            .header .menu a:hover {
                color: #FFFFFF;
            }

.main_holder {
    float: left;
    width: 778px;
    border-right: 1px solid #000000;
}

.footer {
    float: left;
    width: 778px;
    height: 55px;
    background-image: url(../image/footer.jpg);
    background-repeat: no-repeat;
    background-color: #FFFFFF;
}

    .footer .contact {
        float: left;
        font-family: Arial;
        font-size: 13px;
        margin-left: 38px;
        margin-top: 36px;
    }

