body, html, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, img, pre, hr, form, blockquote, fieldset {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
}
p {
	margin: 1em 0;
}
ul, ol {
	list-style: none outside;
}
strong {
	font-weight: bold;
}
table {
	font-size: 100%;
}
img, a img,:link img,:visited img {
	border: none;
}
label, a span, a * {
	cursor: pointer;
}
address {
	font-style: normal;
}
hr {
	display: none;
}
body {
  font: 75%/1.5 "Arial", arial, helvetica, sans-serif;
  color: #000;
  background: #fff url(img/bg-body.png) 0 0 repeat-x;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Arial", arial, helvetica, sans-serif;
  color: #212121;
  font-weight: normal;
}
h1 {font-size: 230%;}
h2 {font-size: 180%;}
h3 {font-size: 150%;}
h4 {font-size: 130%;}
h5 {font-size: 110%;}
h6 {font-size: 100%;}

a, a:link {
  text-decoration: underline;
  color: #8f9e66;
}
  a:hover, a:active {
    color: #3a9805;
  }
.clearer {
  clear: both;
}
  hr.clearer {
    display: block;
  	visibility: hidden;
  	height: 0;
  }
table {
  border-spacing: 1px;
}
th, td {
  padding: .45em;
  border: 1px solid #f2f2f2;
}
th {
  font-weight: bold;
  text-align: center;
  background: #f2f2f2;
}
caption {
  padding: 1em;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}
#page {
  position: relative;
  width: 980px;
  margin: 0 auto;
}
#header {
  height: 110px;
  border-bottom: 8px solid #888;
  background: url(img/prg.png) 845px 50% no-repeat;
}
  #header h1, #header p {
    position: absolute;
      top: 20px;
      left: 54px;
    width: 149px;
    height: 59px;
    margin: 0;
  }
    #header a#home {
      position: absolute;
        top: 0;
        left: 0;
      display: block;
      width: 149px;
      height: 59px;
      line-height: 59px;
      text-align: center;
      font-style: italic;
      font-size: 45px;
      font-weight: bold;
			letter-spacing: -0.2em;
			color: #595959;
			text-decoration: none;
			font: "Verdana", verdana, sans-serif;
    }
      #header a#home span {
        position: absolute;
          top: 0;
        	left: 0;
        display: block;
	      width: 149px;
	      height: 59px;
        background: url(img/logo.png) 0 0 no-repeat;
        z-index: 100;
      }
    #header a#home em {
      position: absolute;
        top: 15px;
        left: 450px;
      display: block;
      width: 324px;
      height: 36px;
      line-height: 36px;
      text-align: center;
      font-style: italic;
      font-size: 14px;
      font-weight: bold;
			letter-spacing: -0.1em;
			color: #595959;
			text-decoration: none;
    }
      #header a#home em span {
        position: absolute;
          top: 0;
        	left: 0;
        display: block;
      width: 324px;
      height: 36px;
        background: url(img/name.png) 0 0 no-repeat;
        z-index: 100;
      }
    #header li {
      text-indent: -999px;
    }
      #header li a:focus {
        position: absolute;
          top: 125px;
          left: 0;
        display: block;
        width: 302px;
        z-index: 100;
        text-indent: 0;
        text-align: center;
      }

