@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Staatliches&display=swap');
@import url(//fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);*!
@font-face { /* H1-uvod */
 	font-family: 'Open Sans', sans-serif;
	font-family: 'Staatliches', cursive;
 	font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  
}
html *{
	margin: 0;
	padding: 0;
}
body:before {
          content: "";
          position: fixed;
          top: -10px;
          left: 0;
          width: 100%;
          height: 10px;
          -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
           -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
           box-shadow: 0px 0px 10px rgba(0,0,0,.8);
          z-index: 100;
}
body{	
		/*font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;*/
		font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
		font-size:12px;	
		background: #006ac6;
		background: -moz-linear-gradient(top,  #006ac6 0%, #00adef 100%);
		background: -webkit-linear-gradient(top,  #006ac6 0%,#00adef 100%);
		background: linear-gradient(to bottom,  #006ac6 0%,#00adef 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006ac6', endColorstr='#00adef',GradientType=0 );
	background-attachment: fixed;
}
/********************************/
a, a:visited{
	background: none;
	color: #1e4e5d;
	text-decoration: underline;

}

a:hover {
	color: Blue;
	text-decoration: none	

}

h1,h2,h3,h4,h5,h6{
	color: #000000;
}
form{

	border:none;
	margin: 1.2em;
	padding: 0.5em;
}
input	{
	border:1px solid rgba(188,188,188,1);
	font-size:1.2em;
	line-height: 1.2em;
	border-radius:3px;
}

select{
	border :1px solid #80c1d5;
	font-size:1.2em;
	line-height: 1.2em;
}
/*input[type="password"]{
	border:1px solid rgba(188,188,188,1);
	font-size:1.2em;
}*/
label {
	float:left;
  	width:30%;
  	margin-right:0.5em;
  	padding-top:0.2em;
  	text-align:right;
  	font-weight:bold;
}

fieldset { 
	margin-top:0.5em;
	padding: 10px;
	border:1px solid rgba(188,188,188,1);
	background: -moz-linear-gradient(top,  rgba(188,188,188,0.65) 0%, rgba(188,188,188,0.64) 1%, rgba(242,242,242,0) 100%);
background: -webkit-linear-gradient(top,  rgba(188,188,188,0.65) 0%,rgba(188,188,188,0.64) 1%,rgba(242,242,242,0) 100%);
background: linear-gradient(to bottom,  rgba(188,188,188,0.65) 0%,rgba(188,188,188,0.64) 1%,rgba(242,242,242,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6bcbcbc', endColorstr='#00f2f2f2',GradientType=0 );

	border-radius: 3px;
	
}
table{
	border: 1px solid #586776;
	border-collapse: collapse;
	margin: auto;
	width: 95%;
}
caption{

	color: black;
	border: 1px solid #586776;
}
td{
	border: 1px solid #586776;
	empty-cells: show;
	border: 1px solid #586776;
	
}

th{
color: black;
}
th,td{
	padding: 2px;
}

#wrapper{
	margin:10px auto 0!important;
	width: 1070px;
	background-color:white;
	color: Black;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	box-shadow: 0 0 6px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
}
#overheader{
	width:1070px;
	height: 36px;
	margin:0; 
	display: block;
}
/* quick icons*/
#qi{
	float:right;
	margin:10px 10px 0 0;
}
#qi a{
	border: none;
	margin: 0 auto;
	padding: 0 5px;
	text-decoration: none;
}
a#qi-home{
	background-image: url(../images/qi-home.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 13px;
	display:inline-block;
	text-indent:-9999px;
}
a#qi-home:hover{
		background-image: url(../images/qi-home-hover.gif);
}
a#qi-favorite{
	background-image: url(../images/qi-favorite.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 13px;
	display:inline-block;
	text-indent:-9999px;
}
a#qi-favorite:hover{
		background-image: url(../images/qi-favorite-hover.gif);
}
a#qi-mail{
	background-image: url(../images/qi-mail.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 13px;
	display:inline-block;
	text-indent:-9999px;
}
a#qi-mail:hover{
		background-image: url(../images/qi-mail-hover.gif);
}
a#qi-sitemap{
	background-image: url(../images/qi-sitemap.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 13px;
	display:inline-block;
	text-indent:-9999px;
}
a#qi-sitemap:hover{
		background-image: url(../images/qi-sitemap-hover.gif);
}
a#qi-blinder{
	background-image: url(../images/qi-blinder.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 23px;
	display:inline-block;
	text-indent:-9999px;
}
a#qi-blinder:hover{
		background-image: url(../images/qi-blinder-hover.gif);
}
a#qi-print{
	background-image: url(../images/qi-tisk.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 23px;
	display:inline-block;
	text-indent:-9999px;
}
a#qi-print:hover{
		background-image: url(../images/qi-tisk-hover.gif);
}
#header{
	margin:0 auto;
	padding: 0;
	background-image: url(../images/bg-header16.png);
	background-position: top;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 1070px;
	height:262px;
	text-align: left;
	/*border:1px solid red;*/
}

