#admin .cesta {
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 5px;
    color: rgb(0,0,102);
}

#admin .cesta a {
    color: rgb(0,0,102);
    text-decoration: none;
}

#admin .cesta a:hover {
    color: rgb(255,153,51);
}

#admin .menu {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
}

#admin .menu a {
    color: rgb(0,0,102);
    font-weight: bold;
    text-decoration: none;
    padding: 2px;
    text-align: center;
    float: left;
    margin-right: 1px;
}

#admin .menu a:hover {
    background-color: rgb(255,204,102);
    color: rgb(153,0,0);
}

#admin .obsah {
    clear: left;
    float: left;
    width: 100%;
}

#admin .obsah table {
    width: 100%;
}

#admin .obsah table th {
    border-bottom: 1px solid rgb(255,204,102);
}

#admin .obsah table thead th {
    padding: 5px;
    font-size: 12px;
    color: rgb(0,0,102);
    text-align: left;
}

#admin .obsah table tbody td {
    font-size: 12px;
    color: rgb(0,0,102);
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

#admin .obsah a {
    color: rgb(0,0,102);
    font-weight: normal;
    text-decoration: none;
}

#admin .obsah a:hover {
    text-decoration: underline;
    color: rgb(255,153,51);
}

#admin .leve_menu {
    padding-left: 410px;
}

#admin .leve_menu a {
    color: rgb(0,0,102);
    font-weight: bold;
    text-decoration: none;
}

#admin .leve_menu a:hover {
    color: rgb(255,153,51);
}
