/*
dark grey (text)
#414042
dark blue (headings)
OLD #104b86
NEW #104b86
NEW #104b86
light blue
#b1cae8
#acd1e5
ultrabluelight
#3bb5e4



#6ea1b7


*/


html, body{
	min-height: 100%;
	height: 100%;
}

body{
	background: #fff url(../img/body_bg.gif) top left repeat-x;
	color: #414042;
	font-size: 12px;
	line-height: 14px;
	overflow-y:scroll;
}

body.homeLayout{
	background: #fff url(../img/body_bg_home.gif) top left repeat-x;
}

body#content_only{
	background: #fff;
	margin: 50px;
}


h1, h2{
	text-transform: uppercase;
	color: #104b86;
	font-size: 15px;
	line-height: 18px;
	padding: 5px 5px 5px 20px;
	margin: 0 0 10px 0;
	border-bottom: solid 1px #acd1e5;
	position: relative;
	/*background: url(../img/hx_square.gif) 0 8px no-repeat;*/
}

h1::before,h2::before{
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	background: #3bb5e4;
	width: 12px;
	height: 12px;
}

h2{
	line-height: 18px;
	font-size: 13px;
	margin-top: 10px;
}

h2 span{
	text-transform: none;
}

h3{
	font-size: 14px;
	margin: 6px 0 6px 0;
	color: #104b86;
}

h4{
	font-size: 13px;
	margin-top: 5px;
	color: #104b86;
}


a{
	color: #104b86;
}
/*
a:visited{
	color: #502a7b;
}*/

blockquote{
	margin: 0 0 0 15px;
}


#text,
#text_l,
#text_r{
	position: relative;
	padding-bottom: 30px;
	line-height: 18px;
	min-height: 320px;
}

#text_l{
	width: 597px;
	float: left;
}

#text_r{
	width: 310px;
	margin-left: 640px;
}

.homeLayout #text_r{
	margin-left: 602px;
	width: 350px;
}

.homeLayout.en #text_r{
	margin-bottom: 90px;
}



#text p,
#text_l p,
#text_r p{
	padding-bottom: 5px;
}

#text h2,
#text_l h2{
	clear: both;
}

#text_l .res_text h2{
	color:#414042;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	border: none;
	background: transparent;
	padding: 0;
}

#text_l .res_text h2:before{
	display: none;
}

#text_r img{
	border: solid 1px #104b86
}

#text_r a:hover img{
	border-color: #104b86;
}

#text_r li img{
	border: none;
}

#text a:hover,
#text_l a:hover,
#text_r a:hover{
	text-decoration: none;
	background-color: #104b86;
	color: #fff;
}

/*#text a:visited:hover,
#text_l a:visited:hover,
#text_r a:visited:hover{
	background: #502a7b;
}*/

#text ul,
#text_l ul,
#text_r ul,
#text ol,
#text_l ol,
#text_r ol{
	margin: 0 0 10px 15px;
}

#text ol,
#text_l ol,
#text_r ol{
	margin-left: 20px;
}

#text li,
#text_l li,
#text_r li{
	list-style-type: square;
	padding: 0 0 2px 0;
}
#text ol li,
#text_l ol li,
#text_r ol li{
	list-style-type: decimal;
}
#pagecont {
	text-align: left;
	min-height: 100%;
	position: relative;
}

#page{
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding-bottom: 150px;
}

#header{
	padding-top: 26px;
}

#header .image{
	margin: 36px 5px 0 4px;
	height: 122px;
}

#header .image img{
	float: left;
}

#header .section{
	display: block;
	margin-left: 638px;
	padding: 80px 0 20px 0px;
	color: #acd1e6;
	font-size: 22px;
}

#logo{
	height: 141px;
}

#teasers{
	display: block;
	height: 262px;
	position: relative;
	overflow: hidden;
	margin: 36px 5px 0 5px;
	/*	background: url(../img/teasers_bg.gif) top left repeat-x;*/
}

#teasers .item{
	height: 262px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 950px;
}

#teasers .item_2,
#teasers .item_3,
#teasers .item_4,
#teasers .item_5,
#teasers .item_6,
#teasers .item_7,
#teasers .item_8,
#teasers .item_9,
#teasers .item_10,
#teasers .item_11,
#teasers .item_12,
#teasers .item_13,
#teasers .item_14,
#teasers .item_15,
#teasers .item_16,
#teasers .item_17,
#teasers .item_18,
#teasers .item_19,
#teasers .item_20{
	display: none;
}


#teasers .item img{
	float: left;
}

#teasers .item h3{
	font-size: 22px;
	line-height: 25px;
	padding: 60px 35px 10px 628px;
	font-weight: normal;
	color: #fff;
}