#content {
	margin: 60px 54px 20px 54px;
}
#primary-content {
	float: right;
	width: 496px;
	margin: 0 22px 20px 0;
}
  #primary-content .perex {
		margin-top: 13px;
    text-transform: uppercase;
		color: #8a8a8a;
		line-height: 1.4;
	}
	#primary-content p {
		margin: 0 0 15px 0;
    line-height: 1.6;
    font-size: 100%;
	}
	#primary-content h3 {
	  color: #8f9e66;
	  font-weight: bold;
  }
	#primary-content .rightfloat {
		float: right;
	}
	#primary-content .leftfloat {
		float: left;
	}
	#primary-content .two {
		width: 50%;
	}
	#primary-content .subpages {
		font-size: 120%;
	}
	#primary-content ol {
		list-style: decimal outside;
		margin: 0 10px 15px 10px;
		font-size: 110%;
	}
		#primary-content ol li {
			margin-left: 22px;
			padding-left: 0;
		}
	#primary-content ul {
		list-style: none outside;
		margin: 0 10px 15px 10px;
		font-size: 100%;
	}
		#primary-content ul li:before {
			content: "»  ";
			font-size: 110%;
			font-weight: bold;
			color: #8f9e66;
		}

	.homepage #primary-content p {
    font-size: 110%;
	}
	#primary-content ol {
    list-style: lower-alpha outside;
	}
	#primary-content h2, .homepage #primary-content h3 {
		padding-top: 15px;
		margin: 0 0 15px 0;
		border-top: 2px solid #eaeaea;
	}
	#primary-content h1, #primary-content h2.homeheader {
		margin: 0 0 -5px 0;
		padding: 0;
		font-size: 230%;
		font-weight: bold;
		border-top: 0 !important;
	}
	#primary-content table {
		margin-bottom: 25px;
	}
	#primary-content img {
		max-width: 496px;
	}
	#primary-content img.alignnone,
	#primary-content img.aligncenter,
	#primary-content .wp-caption.alignnone,
	#primary-content .wp-caption.aligncenter  {
		float: none;
		margin: 1em auto 1.5em auto;
		text-align: center;
		display: block;
		text-align: center;
	}
	#primary-content img.alignnone {
		text-align: left;
		margin: 0 1.5em .5em 0;
	}
	#primary-content img.alignleft,
	#primary-content .wp-caption.alignleft {
		float: left;
		clear: left;
		margin: 1em 1.5em 1.2em 0;
		text-align: center;
	}
	#primary-content img.alignright,
	#primary-content .wp-caption.alignright {
		float: right;
		clear: right;
		margin: 1em 0 1.2em 1.5em;
		text-align: center;
	}
	#primary-content .wp-caption-text {
		font-style: italic;
		margin-bottom: 0;
	}
	
	
	
	.homepage #primary-content h3 {
		clear: both;
	}
	.homepage #primary-content ul {
		line-height: 1.6;
		font-size: 120%;
	}
	
	
	
	.breadcrumb {
		margin: 0 1em 13px 0;
		float:left;
		font-size: 92%;
	}

#primary-content.prispevky h2 {
	font-size: 140%;
	padding-top: 0;
	border-top: 0;
	margin-bottom: 0;
}
#primary-content.prispevky ul {
	margin: 0;
}
  .kurzy #primary-content.prispevky ul li h2:before {
		content: "»  " !important;
  	font-size: 130%;
		font-weight: bold;
		color: #8f9e66;
	}
#primary-content.prispevky ul li, #primary-content.prispevky ul li:before {
  content: "" !important;
  font-size: 100%;
  font-weight: normal
  color: #000;
  margin: 0;
}


.prispevky-date {
	margin: 0 10px 0 0;
	padding: 0 10px 0 15px;
	text-align: right;
	font-size: 92%;
	background: url(img/ico-news.png) left center no-repeat;
  border-right: 1px solid #eaeaea;
}
p.prispevky-date {
	margin: 0;
  clear: both;
	background: url(img/ico-news.png) right center no-repeat;
  padding-right: 15px;
  border: 0;
}
.prispevky-detail {
	font-size: 92% !important;
	text-align: right;
	clear: both;
	padding-bottom: 15px;
	margin-top: 0;
	border-bottom: 2px solid #eaeaea;
}
.prispevky-detail a {
	padding-right: 15px;
	background: url(img/ico-arrow.png) right center no-repeat;
	font-size: 110%;
}