#header-maska{
	float: right;
	margin:0 auto ;
	width: 350px;
	height: 262px;
	background: -moz-linear-gradient(left, rgba(186,186,186,0.1) 0%, rgba(102,102,102,0.5) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(186,186,186,0.1) 0%,rgba(102,102,102,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(186,186,186,0.1) 0%,rgba(102,102,102,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1abababa', endColorstr='#80666666',GradientType=1 ); /* IE6-9 */
	text-shadow: 4px 3px 2px rgba(0, 0, 0, 0.6);
}

#header-maska h1,#header-maska #h2{
	color:#ff0!important;
	text-align: right;	
	font-weight: normal;
	margin-right: 10px;
}
#header-maska h1{
		font-size:50px;	
}
#header-maska #h2{
		font-size:20px;
}
#header-maska a{
	color: #ff0;
	text-decoration: none;
	height: 130px;
	width: 121px;
	display:block;
	background-image: url(../images/znak-plavsko-stin.png);
	background-position: center;
	background-repeat: no-repeat;
	text-indent:-9999px;
	margin: 15px 0 0 210px;
}
#content{
	width:1070px;
	background-color: transparent;	
	}
#footer{
	margin:0 auto;
	color: white;
	clear: both;
	width:1070px;
	/*height: 90px;*/
	min-height: 90px;
	background-color: #006ac6;
	
}
#footer a{
	color: #fdfdfd;
}
#footer a:hover{
	color: #daf7f7;
}
.footerLeft {/*pro footer*/
float: left;
text-align: left;
margin-left:35px;
margin-top:35px;
border: none;
}

.footerRight {/*pro footer*/
float: right;
margin-right:35px;
margin-top:35px;
border: none;
text-align: right;
 font-size:11px;
}


#left{	
	width: 200px;
	padding: 0 0 0 5px;
	float:left;
	/*border: 3px solid blue;*/
	background-color:transparent;
	}

div#col-mid {
	font-size: 1.0em; 
	margin: 0 auto;
	padding: 0;
	width:600px;
	/*border: 3px solid Fuchsia;*/
}


div#col-right {/*pravy sloupec-uvod*/
	width: 200px;
	float: right;
	font-size: 0.95em; 
	margin: 0 5px 0 0;
	padding-right:0;
	}


#right {
    font-size:14px;
    float: right;
    margin-right: 45px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 800px;
}
	

#anketa {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	padding: 2px;
	text-align: left; /*border: 1px solid grey;
	background-color: #F6F6F6;*/
}

#anketa .otazka {
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 2em;
}

#anketa .perc {
	display: inline;
}

#anketa .spolu {
	font-weight: bold;
	margin-top: 2px;
}

#anketa a {
	color: #800000;
	font-weight: bold;
	margin-top: 0.5em;
	text-decoration: none;
}

#anketa a:hover {
	text-decoration: underline;
}

#anketa img {
	border: 0px;
	margin: 2px 0;
	padding: 0;
}
/************************************* Ankety prehled ***********************************/
.anketaPrehled {
	text-align: left;
	border: 1px solid #708090;
	background-color: #f8f8f8;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;*/
	padding:5px;
	margin:0 auto;
}
.anketaPrehled img {
	border: 0px;
	margin: 2px 0 2px 5px;
	padding: 0;
	
}
.anketaPrehled .otazka {
	display: block;
	font-size: .95em;
	font-weight: bold;
	/*margin-bottom: 1em;*/
	color: #B22222;
	border-bottom:1px solid #87CEEB; 
	margin:auto;
}
.anketaPrehled .spolu {
	font-weight: bold;
	margin-top: 2px;
	color: Red;
}
.anketaPrehled .perc {
	display: inline;
	color: #D03A00;
}