#teasers .item span{
	display: block;
	padding: 0 35px 10px 628px;
}

/*#teasers .item a.more{
	position: absolute;
	padding-left: 10px;
	top: 208px;
	right: 22px;
	width: 72px;
	height: 33px;
	line-height: 35px;
	background: url(../img/more.gif) top right no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}*/

#teasers .item a.more{
	display: block;
	float: right;
	margin: 10px 20px 20px 10px;
	padding-left: 10px;
	width: 72px;
	height: 33px;
	line-height: 35px;
	background: url(../img/more.gif) top right no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}


#teasers .item a.more:hover{
	font-weight: bold;
	background-position: bottom right
}

#teasers .controls{
	position: absolute;
	top: 20px;
	left: 620px;
}


#teasers .controls a{
	display: block;
	position: relative;
	float: left;
	width: 32px;
	height: 32px;
	/*	background: url(../img/teaser_dot.gif) top left no-repeat;*/
}

#teasers .controls a:after{
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #acd1e6;
}

#teasers .controls a:hover:after,
#teasers .controls a.active:after{
	background: #fff;
}


#content{
	margin: 30px 5px 10px 5px;
}

#hotlinks{
	padding-top: 23px;
}

#hotlinks ul{
	margin-left: 0;
}

#hotlinks li{
	display: block;
	padding: 5px 0 2px 23px;
}

#hotlinks li a,
#hotlinks li a:visited{
	position: relative;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	color: #104b86;
	display: block;
	width: 204px;
	height: 58px;
	padding: 16px 110px 0 18px;
	line-height: 21px;
	/*	background: url(../img/hotlink_bg.gif) top left no-repeat;*/
	border: solid 1px #acd1e5;
	border-radius: 10px;
}

#hotlinks li.hLight a{
	font-weight: bold;
	background: #dff4f7;
}

#hotlinks li a img{
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
	border-radius: 7px;
}

#hotlinks li a:hover,
#hotlinks li a:visited:hover{
	background-color: transparent;
	border-color: #104b86;
	color: #104b86;
}

#hotlinks li.hLight a:hover,
#hotlinks li.hLight a:visited:hover{
	background-color: #dff4f7;

}

#hotlinks li a:focus{
	border-style: dotted;
	border-width: 2px;
	border-color: #f00;
}

ul#childslist{
	margin: 7px 0 10px 18px;
	padding-top: 7px;
}

#childslist li{
	list-style-image: url(../img/li_square.gif);
	padding: 4px 0 0 0;
}

#childslist ul{
	margin-bottom: 0;
}

#childslist span{
	font-weight: bold;
	color: #104b86;
}


#childslist a span{
	font-weight: normal;
}

#childslist a:hover span{
	color: #fff;
}



#foot_cont{
	clear: left;
	background: #104b86;
	width: 100%;
	position: absolute;
	bottom: 0;
}

h2.about{
	clear: left;
}

div.about{
	display: block;
	font-size: 11px;
	width: 480px;
	float: left;
	padding-top: 1px;
}

.esf_home{
	font-size: 11px;
	/*	padding-bottom: 80px;*/
}

#foot{
	clear: both;
	min-height: 100px;
	width: 950px;
	padding: 15px 10px 20px 10px;
	margin: 0 auto;
	color:  #fff;
	/*background: url(../img/double_line_vert.gif) 525px 0 repeat-y;*/
	position: relative;
	font-size: 10px;
}

.homeLayout #foot{
	background: transparent;
}

#foot .left{
	float:left;
	width: 525px;
}

#foot .right{
	margin-left: 520px;
	padding: 11px 0 0 25px;
}

#foot a{
	color: #fff;
	text-decoration: none;
}

#foot a:hover{
	text-decoration: underline;
}

#foot .menu_0,
#foot .menu_1{
	clear: left;
	background: url(../img/double_line_hori.gif) left bottom repeat-x;
	display: block;
	width: 505px;
	height: 22px;
	margin-top: 10px;
}

.homeLayout	#foot .menu_1{
	background: transparent;
}

#foot .menu_0 li,
#foot .menu_1 li{
	float: left;
	display: block;
}

#foot li a{
	padding: 0px 4px;
	border-left: solid 1px #fff;
}

#foot li.first a{
	border: none;
	padding-left: 0;
}

#foot .txt{
	display: block;
	margin: 10px 0;
}

.homeLayout #foot .txt{
	position: absolute;
	top: 15px;
	right: 0;
	text-align: right;
}

#foot .esf{
	width: 405px;
}

#navi_1 ul.nav_2,
#navi_2 ul.nav_2{
	display: none;
}


#navi_1{
	position: absolute;
	top: 171px;
	left: 0;
	padding: 0 5px;
	z-index: 10;
}