#secondary-content {
	float: left;
	width: 332px;
}
	#novinky {
		position: relative;
		margin-bottom: 20px;
		padding: 70px 0 20px 0;
		border-left: 1px solid #e5e5e5;
		border-right: 1px solid #e5e5e5;
		background: #efefef;
	}
    #novinky span.bg {
			display: block;
		  width: 332px;
			height: 18px;
			position: absolute;
				bottom: 0;
				left: -1px;
		  background: url(img/column-gray-bottom.png) 0 0 no-repeat;
		}
		#novinky h3 {
			position: absolute;
				top: 0;
				left: -1px;
			width: 292px;
			padding: 20px 20px 10px 20px;
			background: url(img/column-gray-top.png) 0 0 no-repeat;
		}
		#novinky ul {
			margin: -10px 20px 0 20px;
			padding: 14px 0 0 0;
			background: #fff url(img/column-white-top.png) 0 0 no-repeat;
		}
			#novinky ul li {
				padding: 0 20px 5px 20px;
				font-size: 92%;
			}
      #novinky ul li.last {
				background: url(img/column-white-bottom.png) left bottom no-repeat;
				padding: 0 20px 10px 20px;
			}
        #novinky ul li h4, #novinky ul li p {
					margin: 0;
				}
				#novinky ul li h4 {
					background: url(img/ico-news.png) 0 0.25em no-repeat;
					padding-left: 15px;
					font-size: 90%;
					font-weight: normal;
				}
				#novinky ul li h4 a {
					font-size: 125%;
					font-weight: bold;
				}
				
				#novinky  a.more {
					display: block;
					text-align: right;
					margin: 10px 40px 0 30px;
					padding-right: 15px;
					background: url(img/ico-arrow.png) right 65% no-repeat;
					font-size: 110%;
				}

			#novinky.identifikacni-udaje ul {
				padding-top: 10px;
			}
			#novinky.identifikacni-udaje ul li {
				padding: 0 20px 0 52px;
				text-indent: -32px;
				font-size: 120%;
			}
			#novinky.identifikacni-udaje ul li.last {
				padding-bottom: 10px;
			}
			
			#dalsi_vlevo {
				margin-top: 20px;
			}
  #kurzy, #dalsi_vlevo {
		position: relative;
		margin-bottom: 20px;
		padding: 70px 0 20px 0;
		border-left: 1px solid #e5e5e5;
		border-right: 1px solid #e5e5e5;
		background: #fff;
	}
    #kurzy span.bg, #dalsi_vlevo span.bg {
			display: block;
		  width: 332px;
			height: 20px;
			position: absolute;
				bottom: 0;
				left: -1px;
		  background: url(img/column-border-bottom.png) 0 0 no-repeat;
		}
		#kurzy h3, #dalsi_vlevo h3 {
			position: absolute;
				top: 0;
				left: -1px;
			width: 292px;
			padding: 20px;
			background: url(img/column-border-top.png) 0 0 no-repeat;
		}
		#kurzy ul {
			margin: 0 20px;
			padding: 10px 0 0 0;
			background: #f8f8f8 url(img/column-gray-top-small.png) 0 0 no-repeat;
		}
			#kurzy ul li {
				display: block;
				padding: 10px 20px 10px 16px;
			}
      #kurzy ul li.last {
				background: url(img/column-gray-bottom-small.png) left bottom no-repeat;
				padding-bottom: 20px;
			}
				#kurzy ul li a {
					font-size: 120%;
					padding: .2em 0 .2em 24px;
					font-weight: bold;
					background: url(img/ico-tick.png) left center no-repeat;
				}
				
    #kurzy.cesta ul {
		}
			#kurzy.cesta ul li {
				font-size: 100%;
			}
			#kurzy.cesta ul li:before {
				content: "»  " !important;
		  	font-size: 130%;
				font-weight: bold;
				color: #8f9e66;
			}
			
			#dalsi_vlevo p {
				margin: 0 20px;
			}

#navi-search {
  width: 872px;
/*  height: 295px;*/
	position: absolute;
	  top: 118px;
		left: 54px;
}
	#navigace {
		margin: 10px 0;
		display: table;
		width: 100%;
	}
		#navigace li {
			display: table-cell;
			width: auto;
			text-align: center;
			background: url(img/dots.png) right center no-repeat;
			padding-right: 2px;
		}
      #navigace li.last {
				background: none;
				padding-right: 0;
      }
			#navigace li a {
				height: 35px;
				line-height: 35px;
				display: block;
				margin: 5px 15px;
				font-size: 120%;
				font-weight: bold;
			}
				#navigace li a:hover, #navigace li:hover a,
				#navigace li a:focus, #navigace li:focus a,
				#navigace li.hover a, #navigace li.hover a {
					background: #8f9e66;
					color: #fff;
				}

#navigace li ul {
	position: absolute;
		left: -999em;
	z-index: 200;
}
	#navigace li:hover ul,
	#navigace li:focus ul,
	#navigace li.hover ul {
			left: auto;
	}
	#navigace li ul {
		border-top: 0;
		display: block;
		width: auto;
		height: auto;
		margin: -5px 0 0 -2px;
		padding: 0;
		border: 1px solid #8f9e66;
	}
		#navigace li ul li {
			display: block;
			background: #fff;
			padding: 0;
			width: 100%;
			text-align: left;
		}
			#navigace li ul li a {
				display: block !important;
				margin: 0;
				padding: .5em 1.2em;
				height: auto;
				line-height: 1.4;
				font-size: 100%;
				background: #fff !important;
				color: #000 !important;
			}

							#navigace li ul li+li a {	background: #f5f5f5 !important; }
							#navigace li ul li+li+li a {	background: #fff !important; }
							#navigace li ul li+li+li+li a {	background: #f5f5f5 !important; }
							#navigace li ul li+li+li+li+li a {	background: #fff !important; }
							#navigace li ul li+li+li+li+li+li a {	background: #f5f5f5 !important; }
							#navigace li ul li+li+li+li+li+li+li a {	background: #fff !important; }
							#navigace li ul li+li+li+li+li+li+li+li a {	background: #f5f5f5 !important; }

				#navigace li ul li a:hover,
				#navigace li ul li a:focus {
					background: #8f9e66 !important;
					color: #fff !important;
				}
    

    