.telo{
	margin: 0 auto 1em;
	display: block;
	border: solid 1px #ccc;
	padding: 2px 3px;
	
}

.telo img{
	display: block;
	border: 1px solid #149696;
	margin: 0.5em auto;
}


.noShow{
	position:absolute;
	left: -9999px;
}

.attach_doc img{
	border: none;
	display: inline;
	margin: 0 0.3em;
}

.big{
	font-size: 1.3em;
}


.datum{
	color:#b61031;
	font-size:1em;
	float:right;
	margin-left: 5px;
	text-decoration: none!important;
}

.img_uvod{
	border: 1px solid #000033;
	display: block;
	margin: 1.6em auto 0;
}

.left {
	text-align: left;
}
.right {
	text-align: right;
}
.justify {
	text-align: justify;
}
.center{
	text-align: center;
}
.rubrika_uvod{
	margin:0.2em auto 0.5em!important;
	padding: 0 0 5px 0;
border:1px solid rgba(200,200,180, 0.9);
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
	-webkit-box-shadow: 2px 2px 6px 0px rgba(84, 84, 84, 0.34);
	-moz-box-shadow:    2px 2px 6px 0px rgba(84, 84, 84, 0.34);
	box-shadow:         2px 2px 6px 0px rgba(84, 84, 84, 0.34);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.rubrika_uvod li{
	list-style: none;
	margin-left:10px;
}
.rubrika_uvod hr {
  height: 3px;
  border: 0;
  background-color: #fff;
  background-image: linear-gradient(left, #f7f6f4, #fff, #f7f6f4);
}
.rubrika_uvod hr::after {
  content: '';
  display: block;
  height: 1px;
  background-color: #c3c3c3;
  background-image: linear-gradient(left, #f7f6f4, #c3c3c3, #f7f6f4);
}
.rubrika_uvod img{
	display: block;
	margin:3px auto 5px;
	}
.rubrika_uvod p{
	padding:3px;
	font-size: 1em;
}
.NadpisRubriky{
font-size: 15px;
	font-weight: bolder;
	padding-left: 5px;
	width: 195px;
	text-align: left;
	line-height: 30px;
	margin: 0 0 7px 0;
	color: white;
background: #7abcff;
border-bottom: 4px solid #ffd700;
background: -moz-linear-gradient(top,  #7abcff 0%, #006ac6 0%, #007ee5 100%);
background: -webkit-linear-gradient(top,  #7abcff 0%,#006ac6 0%,#007ee5 100%);
background: linear-gradient(to bottom,  #7abcff 0%,#006ac6 0%,#007ee5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#007ee5',GradientType=0 );
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
 border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
border-top-right-radius: 5px;
	
}
.nadpisDokumentu { 
	color: #006ac6 ;
	font-size: 1.6em!important;
	font-weight: bold;
	display: block;
	width: 100%;
	line-height: 30px;
	height:30px;
	text-align:left;
	text-transform: uppercase;
	margin:10px auto 1.2em ;
	padding-left: 5px; 
}
/*.nadpisDokumentu h1,h2,h3,h4,h5 {
 font-size: 14px;
 }*/
 .nadpisDokumentu img{
 margin:0;
 float:left;
 padding: 0 3px 0 0;
 }
 .nadpisSkupina{/*pro pg=odkazy*/
 	font-size: 12px;
	font-weight: bold;
	display: block;
	color: #DC143C;
	line-height: 18px;
	height: 18px;
	background-color: #FFFF8C;
	border-width:1px 0 1px 0;
	border-style: solid;
	border-top-color:  #FFFFBF;
	border-bottom-color:  #FEFF44;
	padding-left:5px;
	text-align: center;
	text-transform: uppercase;
 }
div#outside
{ 
width: 100%; 
text-align:center; 
} 
div#inside 
{ 
width: 90%; 
text-align:center; 
} 
div#inside img 
{ 
width: 80%; 
margin:auto; 
} 

.odkazwww a:link {
	color: #FF9900;
	text-decoration: none;
}

.odkazwww a:visited {
	color: #FF0000;
	text-decoration: none;
}

.odkazwww a:hover {
	color: #FF00FF;
	text-decoration: none;
}

.ramecek{
	display:block;
	width: 90%;
	padding:10px;
	margin:15px auto;
	/*font-size: larger;*/
	border:1px solid rgba(200,200,180, 0.9);
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
	-webkit-box-shadow: 2px 2px 6px 0px rgba(84, 84, 84, 0.34);
	-moz-box-shadow:    2px 2px 6px 0px rgba(84, 84, 84, 0.34);
	box-shadow:         2px 2px 6px 0px rgba(84, 84, 84, 0.34);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.ramecek ul {
	margin-left:10px;	
}

.red{
	color: #FF0000;
}


.right {
	text-align: right;
}

.schovka,.hidden {
	display: none;
}



/****************************** FOTOGALERIE UVOD*********************************/
/****************************** FOTOGALERIE UVOD*********************************/
#galleryIntro{
	padding: 0.3em;
}

#galleryIntro div{
	float: left;
	display:block;
	margin:0.2em 0.5em;
   padding: 0.2em 0.5em;
   color: Black;
	cursor: pointer;
	min-height: 290px!important;
	_height:280px;
	min-width:210px!important; 
	width:210px;
	-moz-border-radius: 6px;
	border: 1px solid #dedede;
	border-radius: 6px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
-webkit-box-shadow: 3px 3px 4px 0px rgba(204, 204, 204, 0.75);
-moz-box-shadow:    3px 3px 4px 0px rgba(204, 204, 204, 0.75);
box-shadow:         3px 3px 4px 0px rgba(204, 204, 204, 0.75);
	}
#galleryIntro img{
	padding:0;
	border: 1px solid #F7F7F7;
	margin: 2px auto;
	display: block;
}
#galleryIntro h4{
	font-size: 1.1em;
	font-style: normal;
	color: #4e5965;
	width: 210px;
	line-height: 16px;
	height: 16px;
		display: block;
	text-align: left;	
	overflow: hidden;
}
#galleryIntro h4:hover{
 overflow: auto;
 height: auto;
}
#galleryIntro h5{
	font-size: 11px;
	font-weight: normal!important;
	color: #6088bd;
	background-color: transparent;
	text-align: left;
}
#galleryIntro p {
	font-size: small;
	color: #e9e9e9;
	background-color: transparent;
	width: 180px;
	text-align: left;
}
#galleryIntro ul{
	margin:3px 0;
	padding: 0;
	font-size:small;
	color: #677685;
	background-color: transparent;
	width: 170px;
	}