#navi_1 a, #navi_2 a{
	text-decoration: none;
	display: block;
}

#navi_1 ul.nav_1 > li{
	float:left;
	position: relative;
	text-transform: uppercase;
	background: url(../img/navi_square.gif) top left no-repeat;
	padding: 2px 15px 0 10px;
}

#navi_1 ul.nav_1 > li > a{
	font-weight: bold;
	color: #104b86;
	font-size: 13px;
	padding: 11px 0 4px 0;
	border-bottom: solid 4px transparent;
}

#navi_1 ul.nav_1 > li > a:hover{
	border-bottom: solid 4px #104b86;
}


#navi_1 ul.nav_2{
	-moz-box-shadow:    1px 2px 3px #555;
	-webkit-box-shadow: 1px 2px 3px #555;
	box-shadow:         1px 2px 3px #555;
}
#navi_2 ul.nav_2{
	-moz-box-shadow:    1px 2px 3px #888;
	-webkit-box-shadow: 1px 2px 3px #888;
	box-shadow:         1px 2px 3px #888;
}

#navi_1 ul.nav_2{
	padding: 0 15px 0 10px;
	background: #fff;
	border-bottom: solid 6px #104b86;
	position: absolute;
	top: 35px;
	left: 0;
	width: auto;
}

#navi_1 ul.nav_2 > li{
	min-width: 150px;
	line-height: 19px;
	background: #fff;
	text-transform: none;
}

#navi_1 ul.nav_2 > li.first{
	padding-top: 8px;
}

#navi_2 ul.nav_2 > li.first{
	padding-top: 4px;
}

#navi_1 ul.nav_2 > li.last{
	padding-bottom: 6px;
}

#navi_2 ul.nav_2 > li.last{
	padding-bottom: 3px;
}

#navi_1 ul.nav_2 li a,
#navi_2 ul.nav_2 li a{
	display: block;
	width: 100%;
	font-size: 12px;
	padding: 1px 1px 1px 6px;
	color: #104b86;
	border-bottom: solid 1px #acd1e5;
}

#navi_2 ul.nav_2 li a{
	padding: 0 1px 0 6px;
	line-height: 20px;
}

#navi_1 ul.nav_2 li.last a,
#navi_2 ul.nav_2 li.last a{
	border: none;
}

#navi_1 ul.nav_2 li a:hover,
#navi_2 ul.nav_2 li a:hover{
	color: #fff;
	background: #104b86;
}

#navi_1 ul.nav_1 li:hover ul.nav_2,
#navi_1 ul.nav_1 li:focus ul.nav_2{
	display:block;
}


#navi_2{
	position: absolute;
	top: 55px;
	right: 0;
	z-index: 10;
}

#navi_2 .nav_1 li{
	float:left;
	position: relative;
	line-height: 23px;
	padding: 0 14px;
}

#navi_2 ul.nav_2{
	background: none repeat scroll 0 0 #FFFFFF;
	border-bottom: 4px solid #104b86;
	padding-right: 7px;

}

#navi_2 .nav_2 li{
	padding: 0;
	min-width: 125px;
	float:none;
}

#navi_2 ul.nav_2{
	position: absolute;

}

#navi_2 ul.nav_1 li:hover ul.nav_2{
	display:block;
}
/*
#navi_2 a{
	color: #414042;
}
*/
#navi_2 a:hover{
	color: #104b86;
}

#navi_2 .nav_1 > li{
	background: url(../img/navi_2_border.gif) top right no-repeat;
}

#navi_2 .nav_1 > li.last{
	background: transparent;
	padding-right: 5px;
}

#navi_2 .nav_1 > li > a{
	font-weight: bold;
	border-bottom: solid 4px #fff;
	padding: 0;
}

#navi_2 .nav_1 a:hover{
	border-color: #104b86
}

#crumbs_cont{
	position: fixed;
	top: 0;
	left:0;
	background: #104b86;
	width: 100%;
	z-index: 11;
}

#quick_contact,
#breadcrumbs{
	color: #c9def7;
	line-height: 25px;
	padding: 0 5px;
	font-size: 11px;

}

#quick_contact a,
#breadcrumbs a{
	color: #c9def7;
}

#quick_contact a:hover,
#breadcrumbs a:hover{
	color: #fff;
}

#breadcrumbs{
	width: 700px;
	padding-right: 260px;
	margin: auto;
	z-index: 11;
}

#quick_contact{
	top: 0;
	left: 0;
	z-index: 10;
	width: 950px;
	text-align: right;
	margin: auto;
}

#breadcrumbs li{
	float: left;
	padding-right: 2px;
}

