<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.text h2 {
	margin-top: 5px;
	line-height: normal;
}

.text h3 {
	margin-top: 5px;
	line-height: normal;
}

h1,h2,h3 {
	line-height: normal;
}

h1.vypis {
	margin-bottom: 25px;
}

.clanek{
	padding-bottom: 15px;
	margin-bottom: 15px;
}

img{
	padding: 0;
	margin: 0;
	border: none;
}

div,form{
	padding: 0;
	margin: 0;
}

p{
	margin: 0px;
	padding: 0 0 8px 0;
}

.fotka,#content .text img.fotka{
	float: left;
	width: expression(this.width &gt; 175 ? 175:true);
	margin: 8px 10px 10px 0px;
    padding: 0;
	max-width: 175px;
	max-height: 175px;
	height: expression(this.height &gt; 175 ? 175:true);
}

#menuside .box .profilcnt img.fotka{
	width: expression(this.width &gt; 48 ? 48:true);
	float: left;
	margin: 2px 5px 5px 2px;
	max-width: 48px;
	max-height: 48px;
	height: expression(this.height &gt; 48 ? 48:true);
}

#menuside .box .profilcnt img{
	width: expression(this.width &gt; 150 ? 150:true);
	float: left;
	margin: 2px 5px 5px 2px;
	max-width: 150px;
	max-height: 150px;
	height: expression(this.height &gt; 150 ? 150:true);
}

#menuside .box.poslednifotka img{
	margin: 4px;
	width: expression(this.width &gt; 120 ? 120:true);
	max-width: 120px;
	max-height: 120px;
	height: expression(this.height &gt; 120 ? 120:true);
}

a:hover span, a:hover div {
	cursor: pointer;
}

.anketa .barcnt{
	padding: 2px 0 5px 0;
}

.anketa .barl, .anketa .barr{
	display: none;
}

.anketa.clanku .barl, .anketa.clanku .barr{
	height: 12px;
	width: 5px;
	display: block;
	float: left;
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

.anketa.clanku .barr{
    background-position: 0% 50%;
    
}

.anketa .bar{
	height: 7px;
	display: block;
	float: left;
}

.anketa.clanku .bar {
	height: 12px;
	display: block;
	float: left;
	background-repeat: repeat-x;
    background-position: 0% 50%;
/*    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -khtml-background-size: 100% 100%;
	*/

	/*
	background: url(_/ank.gif) repeat-x;
	*/
}

.anketa.clanku .item{
	border-left: 1px solid #777777;
	border-right: 1px solid #777777;
	border-bottom: 1px solid #777777;
	padding: 4px;
}

.anketa.clanku .item.prvni{
	border-top: 1px solid #777777;
}

/*
.anketa.clanku .item.licha{
	background-color: #D7D7D7;
}

.anketa.clanku .item.suda{
	background-color: #F3F3F3;
}

.anketa.clanku .barl{
    background: url(_/ank-l.gif) no-repeat;
}

.anketa.clanku .barr{
    background: url(_/ank-r.gif) no-repeat;
}
*/

.anketa .nazev {
	padding-bottom: 15px;
}

.anketa.clanku .nazev {
	padding-bottom: 2px;
}

.anketa.clanku .nazev {
	font-weight: bold;
}

.anketa.clanku .item, .anketa.clanku .item a, #content .anketa.clanku .item a, #menuside .anketa.clanku .item a{
	color: #000000;
	text-decoration: none;
}

.anketa.clanku a:hover, #content .anketa.clanku a:hover, #menuside .anketa.clanku a:hover{
	text-decoration: underline;
}

#menuside table.hlaska{
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
	width: 98%;
}

#content a.img {
	border: 0;
}

#content .text img, #content a img.fotka, #content img.fotka {
	border: 1px solid #606060;
}

#content .text a img {
    padding: 0; 
    margin: 10px; 
}</pre></body></html>