#galleryIntro li{
	list-style: none;
	text-align: left!important;
}	

/****************************** FOTOGALERIE - ITEMS*********************/
#foto-pol{
	width:100%;
	padding:1em 0 0 1.5em;
	margin:0 auto 2em;
}

.img-wrapper {
 background:url(/images/shadow.gif) no-repeat right bottom;
 float: left;
}

.img-outer {
  background:url(/images/bottom-left2.gif) no-repeat left bottom;
  float: left; /* :KLUDGE: Fixes problem in IE5.2/Mac */
}

.img-inner {
  background:url(/images/top-right2.gif) no-repeat top right;
  padding: 0 5px 5px 0;
  float: left; /* :KLUDGE: Fixes problem in IE5.2/Mac */
}

.img-wrapper img {
  background-color: #fff;
  border: 1px solid #a9a9a9;
  padding: 4px;
  display: block;
}
.clear, .cleaner{
	clear:both;
}

#pg_body{
margin:0 0.5em;
padding:0 0.5em;
}

/*#pg_body *{
	font-size:14px!important;
}*/



/**************************       osnova zakon106/99         ******************************/
#pov-inf{
font-size:0.9em;
margin:0 0.5em;
}
#pov-inf h3{
 color: Maroon;
 margin:0; 	
  text-align: left;
}
#pov-inf .vystup{
 font-size: 1.1em;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-weight: normal;
 color: Red;
}
#pov-inf ul{
	margin: 0 0.2em;
}
#pov-inf li{
	margin: 0.1em 0.5em;
	padding:0.5em; 
}