#langswitch{
	position: absolute;
	top: 88px;
	right: 0;
}

#langswitch a{
	color: #104b86;
	font-weight: bold;
}

#langswitch a:hover{
	text-decoration: none;
	background-color: #104b86;
	color: #fff;
}

#langswitch .cs,
#langswitch .en{
	padding: 0 5px;
}

#sitemap{
	padding-left: 2px
}

#sitemap #tree2{
	float: right;
	width: 315px;
}

#text #sitemap ul{
	margin: 0 0 0 15px;
	color: #004C91;
}

#sitemap li{
	padding: 8px 0 0 0;
	list-style-type: square;
}

#sitemap ul.nav_1 li{
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
}

#sitemap ul.nav_2 li{
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
}

#sitemap ul.nav_3 li{
	font-size: 11px;
	line-height: 14px;
}

/* tables */

table{
	width: 100%;
}

table.bordered{
	border-collapse: separate;
	border-spacing: 0 10px;
}


#text_l table{
	margin-bottom: 15px;
}


th, td{
	padding: 2px 5px;
}

td{
	border-bottom: #acd1e5 solid 1px;
	vertical-align: top;
}

table.bordered td{
	padding: 5px 10px;
	border: solid 1px #acd1e5;
}


th{
	background-color: #104b86;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}

th.datum_moci{
	width: 115px;
}

th.datum_moci span{
	position: relative;
	width: 100%;
	display: block;
}

th a{
	color: #fff;
	text-decoration: underline;
}

td.ar{
	text-align: right;
	padding: 0 5px;
	border-right: 1px solid #acd1e5;
}

#resolutions_list td.al{
	border-left: 1px solid #acd1e5;
	padding-right: 0;
}

td.ar div{
	padding: 2px 0;
	position: relative;

}

td.ar span.new{
	position: absolute;
	display: block;
	width: 18px;
	height: 41px;
	top: -4px;
	right: -26px;
	background: url(../img/new.gif) top right no-repeat;

}

#datum_pravni_moci-asc, #datum_pravni_moci-desc,
#instance-asc, #instance-desc{
	position:absolute;
	width: 16px;
	height: 6px;
	right: 0;
}

#datum_pravni_moci-asc,
#instance-asc{
	top: 4px;
	background: url(../img/desc.gif) center center no-repeat;
}

#datum_pravni_moci-asc:hover,
#instance-asc:hover{
	top: 3px;
}

#datum_pravni_moci-desc,
#instance-desc{
	background: url(../img/asc.gif) center center no-repeat;
	top: 9px;
}

#datum_pravni_moci-desc:hover,
#instance-desc:hover{
	top: 10px;
}



table.tablesorter {
	width: 100%;
	text-align: left;
}

.tablesorter th{
	padding-right: 20px;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	border: 1px solid #FFF;
}

table.tablesorter thead tr .header {
	background-image: url(../img/sort_bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter tbody td {
	background-color: #FFF;
	vertical-align: top;
}

table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}

table.tablesorter thead tr th.headerSortUp {
	background-image: url(../img/sort_asc.gif);
	background-color: #6b93c6;
}

table.tablesorter thead tr th.headerSortDown {
	background-image: url(../img/sort_desc.gif);
	background-color: #6b93c6;
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {

}


/* news */

#text_r .news_list{
	padding-top: 7px;
}

span.news_line,
span.news_date{
	font-size: 13px;
	color: #104b86;
}

p.news_line{
	padding-bottom: 10px;
}

#text_r .news_line,
#text_r .news_date{
	font-size: 12px;
}

span.news_line{
	font-weight: bold;
}

span.news_text{
	display: block;
	padding-bottom: 10px;
}
.news_text #perex{
	font-style: italic;
	font-weight: bold;
	padding: 5px 0 10px 0;
}

#paging{
	margin-top: 10px;
	text-align: center;
	font-size: 13px;
}

#tabs #paging{
	margin-bottom: 10px;
}

#paging a, #paging span{
	padding: 3px 5px;
	margin: 0 1px;
	border-radius: 3px;
}

#paging span{
	border: solid 1px #104b86;
}

#paging a:visited{
	color: #104b86;
}

#paging a:visited:hover{
	background: #104b86;
	color: #fff;
	text-decoration: none;
}

#paging a.num{
	font-weight: bold;
}
/* contacts */

#contact_list{
	width: 100%;
}

#contact_form h2{
	margin-bottom: 40px;
}


#contact_form #catch,
#open_door_reg_form #catch{
	display: none;
}

#open_door_reg_form input{
	color: #414042;
	font-size: 11px;
	border: none;
	padding: 0 0 0 5px;
	border-bottom: solid 1px #B1CAE8;
	width: 165px;
}

