﻿body {
    background-color: #f1b100;
}
.worksOverviewTable {
    width: 100%;
}

    .worksOverviewTable td {
        vertical-align: top;
        text-align: left;
        width: 16%;
    }


.worksTable td {
    border: 1px solid #e6e6e6;
    color: darkred;
}

    .worksTable td:hover {
        border: 1px solid #eeb600;
        background-color: #eeb600;
    }

/*navigační ikony*/

.SmallTable{
    width:100%;
    height: 135px;
}


.worksIcons {
    width: 520px;
    min-width: 520px;
    margin: 0 auto 30px;
    border-spacing: 5px;
}

    .worksIcons td {
        vertical-align: top;
        position: relative;
        text-align: center !important;
    }

    .worksIcons .playname {
        font-family: 'Open Sans', sans-serif;
        color: white;
        font-size: 19px;
        position: absolute;
    }

    .worksIcons .normaltext, .worksIcons .playname {
        padding: 5px;
        text-align: center;
    }

    .worksIcons .normaltext {
        color: #e85f4b;
        position: absolute;
        left: 0;
        text-align: center;
    }

    .worksIcons div {
        display: inline-table;
    }

    .worksIcons .line1 td {
        width: 50%;
        min-width: 50%;
        height: 260px;
    }

    .worksIcons .line1 .normaltext {
        font-size: 14px;
        bottom: 20px;
        line-height: 22px;
        width: 95%;
    }

    .worksIcons .line1 .playname {
        font-size: 24px;
        left: 0;
        width: 95%;
        bottom: 80px;
    }

    .worksIcons .line2 td {
        width: 25%;
        min-width: 25%;
        height: 135px;
    }

    .worksIcons .line2 .normaltext {
        width: 95%;
        font-size: 11px;
        line-height: 14px;
        bottom: 20px;
    }

    .worksIcons .line2 .playname {
        font-size: 19px;
        left: 0;
        width: 95%;
        bottom:80px;
    }

    .worksIcons td a {
        width: 100%;
        height: 100%;
        background-color:#820000;
             
        display: normal;
    }

        .worksIcons td a:hover {
            background-color: #720000;
        }

            .worksIcons td a:hover .normaltext {
                color: white;
            }

.playsIco, .poemsIco {
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 45px;
}

.playsIco {
    background-image: url(_images/playsIco_bg.png);
}

.poemsIco {
    background-image: url(_images/poemsIco_bg.png);
}
