body, th, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height: 150%;
}

body {
    text-align: center;
    background: url(fill.gif);
    background-repeat: repeat;
}

#all {
    margin-left: auto;
    margin-right: auto;
    width: 750px;
    text-align: left;
    background-image: url(back.jpg);
    background-repeat: repeat-y;
}

#head {
    width: 750px;
    height: 150px;
    background-image: url(head.jpg);
    background-repeat: no-repeat;
    border-bottom: 1px solid black;
}

#menu {
    font-size: 0.9em;
    width: 210px;
    float: left;
    background-image: url(menu-top.jpg);
    background-position: top left;
    background-repeat: no-repeat;
}

#menu ul {
    list-style: none;
    padding-left: 1em;
    margin: 0 0 1.5em 0;
}

#menu li {
    padding-left: 0;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    margin: 0;
}

#menu a {
    color: #2040F0;
    text-decoration: none;
    font-weight: bold;
}

#menu a:hover {
    color: #F00000;
}

#menu-inner {
    padding: 3em 1em 2em 1em;
}

#main {
    width: 540px;
    float: right;
}

#main-inner {
    margin: 1.8em 1em 4em 0.6em;
    background-repeat: no-repeat;
    background-position: top right;
}

#main a {
    color: #F00000;
}

#main a:visited {
    color: #800010;
}

#main a:hover {
    background-color: #FF8;
}

#main h1 {
    margin-bottom: 1.5em;
    background-image: url(h1.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    padding-bottom: 1em;
    padding: 0.5em 0 0.9em 1.2em;
}

#main h2 {
    margin-top: 2em;
}

#foot {
    width: 750px;
    height: 40px;
    clear: both;
    background-image: url(foot.jpg);
    background-repeat: no-repeat;
    border-top: 1px solid black;
    color: white;
    font-style: italic;
    font-size: 0.9em;
}

#foot a {
    color: white;
} 

#foot a:hover {
    color: #F00020;
}

#foot img {
    vertical-align: middle;
} 

#foot-inner {
    padding-top: 0.5em;
    padding-left: 1em;
    padding-right: 1em;
    text-align: right;
}

h1 {
    font-size: 1.5em;
}

h2 {
    font-size: 1.2em;
}

img {
    border: none;
    margin: 0.2em;
}

li {
    margin-top: 1em;
    margin-bottom: 1em; 
}

.highlight {
    color: red;
}

/**
 *              Tabulka s parametry
 ******************************************************************************/

table.parameters {
    border: none;
    font-size: 0.9em;
}

table.parameters th, table.parameters td {
    text-align: left;
    background-color: #DDD;
    padding: 0.1em 1em;
}

table.parameters th {
    font-weight: normal;
}

table.parameters td {
    font-weight: bold;
}

table.parameters th.highlight, table.parameters td.highlight {
    color: red;
}

table td.date, table th.date {
    text-align: right;
}

/**
 *              Tabulka s vitezi
 ******************************************************************************/
 
table.results {
    border: none;
    font-size: 0.9em;
}

table.results th, table.results td {
    text-align: left;
    padding: 0.1em 1em;
}

table.results tr.first * {
    background-color: #DFA344;
    color: white;
}

table.results tr.second * {
    background-color: #909090;
    color: white;
}

table.results tr.third * {
    background-color: #A56F5A;
    color: white;
}

/**
 *              Tabulka pro seznam nahranych skladeb
 ******************************************************************************/
 
table.entries {
    margin: 1em 0em;
    border-collapse: collapse;
}
 
table.entries tr.header {
    background-color: #F7F5D6;
    border-top: 1px solid #5174D1;
    border-bottom: 1px solid #D7D5B6;
}

table.entries th {
    text-align: left;
    vertical-align: top;
    font-style: italic;
    color: #606080;
}

table.entries tr.header th {
    font-style: normal;
    color: black;
}

table.entries th, table.entries td {
    padding: 0.4em 0.2em;
}