#search {
	position: relative;
  width: 872px;
	height: 230px;
	background: url(img/head.jpg) 0 0 no-repeat;
	line-height: 1.2;
}
	#search fieldset {
		position: absolute;
			top: 45px;
			left: 55px;
		width: 251px;
		height: 150px;
		border: 0;
		overflow: auto;
	}
	#search fieldset h3 {
		font-size: 150%;
		max-width: 251px;
		color: #4c4b4b;
	}
	#search fieldset label {
		display: block;
		max-width: 251px;
		margin: 13px 0;
		color: #8fa58a;
		font-size: 130%;
	}
	#search fieldset input#s {
		width: 211px;
		padding: 2px;
		margin: 0 !important;
		height: 22px;
		border: 0 !important;
		background: #e0e0e0 url(img/search-input.png) 0 0 no-repeat;
	}
	#search fieldset #search-submit {
		width: 26px;
		height: 26px;
		text-indent: -9999px;
		margin: 0 0 0 -3px !important;
		border: none !important;
		background: #e0e0e0 url(img/search-button.png) 0 0 no-repeat;
		cursor: pointer;
	}
					#search fieldset #search-submit, x:-moz-any-link { position: relative; top: 4px; }
					
	#search fieldset #search-submit:hover {
		background-position: right bottom;
		cursor: pointer;
	}

.search-results {
	font-size: 120%;
	list-style: disc outside;
	margin-left: 2em;
}
.search-results a {
	font-weight: bold;
}

#footer {
	position: relative;
  clear: both;
  padding: 16px;
  margin: 20px 54px 10px 54px;
  background: #c6c6c6 url(img/footer-top.png) 0 0 no-repeat;
  color: #666;
}
	#footer span.bg {
		display: block;
	  width: 100%;
		height: 16px;
		position: absolute;
			bottom: 0;
			left: 0;
	  background: url(img/footer-bottom.png) 0 0 no-repeat;
	}
	#footer p {
		margin: 0;
	}
	#footer ul.logos {
		position: absolute;
		z-index: 1;
		right: 16px;
		top: 9px;
	}
		#footer ul.logos li {
			float: left;
			margin: 0 5px;
		}
		#footer ul.logos li img {
			height: 50px;
			width: 55px;
			background: #efefef;
		}
#footer2 {
  margin: 0 70px;
  padding: 0 0 10px 0;
}


#primary-content form {
	clear: both;
  margin: 20px 0 0 0;
}
#primary-content form fieldset {
  border: 7px solid #f2f2f2;
  padding: 1em;
}
  #primary-content form legend {
  	margin-left: 10px;
  	padding: .5em 1em;
  	border: none;
    font-weight: bold;
    font-size: 120%;
    color: #8f9e66;
  }
  #primary-content form p.fmrequired {
    margin: .5em 2em 1.5em 3em;
  }
  #primary-content form span.fmrequired {
    color: #f36f21;
  }
  #primary-content form label {
  	display: block;
  	float: left;
  	width: 180px;
  	text-align: right;
  	margin-right: 10px;
  	clear: both;
  	font-weight: bold;
  }
  #primary-content form label, #primary-content input, #primary-content select, #primary-content textarea {
  	line-height: 1.5em;
  	margin-top: 0.25em;
  	margin-bottom: 0.25em;
  }
  #primary-content form .fmsubmit {
    margin: 15px 0 10px 190px;
  }
  #primary-content .fmset textarea {
    width: 220px;
    height: 160px;
  }
  #primary-content .fmset label strong {
    display: none;
  }

form .fmsubmit span {
  padding: 10px 10px;
  line-height: 2;
  background: #f2f2f2;
  width: auto;
}
form .fmsubmit span input {
  margin: auto !important;
}
p.msg-ok {
  border: 5px solid #8f9e66;
  background: #f2f2f2;
  padding: 1em 2em;
  margin-top: 2em;
}

p.msg-err {
  border: 5px solid #8f9e66;
  background: #f2f2f2;
  padding: 1em 2em;
  margin-top: 2em;
}
ul.msg-err {
  margin-left: 2.1em !important;
}
  ul.msg-err li strong {
    display: none;
  }


#primary-content dl dt {
	margin: 1em 0 0 0;
	font-weight: bold;
	font-size: 120%;
}
#primary-content dl dd {
	margin: 0 0 0 1em;
	font-size: 110%;
}
	#primary-content dl dd strong {
		font-weight: normal;
		float: left;
		width: 5.5em;
		margin-right: .3em;
		clear: left;
		text-align: right;
	}
	
a#mapa {
	display: block;
	float: right;
	border: 7px solid #f2f2f2;
	margin-left: 10px;
}
a#mapa:hover {
	border: 7px solid #8f9e66;
}
a#mapa img {
	display: block;
}
.small {
	font-size: 92%;
	color: #212121;
}




.paging-navigation li.last { float: left; }
.paging-navigation li.first { float: right; }