#open_door_reg_form input.btn{
	width: 87px;
	line-height:22px;
	height:27px;
	border: none;
	color: #104b86;
	font-weight: bold;
	padding: 0 20px 0 0;
	background: url(../img/btn_bg.gif) top left no-repeat;
}

#open_door_reg_form label{
	padding: 5px 5px 5px 0;
	display: inline-block;
	width: 50px;
}

#contact_form div.line input{
	width: 165px;
	padding: 2px 3px 0 3px;
	float: right;
	border: none;
	font-weight: normal;
	line-height: 18px;
}

#contact_form div.box textarea{
	width: 230px;
	height: 160px;
	padding: 0 3px;
	border: none;
	line-height: 18px;
}

#contact_form div.line,
#contact_form div.box{
	display: block;
	padding: 3px 0 4px 5px;
	border: solid 1px #104b86;
	font-weight: bold;
	margin-bottom: 6px;
}

#contact_form div.line{
	width: 215px;
}

#contact_form div.box{
	position: relative;
}

#contact_form div.box span{
	float: left;
	display:block;
}

#resolution_search_form td,
#epoForm td{
	border: none;
	padding-left: 0;
	padding-right: 1px;
	line-height: 28px;
}

#resolution_search_form td > span{
	font-weight: bold;
	display: block;
	width: 105px;
}

#resolution_search_form input,
#user_login_form input,
#resolution_search_form select,
#epoForm input,
#epoForm select,
#epoForm textarea{
	color: #414042;
	font-size: 11px;
	border: none;
	padding: 0 0 0 5px;
	border-bottom: solid 1px #B1CAE8;
	width: 165px;
	height: 22px;
}

#epoForm input,
#epoForm select,
#epoForm textarea{
	margin: 0 2px;
	width: 340px;
}

#epoForm textarea{
	border: solid 1px #B1CAE8;
	min-height: 200px;
	padding-top: 7px;
	padding-bottom: 7px;
	width: 338px;
}

#epoForm input[name="epo_street"]{
	width: 240px;
}

#epoForm input[name="epo_no_descriptive"],
#epoForm input[name="epo_no_orientation"]{
	width: 40px;
}

#epoForm input[name="epo_subject"]{
	margin-bottom: 20px;
}


#resolution_search_form input:focus,
#user_login_form input:focus,
#resolution_search_form select:focus{
	border:none;
	border-bottom: solid 1px #f00;
}



input.btn{
	width: 87px;
	line-height:22px;
	height:27px;
	border: none;
	color: #104b86;
	font-weight: bold;
	padding: 0 20px 0 0;
	background: url(../img/btn_bg.gif) top left no-repeat;
}

input.btn:hover{
	background-position: bottom left;
}

#epoForm #help{
	font-size: 90%;
	margin-bottom: 0;
}

#epoForm table{
	width: auto;
}

#epoForm .btn-next,
#epoForm .btn-next1,
#epoForm .btn-prev,
#epoForm .btn-file{
	background: #acd1e6;
	border: none;
	border-radius: 10px;
	width: 170px;
	height: auto;
	padding: 8px 0;
	font-size: 12px;
	cursor: pointer;
	margin: 0 2px;
	color: #104b86;
	position: relative;
	border: solid 1px #fff;
}

#epoForm .btn-next:hover,
#epoForm .btn-next1:hover,
#epoForm .btn-prev:hover,
#epoForm .btn-file:hover{
	/* border: solid 1px #104b86; */
	border: solid 1px #acd1e6;
}



#epoForm .btn-next{
	border-radius: 0 10px 10px 0 ;
	font-weight: bold;
	float:right;
	margin-top: 20px;
}
#epoForm .btn-next1{
	border-radius: 10px;
	font-weight: bold;
	width: 340px;
	margin-top: 20px;
}


#epoForm .btn-prev{
	margin-top: 20px;
	border-radius: 10px 0 0 10px;
	font-weight: bold;
}

#epoForm .btn-next:after,
#epoForm .btn-next1:after,
#epoForm .btn-prev:before{
	position: absolute;
	font-weight: normal;
}
#epoForm .btn-next:hover:after,
#epoForm .btn-next1:hover:after,
#epoForm .btn-prev:hover:before{
	font-weight: bold;
}

#epoForm .btn-next:after,
#epoForm .btn-next1:after{
	margin-left: 10px;
	content: '❯';
	font-size: 150%;
	top: 3px;
	right: 30px;
}

#epoForm .btn-prev:before{
	content: '❮';
	margin-right: 10px;
	font-size: 150%;
	top: 3px;
	left: 30px;
}

#epoForm .btn-file{
	width: 342px;
	color: #000;
}


#epoForm .submits{
	width: 352px;
}

