﻿

/* Celý header – obsahuje už aj logo v pozadí */
#Theader {
    width: 900px;
    height: 250px;
    background: url(../images/head/head_zj.jpg) no-repeat;
    position: relative;
}

/* Klikacia zóna na logo – BEZ pozadia */
#Theader-left a {
    width: 200px;
    height: 90px;
    float: left;
    cursor: pointer;
    margin: 45px 0 0 48px;
    display: block;
    background: none;
}

/* Pravá časť – slideshow */
#Theader-right {
    width: 613px;
    height: 250px;
    float: right;
    position: relative;
    overflow: hidden;
}

/* Dva obrázky nad sebou */
.Tslide-img {
    width: 613px;
    height: 250px;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    filter: alpha(opacity=0);
    opacity: 0;
}

#Tslide1 {
    filter: alpha(opacity=100);
    opacity: 1;
}
