<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background-color: #CCCCCC;
  font-family: Tahoma;
  font-size: 8pt;
  color: #000000;
}
form {
  margin: 0px;
  padding: 0px;
}





.menu_selected {
	background-color: #FFFFFF;
	border-left: 1px solid #CCCCCC; 
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 0px;	
}
.menu_notselected {
	border-left: 1px hidden;
	border-right: 1px hidden;
}
.menu_selected, .menu_notselected {
	padding: 6px 11px 6px 11px;
}
.top_table {
	border-bottom: 1px solid #0000FF;
}




/* odkazy */
a { text-decoration: none; }
a:hover { text-decoration: underline; }

.green { color: #009900; }
.help { color: #888888;	font-style: normal;	padding-left: 10px; }
.error { color: #FF0000; }
.small { font-size: 7pt; }

/* odkazy v menu */
a.menu { color: #009900; }
a.menu_left { color: #333333; line-height: 16px; }
a.red_bold { font-weight: bold; color: #AA0000; }


/* menu nalevo */
.menu_left { line-height: 16px; color: #333333; }
.text { color: #333333; }

/* vstupni */
INPUT, TEXTAREA, SELECT {
	font-family: Tahoma;
	font-size: 8pt;
	color: #000000;
}

.capchta {
	height:30px;
	padding:0 0 2px 0;
}

/* login */
.loginSubmit {
	font-weight: normal;
	color: white;
	border-style: none;
	border-width: 0;
	background-image: url(img/login/login-sipka.gif);
	width: 20px;
	height: 18px;
}




/* logo */
td.logo {
  background-image:url('./img/top/top_in.gif');
  padding-top:10px;
  padding-bottom:5px;
  min-height:93px;
  border: 0px solid black;
}
#logo { width: 295px; height: 94px; }



/* odkazy nahore */
#top-links { border: 0px solid black; padding: 48px 20px 0px 0px; float: right; line-height: 14px; }
#top-links a { font-size:7pt; font-weight:bold; color:#AA0000; }




/* styl tabulky s obsahem... leve menu a pravy obsah stranky... tabulka ihned pod horizontalnim menu...   */
table#content_section { width: 700px; }
/*table#content_section td { width: 700px; }*/
table#content_section td.left_section {
  background-image: url('./images/page/page_in_left.gif');
  background-position: right;
  background-repeat: repeat-y;
  border-right: 0px solid #CCCCCC;
  padding: 0px;
  text-align: right;
  width: 183px;
}
table#content_section td.content_section {
  background-image: url('./images/page/page_in_right.gif');
  background-position: left;
  background-repeat: repeat-y;
  width: 515px;
  text-align: left;
  border-left: 0px solid #CCCCCC;
}





/* obsah stranky */
table#page_content { margin: 7px 0 0 7px; width: 483px; }
table#page_content td { line-height: 15px; }





/* sekce nalevo */
table#left_section { margin:0px; margin-top:7px; padding:0px; width:170px; }
/* cast s odkazy "tip" */
table#left_section td.tips_section { padding:0 5px 10px 7px; text-align:left; }
/* nadpis na leve strane ... */
div.left_section_title { text-align:right; padding-left:14px; height:25px; margin-bottom:4px; }
div.left_section_title div {
  float: left;
  padding-top:6px;
  padding-left:7px;
  background: url('./img/menu/menu_in.gif') top right repeat-x;
  border:0px solid black;
  height:19px;
  width:162px;
  text-align: left;
  color: #009900;
  font-weight: bold;
}
/* obsah na leve strane pod nadpisem */
div.left_section_content {
  padding: 0 0 7px 22px;
  text-align: left;
  line-height: 17px;
}
div.left_section_content_full_width {
	padding: 4px 0 11px 16px;
	text-align: left;
}




/* sekce s tipy */ 
div.left_section_tips { text-align:left; padding:8px 3px 8px 18px; }
ul.tips_section { list-style-type:none; padding: 0px; margin: 0px; }
ul.tips_section li { 
  background: url('../images/sipka_ul.jpg') 0px 0px no-repeat;
  margin-bottom: 3px;
  padding-left: 14px;
}
ul.tips_section li a { color:#AA0000; }



/* sekce se statistikami */ 
div.left_section_stats { text-align:left; padding:0 3px 20px 18px; }
ul#stats_section { list-style-type:none; padding: 0px; margin: 0px; }
ul#stats_section li { 
  background: url('../images/sipka_ul.jpg') 0px 0px no-repeat;
  margin-bottom: 3px;
  padding-left: 14px;
}
ul#stats_section li a { color:#AA0000; }



/* styl vstupnich formularu */
table#input_data {}
table#input_data td { padding-left: 6px; padding-bottom: 2px; }
table#input_data td.title {
  background-color: #DDDDDD;
  padding: 5px 0 5px 0;
  line-height: 12px;
  font-size: 7pt;
  color: #555555;
}
table#input_data td.help { padding-left: 20px; }
table#input_data td.povinne { color: #FF0000; }




/* styl katalogu */
div#katalog {}
div#katalog a { font-weight: bold; color: #AA0000; }




/* novinky */
table#tableNews { margin-top: 5px; width: 480px; }
table#tableNews td.date {
  width: 70px;
  font-weight: bold;
  text-align: right;
  padding-right: 5px;
  color: #009900;
}
table#tableNews td.title {
  width: 410px;
  font-weight: normal;
  text-align: left;
}
table#tableNews td.title a { font-weight: bold; color: #AA0000; }
table#tableNews td.content {
  width: 450px;
  font-weight: normal;
  padding-left: 30px;
  color: #555555;
}




/* forum */
a.forum_root { font-weight: bold; color: #000000; }
table#forum { line-height: normal; }
table#forum td.title {
  background-color: #DDDDDD;
  padding: 5px 0 5px 0;
  line-height: 12px;
  font-size: 7pt;
  color: #555555;
}
table#forum td.data { border-bottom: 1px solid #DDDDDD; padding: 1px 10px 3px 10px; color: #222222; }
table#forum td span.autor { font-size: 7pt; }
table#forum td span.autor .klient_email { font-weight: bold; color: #888888; }
table#forum td.autor { padding: 1px 20px 0 10px; font-weight: bold; }
table#forum td.datetime {
  padding: 1px 10px 0 0;
  font-weight: normal;
  font-size: 7pt;
}
table#forum td.content {
  border-bottom: 1px solid #DDDDDD;
  padding: 0 10px 3px 20px;
  font-weight: normal;
  line-height: 13px;
}
table#forum td.input { padding: 0 7px 3px 0; }




