<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body {    
	background: #fff;
	font-family:Verdana, sans-serif; font-size: 8pt;
  margin-top:0px;
}

hr {
	border-top:1px solid #90a0b0;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
}

.content { 
	background: #FFF;
	color: #ccc; 
	margin: 0 auto; 
	padding: 0; 
	width: 1000px;
}

strong { color: #202020; }

/* HEADER 
---------------------------------------------------------------------------------------------------------------------------------------------------
*/
#header { 
	margin: 0; 
	width: 1000px; 
	background: url(/data/images/top.jpg) no-repeat center top;  
	height: 157px; cursor: pointer; cursor: hand;
}

/* SUBHEADER 
---------------------------------------------------------------------------------------------------------------------------------------------------*/
#subheader { 
	background: #fff url(/data/images/bgmenu.jpg) repeat-y center;
	width: 1000px;
	height: 32px; 
	color: #FFF;
}

#snum {
	position:relative; top:-190px; left:780px; width:200px; color:black; font-size:1.1em; 
}
#snum .tel {font-weight:bold; font-size:1.2em;}
.contacts {
	position:absolute;margin-top:5px;margin-left:5px; color:black; font-weight:bold;
}

/* MAIN
---------------------------------------------------------------------------------------------------------------------------------------------------*/
#main { background: #FFF; width: 1000px; margin: 0; color: #404040; top: -135px; position:relative;}  
#main .left_side { 
	padding:0; 
	width: 200px; 
	/*background: url(/data/images/mright.png) no-repeat right; */
	min-height: 505px;  float:left;
}

#main .right_side { float: right; width: 800px; background: #FFF;}


.menusel { 
	color:#e07000; text-decoration:underline; 
}

/* FOOTER
---------------------------------------------------------------------------------------------------------------------------------------------------*/
#footer { 
	clear:both;
	height: 34px;
	color:#222;  
	background: #fff url(/data/images/footer.jpg) top no-repeat; 
	font-size:90%; 
	padding: 0; 
	text-align:center; 
}

#footer .padding { padding: 5px 0px 0px 0px; }
#footer .right { 
	float:right; 
	clear:right; 
	text-align:right; 
}

.boxk {
	background: #e5f4f9 url(/data/images/box.jpg) top no-repeat; border:1px solid #d9e4eb; margin-bottom:6px; padding-bottom:8px;padding-left:4px;padding-right:3px;
}
.boxt {
	font-size:1.1em; font-weight:bold; text-align:center;  padding-bottom:1px; padding-top:2px; line-height:14px; margin-bottom:5px; 
}

.boxm { 
	list-style-image: url("/data/images/bullet1.gif");
	text-indent: 0px;
	font-size:1.1em; line-height:19px; font-weight:bold;
	padding-left: 18px;
}
.boxv {
	list-style:none;
}
.box1 {
	background: #e5f4f9 url(/data/images/box2.jpg) top repeat-x; border:1px solid #d9e4eb; 
	margin-bottom:6px; margin-top:10px; padding-bottom:5px;padding-left:3px;padding-right:3px; padding-top:1px;
	display: block; overflow: hidden;
}

a {color:#004895; text-decoration:none;}
a:hover {color:#10a040; text-decoration:underline;}

.menutop {
	background-color:#3070b0; float:left; color:white; border:0px;height:22px; margin:2px 3px 2px 2px; padding-left:4px; padding-right:4px;
	font-size:13px; font-weight:bold; padding-top:3px;
}
.menutop:hover {
	background-color:#40b070;
}

.menutop a {color:white}
.menutop a:hover {text-decoration:none}

.margin { margin:4px; margin-left:20px; color:black; font-size:1.2em; line-height:1.6em}

h1.nadpis {
	margin-top:8px; 
	font-size:1.3em; padding:6px; background:  url(/data/images/nadpis.jpg) left no-repeat; padding-left:18px;
	text-shadow: 0 0 0.2em #fff
}

h2.nadpis {
	margin-top:8px; 
	font-size:1.1em; padding:6px; background:  url(/data/images/nadpis.jpg) left no-repeat; padding-left:18px;
	text-shadow: 0 0 0.2em #fff
}
h2 { font-size:1.1em;}
h3 {margin:0px;font-size:1em;font-weight:normal;}

table.tabulka {
	border-collapse: collapse;  color:black;
}
td.tabulka {
	border:1px solid #d8d8d8; white-space:nowrap;
	background-color:#fafafa; padding:2px; line-height:1.4em;
}
	
h2.clnadpis {
	font-size:120%; color:#2050b0; margin-top:0px;
}

div.clanky {
	background-color:#f0f4f6; border:1px solid #e8e8e8; padding:3px; margin-bottom:8px; font-size:90%
}
p.clcely {text-align:right; margin:2px}

.button2  {
	background-color:#40a450; color:white; 
	border:1px solid #307540; font-weight:bold; font-size:1.2em; cursor:pointer; margin-left:2px
}
.button2:hover {
	background-color:#ffc020; color:#202020;
}

.button  {
	background-color:#40a450; color:white; 
	border:1px solid #307540; font-weight:bold; font-size:1.3em; cursor:pointer; 
	padding:4px; margin-left:4px; margin-right:4px; margin-top:1px;
}
.button a {color:white;}
.button:hover {
	background-color:#ffc020; color:#202020; text-decoration:none;
}

.text {
	font-size: 14px;
    color: #333;
  }
 
img {border:0px;}
  
.highlight img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
}

.highlight:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
  </pre></body></html>