#pov-inf a{
	font-size: 1.1em;
	text-decoration: none;
	color: #BD0000;
}
#pov-inf a:hover{
	font-size: 1.1em;
	text-decoration: underline;
}
.btn{
	display:block;
	width:300px;
	margin: 0.5em auto;
	text-align: center;
	text-decoration: none;
	padding: 0.5em  0.3em;
	font-weight:bolder;
	color: rgb(230, 230, 230);
	font-size: 16px;
	padding: 10px;
	text-shadow: 0px -1px 0px rgba(30, 30, 30, 0.8);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius:6px;
	background: rgb(24, 109, 59);
	background: -moz-linear-gradient(90deg, rgb(24, 109, 59) 0%, rgb(0, 129, 46) 100%);
	background: -webkit-linear-gradient(90deg, rgb(24, 109, 59) 0%, rgb(0, 129, 46) 100%);
	background: -o-linear-gradient(90deg, rgb(24, 109, 59) 0%, rgb(0, 129, 46) 100%);
	background: -ms-linear-gradient(90deg, rgb(24, 109, 59) 0%, rgb(0, 129, 46) 100%);
	background: linear-gradient(0deg, rgb(24, 109, 59) 0%, rgb(0, 129, 46) 100%);
	-webkit-box-shadow: 0px 2px 1px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 2px 1px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 2px 1px rgba(50, 50, 50, 0.75);

	
	
}

.btn:hover{
color: #fffacd;
	box-shadow:0 0 0 0;  
	text-decoration: none;
	-webkit-box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 1px 1px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 1px 1px rgba(50, 50, 50, 0.75);
}
.btn a {
	text-decoration: none;
		color: rgb(230, 230, 230);
}
.btn a:hover{
color: #fffacd;
	text-decoration: none;
	
}
.bigBtn {
display: block;
    padding: 10px;
    font-size: 120%;
   text-align: center;
    margin: 20px auto 0 auto;
    border: 2px solid #4682b4;
    color: white;
    border-radius: 4px;
    background: #7abcff;
    text-decoration: none;
 	font-weight: bolder;
background: -moz-linear-gradient(top,  #7abcff 0%, #60abf8 44%, #4096ee 100%);
background: -webkit-linear-gradient(top,  #7abcff 0%,#60abf8 44%,#4096ee 100%);
background: linear-gradient(to bottom,  #7abcff 0%,#60abf8 44%,#4096ee 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 );
 
}
.bigBtn a{
	 color: white!important;
    text-decoration: none;
}
.bigBtn a:hover{
color:#fff19d!important;
}		
.RedText, .required{
	color: red!important;
} 
.obal{
display: block;
width: 1070px;
height:30px;
margin:0 auto;
}
.leva {/*pro footer*/
width: 33%;
float: left;
margin:5px;
border: none;
}
.stred {/*pro footer*/
width: 33%;
float: left;
margin:5px;
border: none;
text-align: center;
}
.stred img {
border: 1px solid #6F7E99;
-moz-box-shadow: 0 0 6px #888;
-webkit-box-shadow: 0 0 6px#888;
box-shadow: 0 0 6px #888;
display: block;
margin: auto;
}
	
.prava {/*pro footer*/
width: 20%;
float: right;
margin:5px 15px 0 0;
border: none;
text-align: right;
font-size:11px;
}
ul.sitemap {
	margin-left: 0.5em;
}
ul.sitemap li{
	margin-left: 1.5em;
	color:#000188;
	font-weight: bold;
}
ul.sitemap ul{
	margin-left: 2.5em;
}
li.sitemap ul li{
	padding-left: 2.5em!important;
}
ul.sitemap a{
	color:#007FF9;
}
/************************ org rad + schema****************************/
#org-rad{
 	/*width: 95%;*/
	font-size: 1.2em;
	display: block;
	background-color: white;
	border: 1px solid #ccc;
	margin:1em;
	padding:0.5em;
}
#org-rad h3,h4{
	text-align: center;
}
#org-rad h3{
	 font-size:1.2em;
	  color: #990033;
}
#org-rad h4{
	 font-size:1.1em;
	  color: #660033;
}
#org-rad a{
	font-size:1em;
}
#org-rad hr{
	 display: none;
}

#org-schema{
	width:700px;
	margin: 1em auto;
	padding: 2px 3px;

}

#org-schema .levy{
	display: block;
	float: left;
	width: 275px;
	font-size: 1.1em;
	/*background-color: #F0FFFF;
	border: 1px solid #bbb;*/
	margin: 4px 0 4px 4px;
}

