body {
    background-color: ivory;
    font-family: Tahoma, Geneva, Verdana, sans-serif;
    /* font-family: Verdana, Geneva, Tahoma, sans-serif; */
    letter-spacing: 1px;
}

a {
    color: red;
    /* text-decoration: none; */
}

a:hover {
    /* text-decoration: underline; */
}

.akce_ramecek {
    font-size: 0.8em;
    border: thin solid olive;
    padding: 5px 5px 5px 30px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.sudy_rok {
    background-color: lavender;
}

.akce_rok {
    font-size: 1.3em;
}

.main_frame {
    width: 900px;
    border: black thin dotted;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    padding: 10px;
}

.page_frame {
    padding: 0px 30px 0px 30px;
    line-height: 1.4;
    font-size: 0.9em;
}

.znak {
    position: absolute;
    float: none;
    margin-left: 20px;
    margin-top: 10px;
}

.nazev_webu {
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 10px;
    color: navy;
}

.nazev_webu a, a:hover {
    color: navy;
    text-decoration: none;
}

.menu {
    position: relative;
    width: 910px;
    left: -10px;
    top: -10px;
    background-color: #CCFFCC;
    padding: 5px;
    text-align: center;
    font-weight: bold;
}

.menu_item {
    margin-left: 10px;
    margin-right: 10px;
}

.menu_item_selected {
    background-color: white;
}

.obrazek_container {
    width: 800px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: -40px;
    padding: 0px;
}

.nadpis_stranky {
    border-bottom: black solid thin;
    margin-bottom: 15px;
    font-size: 1.2em;
    text-align: right;
}

.aktuality_frame {
    width: 700px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: -20px;
}

.aktuality_hlavicka {
    border-bottom: black solid thin;
    font-weight: bold;
}

.aktuality li {
    margin-bottom: 5px;
    font-size: 0.9em;
}

.paticka {
    position: relative;
    background-color: silver;
    padding: 6px;
    /*left: -10px;*/
    margin-left: -10px;
    top: 10px;
    width: 898px;
    text-align: center;
    font-size: 0.8em;
}

.spratelene_weby {
    margin-top: 8px;
    background-color: white;
    font-size: 1em;
}

.pribehy {
    line-height: 170%;
}

.texty {
    line-height: 150%;
}

.link {
    cursor: pointer;
    color: red;
    text-decoration: underline;
}

.terminy {
    border-bottom: thin dotted navy;
    color: maroon;
}

.titulka {
    font-style: italic;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.obrazky-vedle-sebe {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.obrazek {
    display: inline-block; /* Důležité pro zobrazení vedle sebe */
    /* vertical-align: top; /* Zarovnání obrázků k hornímu okraji (volitelné) */
    width: auto; /* Zajistí, že se obrázky nevejdou mimo kontejner (volitelné) */
    max-height: 600px; /* Zachování poměru stran */
}

@media (max-width: 600px) {
    /* Přizpůsobení pro menší obrazovky */
    .obrazky-vedle-sebe {
        flex-direction: column; /* Obrázky pod sebou na menších obrazovkách */
        align-items: center;
    }

    .obrazek {
        /*max-width: 70%;*/
        width: auto; /* Zajistí, že se obrázky nevejdou mimo kontejner (volitelné) */
        max-height: 600px;
    }
}
