<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
/*---------------------------- ZĂKLADNĂŤ PRVKY --------------------------------*/
body {
	font-family: Arial, Tahoma, Sans-serif, "Trebuchet MS", Verdana;
	font-size: 0.8em;
	color: #000000;
	text-align: center;
	background-color: #ffffff;/* url('../_images/body-back.gif') repeat-x top left;*/
	height: 100%;
}
h1 {font-size: 1.6em; color: #530a01; font-weight: bold;  margin: 0 0 15px 0;}
h1.index {color: #c95f2a;}
h2, h3 {font-size: 1.2em; color: #530a01; font-weight: normal; margin: 0 0 10px 0px;}
h2 a, h3 a{font-weight: bold;}
h2.orange {color: #c95f2a; font-weight: bold;}
h1 a, h2 a, h3 a {color: #242f20; text-decoration: underline;}
h1 a:hover, h2 a:hover, h3 a:hover {color: #e28a00;/*#e26f31;*/ text-decoration: underline;}
h2.caption {font-size: 0.9em; text-align: center; margin: 5px 0;}
p {	
  color: #303030; 
	font-size: 0.9 em;
	line-height: 1.7em;
	text-align: justify;
	margin: 0px 20px 10px 0px;
}
small {font-size: 0.85em;}
a {color: #5e0b00; text-decoration: underline; font-weight: bold;}
a:hover {color: #d3b17b;}

img {border: 1px solid #dddddd;	margin: 0;}
ul {margin: 0 0 15px 20px;}
ul li {list-style-image: url('../_images/odrazka.gif'); vertical-align: top; margin: 0 0 10px 0; padding: 0 0 0 5px;}
strong {font-weight: bold; color: #292929;}

/*tabulky*/
table { font-size: 0.9em; border: 1px solid #FFAD6B; margin: 0px 0px 15px 0; border-collapse: collapse;}
table caption, h2.caption { font-weight: bold; color: #7f1100; margin: 0px auto;}

table th, table td {padding: 4px;}
table th {color: #000000; font-weight: bold; background-color: #d5652b;}
table td {color: #000000; background-color: #F9E85E; }
i {font-weight: bold; font-style: italic; font-size: 1.2em;}
hr {clear: both; display: none;}
.hr {text-align: center; line-height: 1px; border: none; border-top: 1px solid #cdcdcd; width: 80%; margin: 10px auto 10px 10%; _margin: 15px auto 10px 15%; }

address {font-style: normal; line-height: 1.7em;}

/*--------------------------- OBECNĂ‰ PRVKY -----------------------------------*/
.center {text-align: center;}
.cleaner {clear: both; margin: 0px; padding: 0px;}
.clright {clear: right;}
.clleft{clear: left;}
.right {float: right;}
.left {float: left;}
.fnone {float: none;}
.text-right {text-align: right;}
.text-left {text-align: left;}
.red {color: red;}
.small {font-size: 0.9em;}
.normal {font-size: 1em;}
.dnone {display: none;}
.noborder, .noborder td, .noborder tr {border: none; margin: 0; padding: 3px 0px; background: none;}
.border {border-top: 1px solid #e1d403; margin: 5px 0 0 0; padding: 5px 0 0 0; }
.orange {color: #c95f2a;}
/*-------------------------------- LAYOUT ------------------------------------*/
#container {
  text-align: left;
  background-color: #ffffff;
  width: 700px;
  margin: 0 auto;
  padding: 0 6px;
}

/*--------------- HEADER -----------------*/
#header {
  display: none;
  visibility: hidden;
}

/*------ CONTENT -----*/

#content .text-left {
  float: left;
  width: 400px;
}

#content .text-right {
  float: right;
  width: 410px;
}

#content .img-right {
  float: right;
  text-align: center;
  width: 290px;
  margin: 0; padding: 0;
  /*border: 1px solid red;*/
}

#content .img-right img, #content .img-left img {border: none; margin: 0 auto 20px auto; padding: 0; }
#content img.border {border: 1px solid #F7E0C3;}

#content ul li {line-height: 1.7em;}
/*-------- MENU --------*/
#menu {
  display: none;
  visibility: hidden;
}

/*------- FOOTER ------*/
#footer {
  color: #b5b5b5;
  text-align: center;
}
#footer a {
  color: #b5b5b5;
  font-weight: normal;
  text-decoration: none;  
}
#footer a:hover {
  text-decoration: underline;
}
#footer img {vertical-align: middle; border: none;}

#bottom-separator {
  display: none;
  visibility: hidden;
}

/*-------- OSTATNI -------*/

/*nahledy fotografii*/
.nahled {
  text-align: center;
  background-color: #FFE6CF/*#eaeaea*/;
  border: 1px solid #FFD9B7/*#e2e2e2*/;
  width: 210px;
  margin: 0 5px 0 0;
  padding: 8px 0;
}
.nahled .popisek {
  color: #CF7934/*#808080*/;
  font-size: 0.8em;
}
.horizontal {margin: 0 0 0 0; text-align: left; /*width: 670px;*/}
.horizontal .nahled {
  float: left;
  *display: inline;
  *float: none;  
  /*height: 170px;*/
  margin: 0 10px 10px 0; 
}

.mapa {
  text-align: center;
  width: 250px;
  margin: 10px 0 25px;
}

/*----- POJISTOVNY ----*/
#pojistovny {

}
#pojistovny .pojistovna {
  clear: both;
  line-height: 40px;
  border-top: 1px solid #e2e2e2;
  margin: 0 0 10px 0;
  padding: 10px 0 0 0; 
}

#pojistovny .pojistovna img {
  float: left;
  width: 49px;
  margin: 0 10px;
}
</pre></body></html>