#org-schema .pravy{
	display: block;
	float:right;
	width: 197px;
	font-size: 1.1em;
	/*background-color: #ADD8E6;
	border: 1px solid #bbb;*/
	margin: 4px;	
}

#org-schema h3{
display: block;
border: 1px solid #bbb;
background-color: #FFA07A;
margin:0 auto;
	}
	/*#org-schema .levy  p span {
	width: 290px;
	margin: 0.5em auto;
	text-align: center;
	}*/
#org-schema .pravy p{
	height:40px;
	/*background-color: #E7F4F8;*/
	border: 1px solid #bbb;
	text-align: center;
	padding: 1em 0 0 0;
	margin: 0 auto;
}

#org-schema .levy p{
	/*background-color: #ADD8E6;*/
	border: 1px solid #bbb;
	margin: 0 auto;
	text-align: center;
	padding: 0.2em;
}
#org-schema p.primo{
	background-color: #D4F1E3;
}
#org-schema p.koord{
	background-color:#FFDEAD;
}
#org-schema p.zrizov{
	background-color: #FFC3C3;
}
#org-schema a{
	font-size: 1em;
	color: #393AAB;
}
#org-schema a:hover{
	text-decoration: underline;
}


 
.dokument {
	border:1px solid #dcdcdc;
	background-color: #f2f2f2;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 3px;
	margin:3px auto;
}
a.attach_doc{
	font-style: normal;
	color:#000099;
	text-decoration: none;
}
a:hover.attach_doc{
	font-style: normal;
	color:#2958de;
	text-decoration:underline;
}
.dokument img {
	padding: 0 5px 0 0;
	
}

