body {
    padding: 0;
    margin: 0;
    text-align: center;
    font-family: Arial;
    font-size: 0.8em;
    background: #fde274 url('tile_body.png') repeat-x;
}

h1 {
    margin: 0;
    padding: 0;
    color: #f58221;
    font-size: 1.8em;
}

a:hover {
    text-decoration: none;
}

a img {
    border: 0;
}

#container {
    margin: 0 auto;
    text-align: left;
    width: 872px;
    background: #fff;
}

#header {
    height: 115px;
    background: url('bg_header.jpg') no-repeat;
}

#logo {
    width: 318px;
    height: 27px;
    position: relative;
    top: 47px;
    left: 30px;
}

#logo a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 0.8em;
    text-decoration: none;
}

#logo a span {
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer;
    background-image: url('logo.gif');
}


#main {
background: url('tile_main.png') repeat-y;
}

#main_inner {
    background: url('bg_main.png') no-repeat;
    padding: 0 30px;
}

#footer {
    background: url('bg_footer.png') no-repeat;
    min-height: 23px;
    _height: 23px;
}

#content {
    padding: 10px 0 20px 0;
}


/* BEGIN : Tyto definice MUSI byt u kazdeho webu */
.clear {
clear: both;
height: 0;
font-size: 0;
line-height: 0;
}

.red {
color: #f00;
}

.error {
color: #f00;
}

.left {
float: left;
margin-right: 10px;
}

.right {
float: right;
margin-left: 10px;
}
/* END */


/* BEGIN : Tyto definice BY MELY byt u kazdeho webu */
a img {
border: 0;
}

table th, table td {
padding: 1px 3px 1px 3px;
}

ul, ol, table {
padding-left: 1.4em;
margin-left: 0;
}

li {
margin: 0.3em 0 0 0.3em;
}

/* Hezka tabulka. Mozno prepsat hezcim stylem lepe zapadajicim do aktualni grafiky */  
table.nice {
border-collapse: collapse;
} 

table.nice th, table.nice td {
padding: 2px 6px;
border-bottom: 1px solid #ccc;
} 

table.nice th {
background: #333;
color: #fff;
border: 1px solid #fff;
}
/* END */



#timetable_list {
border-collapse: collapse;
width: 810px;
font-size: 1em;
}

#timetable_list th {
background: #333;
color: #fff;
text-align: center;
}

#timetable_list td {
border: 1px solid #aaa;
font-size: 0.85em;
padding: 4px 2px;
}

#timetable_list td.number {
    text-align: right;
}

#timetable_list .regular {
    font-size: 0.9em;
    text-decoration: line-through;
}

#timetable_list .now {
    font-size: 1.2em;
    color: #c00;
}

#timetable_list .people_free {
    background: #cfb;
}