#epoForm #msgBox{
	line-height: 1.5;
	margin-bottom: 10px;
}

#epoForm input[name=epo_e_mail]{
	display: none;
}

.ePodatelnaLayout #text_l{
	width: 480px;
}

.ePodatelnaLayout #text_r{
	margin-left: 500px;
	width: 450px;
	font-size: 90%;
}


#epoForm #filesBox img{
	position: relative;
	top: 3px;
	padding-right:  5px;
	padding-left: 5px;
}

#recap{
	border: solid 1px #acd1e5;
	background: #eceff3;
	padding: 10px;
	max-width: 335px;
}

#mailing_reg{
	padding-bottom: 10px;
}

#mailing_reg .txt{
	border:none;
	border-bottom: solid 1px #B1CAE8;
	margin: 0 0 5px 3px;
}

#mailing_reg .btn{
	margin-top: 5px;
	background-image: url(../img/btn_bg_med.gif);
	width: 110px;
}

#contact_form .btn,
#user_login_form .btn,
#resolution_search_form .btn{
	display: block;
	float: right;
	width: 87px;
	line-height:22px;
	height:27px;
	border: none;
	color: #104b86;
	font-weight: bold;
	padding: 0 20px 0 0;
}

.btn{
	cursor: pointer;
}

#resolution_search_form .btn{
	margin-top: 10px;
	margin-right: 27px;
}

#user_login_form table{
	width: auto;
}

#user_login_form td{
	background: #fff;
	border:none;
}

#user_login_form tr:hover td{
	background: #fff;
}

/* search */
#search_form{
	position: absolute;
	top: 115px;
	right: 3px;
	width: 168px;
	height: 27px;
	border-radius: 3px;
	background: #acd1e6 url(../img/search_bg.gif) top left no-repeat;
}

#search_form input{
	border: none;
	background: transparent;
	float: left;
	height: 27px;
	line-height: 27px;
}

#search_form input.text{
	padding: 0 0 0 10px;
}

#search_form input.btn{
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}

#pages_search_results li,
#news_search_results li{
	padding-bottom: 10px;
}

#pages_search_results li a,
#news_search_results li a{
	font-weight: bold;
}

ul#pages_search_results,
ul#news_search_results{
	margin-bottom: 0;
}


div.search_controls{
	min-height: 35px;
}

a.search_controls{
	margin: 0 10px 0 0;
	display: block;
	border: solid 1px #104b86;
	float: left;
	padding: 0 8px;
	text-decoration: none;
	border-radius: 3px;
}

.search_controls a:visited{
	color: #104b86;
}

.search_controls a.search_controls:hover,
.search_controls a:visited:hover{
	background: #104b86;
}

#contact_list_search_results{
	min-width: 60%;
}

#login_error,
#error,
#form_error{
	color: #c00;
}

/* tabs */
ul#tabs_links{
	margin: 0;
}

#tabs_links li{
	float: left;
	list-style-type: none;
	position: relative;
	top: 1px;
	padding: 1px 1px 0 0;
}

#tabs_links a{
	font-weight: bold;
	display: block;
	padding: 2px 6px;
	display: block;
	background: #acd1e6;
	border: solid 1px #acd1e6;
	text-decoration: none;
	border-radius: 3px 3px 0 0;
}

#tabs_links a.active{
	text-decoration: none;
	background: #fff;
	border-bottom-color: #fff;
	cursor: default;
}

#tabs_links a.active:hover{
	background: #fff;
	color: #414042;
}

.tab{
	padding: 10px 10px 5px 10px;
	margin-bottom: 10px;
	clear:both;
	border: solid 1px #B1CAE8;
}

.foto_gallery{
	display: block;
	margin-bottom: 10px;
}

.foto_gallery h3{
	font-size: 13px;
	margin: 5px 0 10px 0;
}

.foto_gallery a.img{
	display: block;
	margin-bottom: 10px;
	float: left;
}


.foto_gallery span.space{
	display: block;
	width: 150px;
	height: 150px;
	margin-bottom: 20px;
	float:left;
}

.foto_gallery a.odd{
	margin: 0 10px 10px 0;
}


ul#faq{
	margin-left: 0;
}

.faqLayout #faq h3{
	font-style: italic;
	font-weight: bold;
}

.faq2Layout .answer{
	border: solid 1px #B1CAE8;
	border-top: none;
	padding: 10px 5px 5px 10px;
	background: #eceff3;
}

#faq h2{
	font-size: 12px;
	text-transform: none;
	margin-bottom: 0;
}

#faq h2 a{
	font-size: 11px;
	float: right;
}



#faq li.faq_item{
	list-style-type: none;
	padding-bottom: 10px;
}