.hr{
display: block;
margin:0 auto;
width:95%;
height:30px;
background-image: url(../images/hr.png);
background-position: top center;
background-repeat: repeat-x;
	
}
.alert{
background-color: #FFFFCC;
  background-image: url(../images/alert.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  '''background-position: 10px 10px;'''
	font-size: 18px;
	font-weight: normal;
	width: 60%;
	text-align:center;
	display: block;
	padding:0.8em;
	margin: 1em auto;
	background-color: #fff19d;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 0 6px #888;
	-webkit-box-shadow: 0 0 3px#888;
	box-shadow: 0 0 3px #888;
	color: Red;
	text-shadow: 0 1px 0 #64727F;
}
.even{
	background-color: #ececec!important;
}
.odd{
	background-color: white!important;
}
table.kalendar_prehled,table.kalendar_prehled td,table.kalendar_prehled th{
	border:1px solid White;
}
.akceDetail img{
	float: left;
	margin: 5px 8px 5px 5px;
	border: 1px solid #6F7E99;
-moz-box-shadow: 0 0 6px #888;
-webkit-box-shadow: 0 0 6px#888;
box-shadow: 0 0 6px #888;
}
.akceDetail{
	font-size: 1.1em;
}
.akceDetail h2{
margin:10px 0 10px 0;
background-color: #778899;
padding:3px;	
}
.akceDetail .datum{
	color:#ffffa6 !important;
}
.akceDetail .strTypAkce{
	float:right;
	margin-right: 5px;
	color:white;
}
a.btnZpet{
	display: block;
	margin: 5px auto;
	text-align: center;
}
.hiLite{
	background-color: #f7f2c3;
}
#camThLabel{
	text-align: center;
	margin:2px auto;
	display:block;
}
.aktualita{
	/*padding-bottom: 1em;
	margin-bottom: 10px;
	border-bottom: dotted 1px #9C9C9C;*/
	border:1px solid #dcdcdc;
	background-color: #f2f2f2;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 3px;
	margin:3px auto 6px;
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E0E0E0 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E0E0E0 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #FFFFFF 0%, #E0E0E0 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E0E0E0));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E0E0E0 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #FFFFFF 0%, #E0E0E0 100%);
}
.aktHilite{
	/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E0DC74 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E0DC74 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #FFFFFF 0%, #E0DC74 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E0DC74));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E0DC74 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #FFFFFF 0%, #E0DC74 100%);
}
.aktualita a{
	color: navy;
	text-decoration: none;
}
.aktualita a:hover{
	color: #0000cd;
	text-decoration:underline;
}
.aktualita img{
	float:left;
	/*background-color: #DDE8FF;
	padding: 3px;
	cursor: pointer;*/
	margin: 0 1em 1em 0;
	border:1px solid #aec3dd;
/*	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 2px 6px #888;
	-webkit-box-shadow: 0 2px 6px #888;
	box-shadow: 0 2px 6px #888;*/
}
.aktualita li{
	list-style: url(../images/li-1.gif)!important;
	margin-left: 1em;
	_margin-left: 1.8em;
}
.aktualita hr {
  height: 3px;
  border: 0;
  background-color: #fff;
  background-image: linear-gradient(left, #f7f6f4, #fff, #f7f6f4);
}
.aktualita hr::after {
  content: '';
  display: block;
  height: 1px;
  background-color: #c3c3c3;
  background-image: linear-gradient(left, #f7f6f4, #c3c3c3, #f7f6f4);
}
ul.sitemap {
	margin-left: 0.5em;
}
ul.sitemap li{
	margin-left: 1.5em;
	color:#000188;
	font-weight: bold;
}
ul.sitemap ul{
	margin-left: 2.5em;
}
li.sitemap ul li{
	padding-left: 2.5em!important;
}
ul.sitemap a{
	color:#007FF9;
}
.hide,.noShow{
	position: absolute;
	left: -9999px;
}


.clanky-header {
 width:100%;
 display: inline-block;
}
.clanky-header h4{
	display: inline;
	font-size:1.2rem;
	line-height: 1.5rem;
	margin-bottom: .5rem;
	color: #5b6875;
}
.clanky-body{
	width:100%;
	/*padding-bottom: 1em;*/
	margin-bottom: 5px;
	/*border-bottom: dotted 1px #9C9C9C*/

}	
.clanky-body-inner{
	/*	height:70px;
		overflow:hidden;*/
}
.span-clanky-btn{
	text-align: right;
	font-size: 12px!important;
	color: blue;
	cursor: pointer;
}
.span-clanky-btn:hover{
color: #191970;
}
.clanky-img{
	float:left;
	background: #ece0d0;
	border: solid 1px #9C9C9C;
	padding: 3px;
	cursor: pointer;
	margin: 0 1em 1em 0;
	
}
.clanky-body li{
	list-style: url(../images/li-1.gif)!important;
	margin-left: 1em;
	_margin-left: 1.8em;
}
.clanky-autor{
	display:block;
	height: 20px;
	width: 100%;
	float: right;
	color:#708090;
	margin:0 35px 0 0;
	font-size: 0.8em;
	text-align: right;
}
.clanky-gallery{
	/*display:inline-block;*/
	line-height: 20px;
	/*width: 50%;*/
	float: right;
	color:#506070;
	margin:0 15px 0 0;
	font-size: 0.85em;
	text-align: right;
}
.clanky-dokument{
display:inline-block;
	height:1.5rem;
	line-height:1.5rem;
	width: 50%;
	overflow: hidden;
	float: left;
	color:#506070;
	margin:0 0 5px 0;
	font-size: 0.95em;
	text-align: left;
}
.clanky-dokument img{
	display:inline-block;
	margin:0!important;
	line-height: 20px;
	border: none;
	background-color: transparent!important;
	box-shadow:none;
	float: none!important;
}
.clanky-footer{
	margin:5px auto 0;
	width:100%;
   display: inline-block;
}
.newestDoc li{
	list-style: none;
	text-indent: -1.5em;
	background-color: #F8F8FF;
	border: 1px solid #8DA5D0;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: .2em 2em .1em;
	margin: 0.3em .1em ;
	}
	.newestDoc li li{
	list-style: none;
	text-indent: -1.5em;
	background-color: transparent;
	border:none!important;
	margin:0 0.2em ;
	}
.newestDoc a{
		text-decoration: none;
	}
.newestDoc a:hover{
	color: #0000CD;
		text-decoration: underline;
	}
.fl-left{
		float: left;
		display: inline;
		color: #696969;
	}
.fl-right{
		float: right;
		display: inline;
		color: #4169E1;
		
	}
		#social-icon{
	width:100px;
	display:block;
	margin:30px auto 0!important;
}
#form-search form{
	height:20px;
	line-height:20px;
}
#form-search fieldset{
	float:left;
	height:18px!important;
	margin: 0 0 0 0;
	background-color:transparent;
	border:none;
	/*width:200px;*/
	
	/*background-color: transparent;*/
}
#form-search input,#form-search button{
	float: left;
}
#form-search input[type="text"]{
	margin:0;
	line-height:20px;
	height:20px;
	font-size:12px;
	color: #778899;
	background-color: #fff;
	background-image: url(../images/bg-input-search.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	border: 1px solid #C3D2E6;
	/*border-top:1px solid #0079C5;
	border-left:1px solid #0079C5;
	border-bottom: 1px solid #00619F;
	border-right: 1px solid #00619F;*/
	}
