* {
    margin: 0;
    border: 0;
    padding: 0;
}

body {
    margin: 15px 30px;
    background-size: cover;
    font-family: "Lucida Sans Unicode", Tahoma, Arial, Verdana, sans-serif;
}

#pojemnik {
    margin: auto;
    padding: 15px;
    width: 720px;
    background-color: #f3f1f4;
    border: 2px solid grey;
    color: #000000;
    font-size: 0.8em;
}

h1,
h3 {
    font-weight: normal;
    letter-spacing: -0.05em;
    font-family: Georgia, Sylfaen, "Times New Roman", serif;
}

h1 {
    font-size: 1.8em;
    border-bottom: 1px solid #000000;
}

h3 {
    font-size: 1.4em;
    padding: 0.2em;
}

h3 strong {
    font-family: "Lucida Sans Unicode", Tahoma, Arial, Verdana, sans-serif;
    font-size: 0.9em;
}

ul {
    list-style-type: none;
}

li {
    float: left;
}

li a {
    display: block;
    font-size: 1.1em;
    padding: 0.4em;
    background: #FFF;
    color: #000000;
    border: 1px solid grey;
    margin: 0.4em;
    margin-right: 0.1em;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

li a:hover {
    background: #ac0200;
    border-color: grey;
    color: #FFF;
    text-decoration: none;
}

#tresc {
    border-top: 1px solid #000000;
    clear: both;
    padding-top: 10px;
}

table {
    width: 100%;
    margin-bottom: 10px;
}

table {
    border-right: 1px solid black;
    border-top: 1px solid black;
}

td,
th {
    border-bottom: 1px solid #000000;
}

td {
    border-left: 1px solid black;
    padding: 0.3em;
    color: black;
}

.nau {
    background: #AFAFAF;
    font-size: 1.3em;
}

.kol {
    font-weight: bold;
}

.lek {
    width: 5%;
}

.opi {
    width: 39%;
}

.zast {
    width: 30%;
}

.uwa {
    width: 26%;
}

p {
    font-size: 1.1em;
    text-align: justify;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #000000;
}

.num {
    display: block;
    font-size: 2em;
    text-align: center;
}

.aut {
    display: block;
    font-size: 0.8em;
    text-align: right;
    color: #000000;
    padding-top: 4px;
}

.det {
    display: block;
    padding-bottom: 0.9em;
}

span.resmsg {
    color: red;
}

span.zktitle {
    color: #ff0000;
    display: block;
}

p.zast_updtime {
    font-size: 1.1em;
}

p.zast_updtime span {
    font-size: 1.2em;
}

input,
select,
textarea {
    font-family: "Lucida Sans Unicode", Tahoma, Arial, Verdana, sans-serif;
    border: 1px solid #000000;
    margin: 0.2em;
    padding: 0.3em
}

.alt {
    background: #F2F6F7;
}

#menu li#lessonPlan p {
    background: #000000;
    border: 1px solid #000000;
    padding: 5px;
    position: absolute;
    z-index: 100;
    top: 32px;
    left: 10px;
    width: 200px;
    color: #c4c4c4;
    line-height: 22px;
    border-radius: 6px;
    box-shadow: 5px 5px 10px #444444;
}

#menu li#lessonPlan p a {
    display: inline;
    font: 10px Verdana, Geneva, sans-serif;
    background: #FFF;
    border: 1px solid grey;
    padding: 2px 4px;
    margin: 0;
    color: darkred;
}

#menu li#lessonPlan p a:hover {
    border-color: grey;
    background: darkred;
    color: white;
}

#menu li#lessonPlan p a.simple {
    font: 10px Verdana, Geneva, sans-serif;
    background: 0;
    border: 0;
    padding: 0;
    color: white;
}

#menu li#lessonPlan p a.simple:hover {
    border: 0;
    background: 0;
    color: grey;
}