#faq .show_answer{
	display: none;
}

#youare{
	font-size: 11px;
	position: absolute;
	top: 30px;
	right: 5px;
}

#resolutions_list,
#resolution_detail{
	width: 100%;
}

#resolutions_list a{
	text-decoration: none;
}

#resolutions_list a span{
	font-weight: bold;
	text-decoration: underline;
}

#resolution_detail{
	margin-top: 16px;
	margin-bottom: 20px;
}

#resolution_detail .vazby{
	line-height: 1.5;
	letter-spacing: 1.3px;
}

#resolution_detail .vazby a{

}

#resolution_detail .vazby span{
	color: #777;
}

#resolution_detail .vazby .zruseno{
	text-decoration: line-through;
	text-decoration: line-through rgba(255,0,0,.3);
}

#resolutions_list th,
#resolutions_list td{
	padding: 4px 8px;
}

#resolutions_list th{
	border: solid 1px #104b86;
	border-bottom: none;
}

#resolution_detail th{
	background: #fff;
	color: #000;
	border-bottom: solid 1px #acd1e5;
	background: #eceff3;
}

#resolutions_list ol,
#resolution_detail ol{
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 5px;
}

#resolution_detail ol{
	margin-bottom: 0;
}

#resolutions_list ol li,
#resolution_detail ol li{
	padding: 0;
}

#questionary{
	font-weight: bold;
}

#questionary input{
	border:none;
}

#questionary input.radio{
	border: none;
	position: relative;
	top: 4px;
}

#questionary .answer span{

}

ol#questionary {
	margin-top: 10px;
}

#questionary li{
	padding: 10px 12px 12px 10px;
	margin-bottom: 15px;
	background: #eceff3;
	border-top: solid 1px #7DA7D9;
}

#questionary li.error{
	background: #fdc;
	border-top: solid 1px #d00;
}

#questionary .question{

	font-size: 13px;
}

#questionary .answer{
	font-weight: normal;
	display: block;
	line-height: 20px;
}

#questionary input.plus,
#questionary input.email{
	border:none;
	border-bottom: dotted 1px #7DA7D9;
	width: 250px;
	margin-left: 3px;
	font-size: 11px;
	padding: 1px 3px;
}

#questionary textarea{
	border: solid 1px #7DA7D9;
	width: 98%;
	padding: 1% 5px;
}

#questionary_form input.btn{
	width: 140px;
	background: url(../img/btn_bg_wide.gif);
}

#questionary_form input.btn:hover{
	background-position: bottom left;
}

.tooltip{
	background: #e0efff;
	padding: 7px 9px;
	border: solid 1px #104b86;
	line-height: 15px;
	font-size: 11px;
	color: #333;
	-moz-box-shadow:0 3px 5px rgba(0,0,0,.5);
	-webkit-box-shadow:0 3px 5px rgba(0,0,0,.5);
	box-shadow:0 3px 5px rgba(0,0,0,.5);
	filter:alpha(opacity=9);
	opacity:0.9;
}

.goleft{
	-webkit-border-radius: 0 4px 4px 4px;
	-moz-border-radius: 0 4px 4px 4px;
	border-radius: 0 4px 4px 4px;
}

.goright{
	-webkit-border-radius: 4px 0 4px 4px;
	-moz-border-radius: 4px 0 4px 4px;
	border-radius: 4px 0 4px 4px;
}

#text_r a.help{
	display:block;
	float: right;
}

#text_r a.help,
#text_r a.help img{
	border:none;
	background: transparent;
}

#text_r a.help:hover,
#text_r a.help:hover img{
	background: transparent;
}

#text_r a.help img{
	padding: 2px;
}

#new_or_all{
	float:right;
	font-weight: bold;
}

#text_l a.zruseno_soudem{
	color: #b00;
}

#text_l a.zruseno_soudem:hover{
	color: #fff;
	background: #b00;
}

#text_l span.zruseno_soudem{
	font-size: 11px;
	display: block;
	color: #b00;
}

h2.zruseno_soudem{
	color: #b00;
	border-color: #b00;
	background: url(../img/hx_square_red.gif) center left no-repeat;
}

a:focus{
	border: dotted 2px #f00;
}

a:focus:active{
	border:none;
}

#search_form input:focus{
	border: solid 1px #f00;
	height: 25px;
}

#search_form input.btn:focus{
	height: 27px;
}

.select2-choice:focus{
	border:none;
	border-bottom: solid 1px #f00;
}

label{
	font-weight: bold;
}

table.graph td{
	border: none;
}

.align_right{
	text-align:right;
	padding-right: 5px;
}

.align_center{
	text-align:center;
}

.graph_bar{
	display: inline-block;
	height: 18px;
	margin-right: 5px;
}