#form-search input[type="submit"]{
	height:22px;
	width:19px;
	background-image: url(../images/ico-lupa-pasive.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: white;
	border:none;
	padding:0 ;
	margin-left:0;
	display: inline;
	cursor: pointer;
}
#form-search input[type="submit"]:hover{
   background-image: url(../images/ico-lupa-active.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: white;
	/*border-top:1px solid #8FBE9A;
	border-left:1px solid #8FBE9A;
	border-bottom: 2px solid #3E6A48;
	border-right: 2px solid #3E6A48;*/
	}
#underFooter{
	width:1070px;
	display: block;
	margin:10px auto;
}	
.noShowDetail{
	display:none;
}
.showDetail{
	display:inline;
}
.pseudoHref{
	cursor: pointer;
	color:#006ac6;
	font-style: normal;
	text-decoration: none;
}
.pseudoHref:hover{
	text-decoration: underline;
}
/******************* ul-nahodne obrazky*******************/

#randImg li {
  display: none;
  list-style: none;
  
}
#randImg img{
	 height: 170px!important;
	 width: 170px!important;
}

/**************** vypis dokumentu***********************/
ul.listDocs {
margin:10px;	
}
ul.listDocs  li{
list-style: none;
}/**************  tabulka uredni-deska*******************/
 table#ud{
 	border: 1px solid #586776;
	border-collapse: collapse;
	margin: auto;
	width: 95%;
 }
 table#ud th{
 border: 1px solid #586776;
 background-color: #ced5db;
 padding: 2px;
} table#ud td{
 border: 1px solid #586776;
 background-color:inherit;
 padding: 2px;
} 
/********************** registrace novinky*****************/
.success, .error{
	display:block;
	text-align: center;
	width: 60%;
	padding:10px;
	margin:15px auto;
	font-size: larger;
	/*text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);*/
	-webkit-box-shadow: 2px 2px 6px 0px rgba(84, 84, 84, 0.34);
	-moz-box-shadow:    2px 2px 6px 0px rgba(84, 84, 84, 0.34);
	box-shadow:         2px 2px 6px 0px rgba(84, 84, 84, 0.34);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}
.success{
color: #2f4f4f;
	background: rgb(207, 255, 204);
background: -moz-linear-gradient(91deg, rgb(207, 255, 204) 0%, rgb(138, 221, 154) 90%);
background: -webkit-linear-gradient(91deg, rgb(207, 255, 204) 0%, rgb(138, 221, 154) 90%);
background: -o-linear-gradient(91deg, rgb(207, 255, 204) 0%, rgb(138, 221, 154) 90%);
background: -ms-linear-gradient(91deg, rgb(207, 255, 204) 0%, rgb(138, 221, 154) 90%);
background: linear-gradient(181deg, rgb(207, 255, 204) 0%, rgb(138, 221, 154) 90%);

}
.error{
color: #c11134;
background: rgb(255, 184, 179);
background: -moz-linear-gradient(91deg, rgb(255, 184, 179) 0%, rgb(246, 224, 224) 100%);
background: -webkit-linear-gradient(91deg, rgb(255, 184, 179) 0%, rgb(246, 224, 224) 100%);
background: -o-linear-gradient(91deg, rgb(255, 184, 179) 0%, rgb(246, 224, 224) 100%);
background: -ms-linear-gradient(91deg, rgb(255, 184, 179) 0%, rgb(246, 224, 224) 100%);
background: linear-gradient(181deg, rgb(255, 184, 179) 0%, rgb(246, 224, 224) 100%);
}
#menu-qi {
	float: right;
	padding-top: 10px;
}

#menu-qi li{
	display: inline-block;
	list-style:none;
	margin-right:10px;
}
#menu-qi a i{
	color:blue;
	font-size:18px;
	
}
#menu-qi a i:hover{
	color:#0082ff;
}
