/*=========seznam hrist=================*/

ul.seznam-hrist
{
display:block;
margin: 20px 0 0 40px;
padding:0;
}

ul.seznam-hrist li
{
display:in-line;
float:left;
width: 230px;
margin: 0 0 14px 0;
padding:0;
color: #888;
}

ul.seznam-hrist li a
{
text-decoration:none;
color: #555;
font-weight:bold;
}

ul.seznam-hrist li a:hover
{
color: #f00;
}





/*=========vypis hriste=================*/
p.zpet
{
text-align:right;
padding:0;
margin:5px 0 5px 0;
}
p.zpet a
{
color: #555;
}
p.zpet a:hover
{
color: #f00;
}





table.hriste_vypis td
{
vertical-align:top;
}
table.hriste_vypis td.nazev
{
font-weight:bold;
font-size:18px;
}
table.hriste_vypis td.co
{
font-weight:bold;
padding: 0 10px 8px 5px;
}
table.hriste_vypis td.popis
{
color: #555;
padding: 0 5px 8px 0;
}

table.hriste_vypis a
{
color: #555;
}
table.hriste_vypis a:hover
{
color: #f00;
}
