* {
    margin: 0;
    padding: 0;
}
body {
    padding: 20px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    background-color: #ffffff;
}
a {
    color: Maroon;
}
a:hover {
    color: #fd2600;
    background-color: #fff8dc;
}
div#page {
    width: 950px;
    margin: 10px auto;
    text-align: left;
    border: 1px solid #b4b4b4;
    background-color: #ffffff;
}
div#banner {
    width: 910px;
    text-align: right;
    background-color: #dad7fc;
    color: black;
    font-family: Garamond, "Times New Roman", Times, serif;
    font-size: 150%;
    padding: 20px;
    font-variant: small-caps;
    font-style: italic;
    font-weight: bold;
}
div#banner a {
    text-decoration: none;
    color: black;
}

/* --- DIGIPA MENU STYLE --- */
ul.menu {
    list-style: none !important;
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border-top: 1px solid #b4b4b4;
}
ul.menu li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid #b4b4b4;
}
ul.menu li a {
    display: block !important;
    text-decoration: none !important;
    padding: 8px 10px !important;
    background-color: #e6e6fa !important;
    color: #000080 !important;
    font-size: 11px !important;
    font-weight: bold !important;
    text-align: left;
}
ul.menu li a:hover,
ul.menu li a.active {
    background-color: #ffffff !important;
    color: #ff0000 !important;
}

/* --- TABULKY A FORMULARE --- */
h1 {
    font-size: 1.2em;
    margin-bottom: 5px;
    color: #22108b;
    border-bottom: 3px solid #bababa;
}
h2 {
    font-size: 1.1em;
    font-weight: normal;
}
h3 {
    font-size: 1em;
}
.small {
    font-size: 0.8em;
}
.red {
    color: #ff6347;
}
.green {
    color: #2db62f;
}
table.form,
table.form1 {
    border-collapse: collapse;
    font-size: 0.9em;
}
table.form td,
table.form1 td {
    border-bottom: 3px solid white;
    background-color: #d6ecf3;
    padding: 3px 5px;
}
table.form1 td {
    background-color: #ffdead;
}
table.vypis td,
table.vypis th {
    padding: 1px 5px;
    background-color: #f8f8ff;
    font-size: 0.75em;
    border-top: 1px solid black;
    vertical-align: top;
}
tr.neschvaleno td,
tr.neschvaleno1 td {
    background-color: #ffdab9;
}
tr.neschvaleno1 td,
tr.schvaleno1 td {
    border-top: none;
}
div.aktualita {
    border: 1px solid silver;
    background-color: #e6e6fa;
    margin: 10px 0 0;
    padding: 10px;
}
#copyright {
    border-top: 2px solid #add8e6;
    padding: 5px 10px;
    font-size: 0.8em;
}
