<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* begin Page */

/* Created by LayoutsPack. */

body
{
	padding: 0;
	margin-top: 0; 
	margin-bottom: 100px;
	background: url(../pics/bg.jpg) repeat-x center 0px; 
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #23292F;
}

.Main
{
	width: 980px; 
	margin: 0 auto;
}

/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a, a:link, a:visited, a.visited
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #296889;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #3688B5;
}

/* Finish Content link style */

/* Resert some headings default style &amp; links default style for links in headings*/
h1, h2, h3
h1 a, h2 a, h3 a
h1 a:hover, h2 a:hover, h3 a:hover
h1 a:visited, h2 a:visited, h3 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* Start Content headings Fonts &amp; Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 28px;
  font-style: normal;
  font-weight: bold;
  text-align: left;

  color: #296889;
  display: none;
}

/*h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
	text-shadow: #777777 1px 1px 1px;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #dba835;
  margin: 0;
  padding: 5px 0;
}
*/
h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #527998;
}
/* Finish Content headings Fonts &amp; Colors  */

/* begin Header */
div.Header
{
	z-index:0;
	width: 980px;
	height: 362px;   
	background-repeat: no-repeat;
	background-position: center top;
}  

div.Header img.animace {

  position: absolute;
  left: 667px;
  top: 27px;
  display: none;
}

#flags {
	text-align: right;
	padding: 10px 30px 0 0;
  color: #ffcf0e;
  font-weight: normal;
}

#flags a {
  color: #ffcf0e;
  text-decoration: none;
  font-weight: bold;
}

#flags a:hover {
  text-decoration: underline;
}

#flags img {
	border: none;
	vertical-align: text-bottom;	
	margin: 3px 10px 1px 0;
}
/* end Header */

/* begin Menu */
.nav
{
	height: 45px;
	z-index: 100;
	margin-top: 286px;  
	width: 980px;   
  background: url(../pics/menu_bg.png) repeat-x;
}

.artmenu a, .artmenu a:link, .artmenu a:visited, .artmenu a:hover
{
	display: block;
	overflow:hidden;
	height: 44px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 1px;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0 15px;
	line-height: 44px;
	text-align:center;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
	float: left;
	text-transform: uppercase;
	border-right: 1px solid #afafaf;
}

.artmenu a:hover
{
	background: url(../pics/menu_trans.png);
	
}

.artmenu
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
	min-height: 0;  
	padding: 0px 0px 0px 0px;
}

.artmenu li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: inline;
	float: left;
	z-index: 5;
	background:none;
}
/* end Menu */

.nav_line {
	width: 980px;
	height: 15px;
	background: url(../pics/menu_bottom.jpg) no-repeat;
}

div.subtitle {
	font-size: 13px; 
	font-weight: bold; 
	text-transform: uppercase; 
	margin: 4px 0;
	line-height: 1.3em;
} 

/* begin ContentLayout */
.contentLayout
{
	width: 940px;
	padding: 20px;
	background-color: #FFFFFF;
}

/* begin LayoutCell */
.contentLayout .sidebar1
{
	margin: 5px 30px 0 0;
	padding: 0;
	border: 0;
	float: left;
	width: 271px;
}
/* end LayoutCell */

/* begin LayoutCell */
.contentLayout .content
{
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	width: 638px;
}
/* end LayoutCell */

/* end ContentLayout */

/* begin Footer */
.Footer
{
	/*background: url(../pics/footer.gif) no-repeat center top;*/
	height: 30px; 
}
/* end Footer */

/* end PostContent */
.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 1px;
}
/* end Page */

/* FOTOGALERIE */
div.foto_thumb {
  width: 110px;
  height: 80px;
  float: left;
  margin: 6px;
  text-align: center;
  border: 1px solid #ff8400;
}

div.foto_thumb_right {
  margin-right: 0px;
}

div.foto_thumb_left {
  margin-left: 0px;
}

div.foto_thumb p {
 margin: 0;
 padding: 0;
}

div.foto_thumb a {
  display: block;
  width: 110px;
  height: 80px;
  background-color: #cbb15f;
  background-position: center;
	background-repeat: no-repeat;
  line-height: 76px;
  text-align: center;
}

div.foto_thumb a:hover {
  background-color: #dba835;
}

div.foto_thumb a img {
  border: none;
  vertical-align: middle;
}
/* KONEC - FOTOGALERIE */
                 

.nadpis {
		font-size: 16px;
		font-weight:bold;
		color: #0292cf;
		margin: 20px 0;
		line-height:normal;
}
.big {
		font-size: 33px;
		font-weight:bold;
		color: #0292cf;
		line-height:normal;
}
.vice {
		background-color: #0292cf;
		color: #FFF;
		font-weight:bold;
}

.povinne {
  color: #FF0000;
}


.error {
  color: #FF0000;
  font-weight: bold;
} 

.ok {
  font-weight: bold;
	color: #3db54e; 
}

.form_error {
  color: #FF0000;
  margin-left: 20px;
}

.pipe {
  margin: 0 5px;
}

.button {
  background: url(../pics/subitem-bg.png) repeat-x left center;
  color: #FFFFFF;
  padding: 3px 5px 3px 5px;
}

.top_row {
  color: #FFFFFF;
  background: url(../pics/subitem-bg.png) repeat-x left center;  
}

.odd_row {
  background-color: #D0D0D0;
}       

.even_row {
  background-color: #F0F0F0;
}

.autobusy td {
  padding: 3px 5px;
}

span.text_nadpis_cerny_velky {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}

span.text_nadpis_cerny {
  font-size: 13px;
  font-weight: bold;
}

span.text_tecny_velky {
  text-transform: uppercase;
  font-weight: bold;
}

.content a img {
 border: 1px solid #dba835;
}

img.text_img_left {
  float: left;
  margin: 4px 10px 4px 0;
  border: none;
}

img.text_img_right {
  float: right;
  margin: 4px 0 4px 10px;
  border: none;
}

div.bannery {
  margin: 20px 0 0;
  text-align: center;
}

div.bannery img {
  margin: 15px 30px;
}
.round {
  border-radius: 15px; 	
  -moz-border-radius: 15px;
}
.dotted {
  clear: both;
  border-bottom: 1px dotted #AFAFAF;
  margin-bottom: 10px;
  padding-top: 10px;
}

table.vypis {
	width: 100%;
}

table.vypis tr.toprow td {
	color: #FFFFFF;
	background-color: #000000;
}

table.vypis td {
	padding: 2px 5px;
}

table.vypis tr.oddrow td {
	background-color: #DFDFDF;
}
.hide {
	display: none;
}
</pre></body></html>