<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#navcontainer
{
margin: 0 auto;
padding: 1em 0 0 0;
}

/* to stretch the container div to contain floated list */
#navcontainer:after
{
content: ".";
display: block;
line-height: 1px;
font-size: 1px;
clear: both;
}

ul#navlist
{
list-style: none;
padding: 0;
margin: 0 auto;
width: 95%;
font-size: 1.3em;
}

ul#navlist li
{
display: block;
float: left;

margin: 0;
padding: 0;
}

ul#navlist li a
{
display: block;
width: 100%;
padding: 0.5em;
border-width: 1px;
border-color: #ffe #aaab9c #ccc #fff;
border-style: solid;
color: #777;
text-decoration: none;
background: #f0e7d7;
}

#navcontainer&gt;ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: #f0e7d7;
color: #800000;
}

ul#navlist li a.red:link,ul#navlist li a.red:visited,ul#navlist li a.red:hover {
    color: #FF0000;
}
ul#navlist li a.heur:link,ul#navlist li a.heur:visited,ul#navlist li a.heur:hover {
    background-image:url("heur.gif");
    background-repeat: no-repeat;  
}
ul#navlist li a.zbo:link,ul#navlist li a.zbo:visited,ul#navlist li a.zbo:hover {
    background-image:url("zbo.gif");
    background-repeat: no-repeat;  
}
a.mapbutton {
	width:200px;
	background-color:#f1f1f1;
	border:1px solid #999;
	border-radius:4px;
	padding:10px; 
	margin:10px 5px;
	font-size:12px;
	font-weight:600;
	display:block;
}

.star2, .star3, .star4 { width:12px;height:12px;
background:url(star_half.png) no-repeat 0 0;
}
.star { width:12px;height:12px;
background:url(star.png) no-repeat 0 0;
}
h4.recenze {display:inline-block;float:left;font-weight:400;font-size:120%;margin-bottom:0px;clear:both; margin-top:10px;
}
span.datum {float:right; margin-top: 10px;
}
p.recenze {clear:both;margin:0px;
}
.heureka_all {clear:both;padding-top:10px;
}
.overeno {
text-align:center;
}


</pre></body></html>