body
{
    margin: 0px 0px 0px 0px;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
    display: flex;
    background-color: #e1e2e1;
    color: black;
    flex-direction: column;
    align-items: center;
}

header > h1
{
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 0px 10px;
    font-size: 250%;
    color: #000000;
    font-variant: small-caps;
}

header
{
    width: 65%;
    background-color: #f44336;
    margin: 0px 0px 0px 0px;
    padding: 10px 25px 15px 25px;
}

nav
{
    width: 65%;
    top: 0px;
    bottom: 0px;
    position: sticky;
    margin: 0px 0px 0px 0px;
    padding: 0px 25px 0px 25px;
    background-color: #f44336;
    border: 0px none #f44336;
    border-radius: 0px 0px 25px 25px;
}

nav > ul
{
    list-style-type: none;
    display: flex;
    justify-content: stretch;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 10px;
    flex-wrap: wrap;
}

nav li
{
    margin: 0px 20px 0px 0px;
    font-size: 130%;
    background-color: #ff7961;
    color: #000000;
}

nav li div
{
    padding: 9px 20px 7px 20px;
}

li.button:hover
{
    transition: 0.4s;
}

li.button:hover
{
    background-color: #ba000d;
}

#button_pressed
{
    background-color: #ba000d;
}

nav a, nav a:visited, nav a:hover, nav a:active
{
    color: inherit;
    text-decoration: none;
}

li.button a
{
    width: 100%;
    height: 100%;
}

article
{
    margin: 20px 0px 20px 0px;
    padding: 10px 20px 10px 20px;
    width: 60%;
    background-color: #F5F5F6;
    border: 5px groove #f44336;
}

article p
{
    text-indent: 2em;
    text-align: justify;
    max-width: 70%;
    margin: 8px 0px 8px 0px;
}

article h2
{
    color: #ba000d;
}

#fotka
{
    float: right;
    margin: 18px 0px 25px 30px;
    max-width: 40%;
}

figure#fotka img
{
    max-width: 100%;
}

article ol
{
    list-style: decimal-leading-zero;
}
article ol ul
{
    list-style: disc;
    padding-left: 30px;
}

#zdroje
{
    max-width: 70%;
    list-style: square;
}

footer
{
    margin: 0px 0px 0px 0px;
    padding: 20px 20px 20px 20px;
    width: 60%;
    background-color: #f44336;
    border: 5px groove #f44336;
    text-align: center;
}

footer div
{
    margin: 0px 0px 5px 0px;
}

footer time
{
    font-style: italic;
    display: block;
}

table
{
    font-size: 120%;
    text-align: center;
    margin: 30px 0px 40px 0px;
}

table caption
{
    text-align: left;
    font-style: oblique;
    margin: 0px 0px 12px 0px;
}

table
{
    border-collapse: collapse;
}

table thead tr th
{
    border-bottom: 1px solid #000000;
}

table th, table td 
{
    border-left: 1px solid #aca9a9;
    border-right: 1px solid #aca9a9;
    padding: 1px 10px 1px 10px;
}

table td
{
    font-style: normal;
}

table .text
{
    text-align: left;
}

table .num
{
    text-align: right;
}