<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #d4d1c5;
	background: #141212 url(images/background.jpg) repeat;
}

a:link, a:visited { color: #e8c521; text-decoration: none; font-weight: normal; } 
a:active, a:hover { color: #e8c521; text-decoration: underline; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.fl { float: left; }
.fr { float: right }
.fl_img {	float: left; margin: 3px 20px 10px 0px; }
.image_wrapper img { border: 5px solid #000000; }

.seznam {
	margin: 0 0 0 15px;
	padding: 0px;
}

.seznam li {
	margin: 0px;
	padding: 0 0 10px 0;
}

.button_01 a {
	clear: both;
	width: 200px;
	height: 20px;
	padding: 8px 76px 10px 80px;
	background: url(images/tlacitko.jpg) no-repeat;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

h2 {
	clear: both;
	color: #fcd82b;
	padding: 0 0 15px 0;
	border-bottom: 1px dashed #fcd82b;
	margin-bottom: 20px;
  font-size: 26px;
}

h3 {
	clear: both;
	color: #ffffff;
	padding: 0 0 5px 0;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
}

.tricka {
	display: inline-block;
	width: 197px;
	padding: 0 0 0 0;
}

#hlavni_ram {
	width: 980px;
	margin: 0 auto;
	background: #4a483f;
}

#hlavicka {
	clear: both;
	width: 980px;
	height: 220px;
	text-align: center;	
	background: url(images/hlavicka.jpg) no-repeat;
}

#site_title {
	padding: 25px 0 0 0;
	font-size: 30px;
	color: #eccd35;
	font-weight: bold;
}

#site_title span {
	display: block;
	color: #cba810;
	margin-top: 30px;
	font-size: 17px;
}

#obsah {
	clear: both;
	width: 880px;
	padding: 10px 50px;
	background: #4a483f;
}

#hlavni_obsah {
	float: left;
	position: relative;
	width: 800px;	
	padding: 40px 40px;
	background: #424038;
}

#hlavni_obsah .horni {
	position: absolute;
	width: 880px;
	height: 45px;
	top: 0px;
	left: 0px;
	background: url(images/obsah_horni.jpg) no-repeat;
}

#hlavni_obsah .spodni {
	position: absolute;
	width: 880px;
	height: 45px;
	bottom: 0px;
	left: 0px;
	background: url(images/obsah_spodni.jpg) no-repeat;
}

#paticka {
	width: 880px;
	padding: 80px 50px 0 50px;
	margin: 0 auto;
	background: #332e2e url(images/paticka.jpg) no-repeat;
	min-height: 100px;
}

#paticka a {
	color: #f6d229;
}
</pre></body></html>