.graph_num{
	display: inline-block;
}

.color_1{
	background: #acd1e5;
}

.color_2{
	background: #b86b7b;
	color: #fff;
}

.color_3{
	background: #104b86;
	color: #fff;
}

.color_4{
	background: #008769;
	color: #fff;
}

.color_5{
	background: #655d96;
}

.color_6{
	background: #a38153;
}

.tint td{
	background: #bcdaea;
}


#pocty-vydanych-rozhodnuti-v-oblasti-hs td,
#spojovani-soutezitelu-podle-druhu-rozhodnuti td,
#pocet-rozkladu-vyrizenych-v-rizeni-o-rozkladech td,
#zahajena-spravni-rizeni-a-vydana-rozhodnuti td{
	padding-top: 0;
	padding-bottom: 0;
}

#pokuty-v-oblastech-hs td,
#setreni-na-miste td{
	padding-left: 0;
}

#pokuty-v-oblastech-hs td,
#setreni-na-miste td,
#celkovy-pocet-zahajenych-spravnich-rizeni-v-i-stupni td,
#pocet-vydanych-rozhodnuti-i-stupne  td,
#pocet-rozkladu-podanych-proti-rozhodnutim-i-stupne td{
	line-height: 36px;
}

@media screen and (max-width:400px){
	#pokuty-v-oblastech-hs td .color_3{
		font-size: 90%;
	}
}

#pokuty-v-oblastech-hs td .graph_bar,
#setreni-na-miste td .graph_bar,
#celkovy-pocet-zahajenych-spravnich-rizeni-v-i-stupni td .graph_bar,
#pocet-vydanych-rozhodnuti-i-stupne  td .graph_bar,
#pocet-rozkladu-podanych-proti-rozhodnutim-i-stupne td .graph_bar{
	height: 36px;
	line-height: 36px;
}

#setreni-na-miste td .align_right,
#pokuty-v-oblastech-hs td .align_right,
#celkovy-pocet-zahajenych-spravnich-rizeni-v-i-stupni td .align_right,
#pocet-vydanych-rozhodnuti-i-stupne  td .align_right,
#pocet-rozkladu-podanych-proti-rozhodnutim-i-stupne  td .align_right{
	padding-right: 10px;
}

#statistika-vts tr:nth-child(odd) td{
	background: #bcdaea;
}

#rozhodovaci-cinnost-v-prvnim-stupni-v-oblasti-verejnych-zakazek th,
#rozhodovaci-cinnost-v-druhem-stupni-v-oblasti-verejnych-zakazek th{
	vertical-align:middle;
	border-bottom: solid 1px #acd1e5;
}

#rozhodovaci-cinnost-v-prvnim-stupni-v-oblasti-verejnych-zakazek td,
#rozhodovaci-cinnost-v-druhem-stupni-v-oblasti-verejnych-zakazek td{
	vertical-align:middle;
}

#rozhodovaci-cinnost-v-prvnim-stupni-v-oblasti-verejnych-zakazek td ul,
#rozhodovaci-cinnost-v-druhem-stupni-v-oblasti-verejnych-zakazek td ul{
	margin-bottom: 0;
}

#rozhodovaci-cinnost-v-prvnim-stupni-v-oblasti-verejnych-zakazek td li,
#rozhodovaci-cinnost-v-druhem-stupni-v-oblasti-verejnych-zakazek td li{
	list-style-type: none;
}


.social{
	padding-left: 0;
	padding-right: 10px;
	float: left;
}

#foot .social{
	float: none;
}


.social  a{
	display: inline-block;
	width: 32px;
	height: 32px;
	margin: 0 10px 10px 0;
	background: url(../img/social_icons_sprites.png) top left no-repeat;
	background-size: 192px 64px;
	transition: background-position .2s;

}
.social a span{
	display: none;
}

.social a.fb{
	background-position: 0 0;
}
.social a.fb:hover{
	background-position: 0 -32px;
}

.social a.twit{
	background-position: -96px 0;
}
.social a.twit:hover{
	background-position: -96px -32px;
}



.social a.linkedin{
	background-position: -128px 0;
}
.social a:hover{
	background-position: -128px -32px;
}

.social .follow{
	display: block;
	padding: 6px 0;
}




#rj{
	font-size: 11px;
	padding: 10px 0;
	max-width: 950px;
	margin: 0 auto;
}



@media screen and (min-width: 960px){
	#rj.default{
		position: relative;
		bottom: 180px;
	}
}

#official_board .anchor{
	position: relative;
	top: -40px;
}

#official_board div{
	padding-bottom: 20px;
}

#official_board .date{
	font-size: 95%;
	font-style: italic;
}

