* {
    font-family: sans-serif;
    border-radius: 5px;
}
fieldset {
    margin-bottom: 25px;
    border: solid 1px #aaa;
}
fieldset legend {
    font-weight: bolder;
}
select {
    background-color: white;
}
th {
    text-align: right;
    padding-right: 8px;
}
.bordered {
    border: solid 1px #666;
    padding: 0px 5px;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}

#page {
    max-width: 920px;
    margin: auto; border:
    solid 1px #555;
    padding-left: 20px;
    padding-right: 20px;
}
#zahlavi {
}
#menu {
    border-top:  solid 1px #555;
    border-bottom: solid 1px #555;
}
#menu ul {
    background-color: #ddd;
}
#menu li {
    display: inline;
    margin-right: 20px;
}
#menu a {
    font-weight: bold;
    text-decoration: none;
    color: black;
}
#menu a:hover {
    text-decoration: underline;
}
#obsah {
    padding-top: 25px;
    padding-bottom: 25px;
}
#oznam {
    background-color: #efe;
    text-indent: 2em;
}
#porady_form p {
    display: inline-block;
}

#table_akce {
    background-color: inherit;
}
#table_akce th {
    border: solid 1px #555;
    text-align: center;
}
#table_akce td {
    border: none;
    font-size: small;
}
#table_akce th, #table_akce td {
    padding: 0px 6px;
}

#table_akce_up td, #table_akce_up th {
    border: solid 1px #999;
}

#logout {
    text-align: right;
    font-weight: bolder;
    font-size: smaller;
    margin-right: 1em;
}