.hidden {
    display: none;
}

body {
    font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    margin: 10px auto 0 7px;
    padding: 0px;
    font-size: 0.7em;
    color: black;
}

table.seznam {

    clear: both;
    width: 800px;
    font-size: 12px;
    border-collapse: collapse;
    margin: 0px;
    padding: 0px;
    border: 0px;
    margin-bottom: 30px;
}

/*
table.seznam a { font-weight:normal; background-color:green; color: white; text-decoration: none; padding: 1px 5px 1px 5px; }
table.seznam a:hover { text-decoration: underline; }
*/

table.seznam th.header {
    width: 800px;
    height: 40px;
    background-color: #8ab439;
    padding: 0px;
    margin: 0px;
}

table.seznam th.header h3 {
    float: left;
    font-size: 1.6em;
    color: #ffffff;
    padding: 0px;
    margin: 6px 0 0 10px;
    font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    font-weight: 400;
}

table.seznam th.header img {
    float: right;
    border: 0px;
    padding: 0px;
    margin-right: 5px;
    height: 40px;
}

table.seznam th {
    color: #575756;
    background-color: #d2dcc8;
    text-align: left;
}

table.seznam tr {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

table.seznam td, table.seznam th {
    margin: 0px;
    padding: 10px 3px 10px 8px;
    border: 1px solid #cccccc;
    font-weight: 600;
}

table.seznam th.kraj {
    border-right: 1px solid #cccccc;
}

/*
table.seznam tr.aukce_bezi td {
	color:red;
	font-weight:bold;
}

table.seznam  tr.aukce_priprava td {
	color:green;
	font-weight:bold;
}

table.seznam tr.aukce_dokoncena td {
	color:black;
}

table.seznam tr.aukce_vzorova td {
	color:gray; 
}
*/
table.seznam tr.sudy td {
    background-color: #f4f4f4;
}

table.seznam td span {
    display: block;
    float: left;
    margin-right: 5px;
}

table.seznam td a img {
    vertical-align: middle;
    padding: 0 2px;
}

#legenda {
    font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    width: 600px;
    margin: 20 0 0 47;
    font-size: 12px;
}

#legenda div.nadpis a {
    font-size: 12px;
    color: #8ab439;
    text-decoration: none;
    font-weight: bold;
}

#legenda div.nadpis a:hover {
    color: #759126;
}

#popisLegendy {
    background: #eeeeee;
    border: 1px solid #bbbbbb;
    padding: 10px;
    margin-top: 5px;
}

/* odkaz na XML verzi */
.xml_version a {
    font-size: 1.0em;
    color: #49A648;
    text-decoration: none;
    font-weight: bold;
}

#info {
    text-align: center;
    margin-top: 30px;
    font-size: 1em;
}

#vlajky {
    text-align: center;
    margin-top: 10px;
}