/* tipy na strankach */
#tips {
  color: #888888;
  font-style: normal;
  padding-top: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
}


/* odkazy dole */
.links { text-align:left; padding:0 0 15px 21px; /*line-height:15px;*/ }
.links a { color:#000000; }

/* copyright */
.copyright { 
  background: url('./images/page/page_bottom.gif') left top no-repeat;
  height:38px; padding: 0 0 0 40px; font-size:7pt; 
}
.copyright div { padding-top:8px; }
.copyright a { text-decoration:underline; color:#000000; }




/* statistiky klienta po prihlaseni */
.login_stats { }
.login_stats a { color: #009900; }
.login_stats .title { 
  background-color:#999999; 
  color:#FFFFFF; 
  text-align:center; 
  padding:5px; 
  line-height:normal; 
}
.login_stats .data {
  background-color:#DDDDDD;
  text-align:center;
  cursor:hand;
  _cursor:pointer;
  color:#666666;
  padding:2px;
}




/* statistiky */
.klient_stats { }
.klient_stats a { color: #009900; }
.klient_stats .title { 
  background-color:#DDDDDD; 
  color:#000000; 
  text-align:center; 
  padding:5px; 
  line-height:normal; 
}
.klient_stats .data {
  /*background-color:#EEEEEE;*/
  text-align:center;
  cursor:hand;
  _cursor:pointer;
  color:#666666;
  padding:2px;
}</pre></body></html>