@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,800,700,600&subset=latin,latin-ext);

html, body {
	height: 100%;
	padding: 0;
	margin: 0;
	}
	
body {
	text-align: center; /* IE */
	font-family: Verdana, Arial, Tahoma, sans-serif;
	/*background: #f8f8f8 url("images/bg.png");*/
	background: #fff;
	font-size: 0.8em;
	color: #454545;
	line-height: 1.5em;
	}
	
a {
	text-decoration: underline;
	color: #454545;
	}
	
a:hover {
	text-decoration: none;
	}
	
a img {
	border: none;
	}
	
p {
	margin: 10px 0;
	padding: 0;
	}
	
/* ------------------ INPUTY ------------------ */
	
input.submit {
	width: 160px;
	height: 40px;
	background: #b72525 url("images/button_submit.png") no-repeat;
	color: #fff;
	border: none;
	font-size: 1.2em;
	}
	
input.submit:hover {
	cursor: pointer;
	}
	
input.text, textarea {
	background: #efefef;
	border: 1px solid #d8d6d6;
	padding: 5px 10px;
	color: #494747;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	}
	
/* ------------------ NADPISY ------------------ */
	
h1 {
	font-size: 1.6em;
	margin-top: 10px;
	margin-bottom: 15px;
	}
	
h2 {
	font-size: 1.4em;
	margin-top: 10px;
	margin-bottom: 15px;
	}
	
h3 {
	font-size: 1.2em;
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 1.4em;
	}
	
h4 {
	font-size: 1.1em;
	margin-top: 15px;
	margin-bottom: 10px;
	}
	
h1, h2, h3 {
	color: #222222;
	}
	
h1 a, h2 a, h3 a {
	color: #222222;
	text-decoration: none;
	}
	
h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: underline;
	}
	
h2.main {
	font-size: 0.98em;
	font-weight: normal;
	color: #535252;
	padding-left: 15px;
	margin-bottom: 7px;
	}
	
h2.aktuality {
	background: url("images/bg_h2_1.png") left center no-repeat;
	}
	
h2.informace {
	padding-left: 20px;
	background: url("images/bg_h2_2.png") left center no-repeat;
	}
	
h2.pocasi {
	background: url("images/bg_h2_3.png") left center no-repeat;
	}
	
h2.mapa {
	background: url("images/bg_h2_4.png") left center no-repeat;
	}
	

	
/* ------------------ HLAVN� ��STI ------------------ */

#obalovaci {
	width: 100%;
	height: auto;
	min-height: 100%;
	_height: 100%; /* IE */
	margin: auto;
	position: relative;
	}
	
#hlavicka {
	background: #fff;
	border-bottom: 1px solid #dfdfdf;
	}

#hlavicka .overlay{width: 513px;height: 271px;background: url(images/hamry-slideshow.png);position: absolute;left: 50%;top: 103px;margin-left: -620px;z-index: 1500000;}
	
#hlavicka.index {
	border-bottom: none;
	}
	
#obsah-box {
	clear: both;
	margin: auto;
	width: 1000px;
	padding-top: 10px;
	padding-bottom: 140px; /* vyska paticky */
	text-align: left;
	}
	
#obsah-box div.main {
	float: left;
	width: 660px;
	padding-right: 20px;
	}
	
#obsah-box div.right {
	float: right;
	width: 300px;
	}
	
#obsah-box div.main div.text {
	background: #fff;
	border: 1px solid #dfdfdf;
	padding: 15px;
	overflow: hidden;
	}
	
#obsah-box div.main div.text h2 {
	font-size: 1.8em;
	font-weight: normal;
	line-height: 30px;
	margin-top: 5px;
	padding-bottom: 15px;
	border-bottom: 1px solid #dfdfdf;
	}
	
#obsah-box div.main div.text h3 {
	margin-top: 25px;
	font-size: 1.5em;
	font-weight: normal;
	}
	
/* ------------------ VRCHN� LINKA U PODSTR�NEK ------------------ */
	
#top {
	height: 45px;
	/*background: #00497f;*/
	background: #035ea2;
	}
	
#top div.center {
	width: 1000px;
	margin: auto;
	}
		
#top div.vyhledavani {
	float: right;
	width: 230px;
	height: 27px;
	overflow: hidden;
	background: url("images/bg_vyhledavani.png") left top no-repeat;
	margin-top: 7px;
	}
	
#top div.vyhledavani input.text {
	float: left;
	width: 147px;
	height: 27px;
	line-height: 27px;
	padding: 0;
	margin: 0;
	border: none;
	color: #545454;
	margin-left: 12px;
	font-size: 1em;
	}
	
#top div.vyhledavani input.image {
	display: block;
	float: left;
	width: 60px;
	height: 27px;
	border: none;
	}
	
#top div.vyhledavani a span {
	visibility: hidden;
	}

#top #logo{
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	position: relative;
	float: left;
	margin-top: 4px;
	padding-top: 6px;
}
#top #logo strong{
	font-weight: 800;
	font-size: 26px;
}
#top #logo i{
	background: url(images/logo-chabry.png);
	width: 37px;
	height: 42px;
	position: absolute;right: -60px;top: -3px;
}
	
/* ------------------ MENU ------------------ */

#menu {
	margin: auto;
	width: 1000px;
	position: relative;
	z-index: 2000000;
	}
	
#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 50px;
	}
	
#menu ul li {
	position: relative;
	display: block;
	float: left;
	margin: 0;
	margin-right: 4px;
	padding: 0;
	}
	
#menu ul li a {
	position: relative;
	margin: 0;
	padding: 6px 11px 5px 10px;
	text-decoration: none;
	}
	
#menu ul li a:hover {
	text-decoration: underline;
	}
	
#menu ul li a:hover, #menu ul li.active a {
	/*background: #00497f;*/
	background: #035ea2;
	color: #fff;
	border-radius: 8px;
	}
	
#menu ul li a:hover span, #menu ul li.active span {
	position: absolute;
	top: 0;
	display: block;
	width: 10px;
	height: 27px;
	text-decoration: none;
	}
	
/*#menu ul li a:hover span.left, #menu ul li.active span.left {
	left: 0;
	background: url("images/active_button_left.png") left no-repeat;
	}
	
#menu ul li a:hover span.right, #menu ul li.active span.right {
	right: 0;
	background: url("images/active_button_right.png") left no-repeat;
	}*/
	
#menu ul li ul {
	width: 200px;
	position: absolute;
	top: 37px;
	left: 7px;
	display: none;
	/*background: #00497f;*/
	z-index: 500;
	}
	
#menu ul li:hover ul {
	display: block;
	}
	
#menu ul li ul li {
	position: relative;
	display: block;
	width: 100%;
	/*background: #00497f;*/
	background: #035ea2;
	text-align: left;
	padding: 0;
	margin: 0;
	line-height: 1.7em;
	}
	
#menu ul li ul li a {
	padding: 8px 0;
	margin: 0 15px;
	padding-left: 20px; 
	display: block;
	color: #fff;
	border-bottom: 2px dotted #d4abab;
	border-radius: 0 !important;
	}
	
#menu ul li ul li.first {
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	}
	
#menu ul li ul li.last {
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	}
	
#menu ul li ul li.last a {
	border: none;
	}
	
#menu ul li ul li ul {
	display: none !important;
	position: absolute;
	top: 0;
	left: 200px;
	margin: 0;
	}
	
#menu ul li ul li:hover ul {
	display: block !important;
	}
	
#menu ul li ul li ul li {
	width: 200px;
	}
	
#menu ul li ul li ul li a {
	border-bottom: 2px dotted #d4abab !important;
	}
	
#menu ul li ul li ul li.last a {
	border: none !important;
	}
	
/* ------------------ SLIDER ------------------ */

#slider {
	clear: both;
	padding-top: 1px;
	position: relative;
	height: 278px;
	//background: #000 url("images/slider_img_1.jpg") center top no-repeat;
	}
	
#slider_1, #slider_2 {
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	height: 278px;
	left: 0;
	position: absolute;
	}
	
#slider div.text {
	position: relative;
	margin: auto;
	padding: 45px 35px 0 35px;
	width: 590px;
	height: 233px;
	color: #fff;
	text-align: left;
	z-index: 9000000;
	}
	
#slider div.text div.background {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 660px;
	height: 277px;
	background: #000;
	filter: alpha(opacity=70);  
    -moz-opacity: 0.7;  
    -khtml-opacity: 0.7;  
    opacity: 0.7;
	}
	
#slider div.text div.content {
	position: relative;
	z-index: 2;
	}
	
#slider div.text h1 {
	font-size: 1.4em;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #fff;
	}
	
#slider div.text img {
	float: left;
	margin-right: 20px;
	}
	
#slider div.text p {
	position: relative;
	margin-right: 20px;
	text-align: justify;
	font-size: 1.2em;
	line-height: 1.6em;
	}
	
/* ------------------ PATI�KA ------------------ */
	
#paticka {
	width: 100%;
	height: 100px;
	line-height: 100px;
	/*background: #00497f;*/
	background: #035ea2;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #c5c5c5;
	font-size: 0.90em;
	}
	
#paticka a {
	color: #c5c5c5;
	}
	
#paticka div.center {
	width: 1000px;
	margin: auto;
	}
	
#paticka div.znak {
	float: left;
	font-size: 1.6em;
	}
	
#paticka div.znak a {
	color: #e6e4e4;
	text-decoration: none;
	}
	
#paticka div.znak a:hover {
	text-decoration: underline;
	}
	
#paticka div.znak img {
	height: 50px;
	vertical-align: -17px;
	margin-right: 15px;
	}

#paticka div.odkazy {
	padding-top: 20px;
	line-height: 30px;
}

/* ------------------ V�PIS Z�ZNAM� ------------------ */

div.zaznam {
	position: relative;
	border: 1px solid #dfdfdf;
	border-bottom: 0;
	padding: 10px;
	background: #fff;
	overflow: hidden;
	}
	
div.zaznam.last {
	border-bottom: 1px solid #dfdfdf;
	}
	
div.zaznam a.image {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	}
	
div.zaznam a.image img {
	width: 170px;
	border: 1px solid #dfdfdf;
	}
	
div.zaznam h3 {
	font-size: 1.6em;
	font-weight: normal;
	}
	
div.zaznam p {
	text-align: justify;
	margin-right: 40px;
	}
	
div.zaznam a.vice {
	position: absolute;
	width: 40px;
	height: 39px;
	background: url("images/bg_vice.png") no-repeat;
	display: block;
	bottom: 0;
	right: 0;
	text-decoration: none;
	}
	
div.zaznam a.vice span {
	visibility: hidden;
	}
	
div.spolek {
	border: none;
	border-bottom: 1px solid #dfdfdf;
	}
	
div.spolek h3 {
	margin-top: 10px !important;
	}
	
div.album {
	text-align: center;
	float: left;
	width: 44%;
	border: none;
	border-bottom: 1px solid #dfdfdf;
	margin: 0 25px 15px 0;
	padding: 10px 0 10px 0;
	font-size: 0.9em;
	}
	
div.album img {
	width: auto;
	height: auto;
	}
	
div.album div.fotografie {
	margin: 0 !important;
	padding: 0 !important;
	text-align: center !important;
	}
	
div.album div.fotografie div {
	margin: auto !important;
	float: none !important;
	}
	
div.album h3 {
	margin: 5px 0 0 0 !important;
	display: table;
	width: 100%;
	height: 50px;
	*display: block;
	*position: relative;
}

div.album h3 a {
	display: table-cell;
	vertical-align: middle;
	*display: block;
	*position: absolute;
	*text-align: center;
	*left: 0px;
	*width: 100%;
	*cursor: pointer;
	*top: expression(this.parentElement.clientHeight / 2 - this.clientHeight / 2);
}
	
/* ------------------ BOX INFORMACE NA PRAV� STRAN� ------------------ */

div.informace {
	position: relative;
	padding-top: 45px;
	margin-bottom: 30px;
	overflow: hidden;
	}
	
div.informace h3 {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	}

div.informace h3 a {
	display: block;
	width: 148px;
	height: 45px;
	/*line-height: 45px;*/
	text-align: center;
	font-size: 0.80em;
	}
	
div.informace h3.active a {
	background: #fff;
	border: 1px solid #dfdfdf;
	border-bottom: 0;
	}
	
div.informace h3.akce {
	left: 0;
	line-height: 45px
	}
	
div.informace h3.novinky {
	position: static;
	right: 0;
	}
	
div.informace div.content p {
	display: block;
	background-color: #fff;
	background-image: url("images/icon_dot.png");
	background-repeat: no-repeat;
	background-position: 15px 17px;
	margin: 0;
	padding: 10px 10px 10px 35px;
	border: 1px solid #dfdfdf;
	border-bottom: 0;
	}
	
div.informace div.content p.last {
	border-bottom: 1px solid #dfdfdf;
	}
	
/* ------------------ OSTATN� BOXY NA PRAV� STRAN� ------------------ */
	
div.right div.pocasi {
	margin-top: 20px;
	text-align: center;
	}
	
div.right div.mapa {
	overflow: hidden;
	margin-bottom: 25px;
	border: 1px solid #dfdfdf;
	}
	
div.right div.bannery {
	text-align: center;
	margin-top: 25px;
	}
	
div.right div.bannery img {
	width: 120px;
	}
	
div.right div.bannery a {
	display: block;
	margin-bottom: 20px;
	}
	
/* ------------------ DROBE�KOV� NAVIGACE ------------------ */

#navigace {
	height: 36px;
	line-height: 36px;
	}

#navigace a {
	color: #535252;
	}
	
#navigace span {
	color: #222222;
	font-weight: bold;
	}
	
/* ------------------ TABULKY ------------------ */
	
table.table {
	border-collapse: collapse;
	width: 100%;
	}
	
table.table tr th {
	color: #37201e;
	padding: 7px 0px 7px 10px;
	background: #e5b2b2;
	border-top: 3px solid #c45656;
	font-size: 0.9em;
	}
	
table.table tr td {
	color: #321212;
	padding: 5px 0 5px 10px;
	border-top: 1px solid #f1d9d9;
	background: #f9f3f3;
	font-size: 0.85em;
	}
	
table.table .center {
	text-align: center;
	}
	
table.table .right {
	text-align: right;
	}
	
table.table a {
	color: #321212;
	}
	
table.table tr:hover td {
	background: #f9efef;
	}
	
table.vypis tr th {
	padding-right: 5px;
	}
	
/* ------------------ STR�NKOV�N� ------------------ */

#strankovani {
	clear: both;
	margin-top: 15px;
	#margin: 25px 0 10px 0;
	}

#strankovani span {
	display: inline-block;
	display: -moz-inline-stack;
	*display: inline;
	border: 1px solid #dfdfdf;
	padding: 8px 16px;
	margin-right: 4px;
	background: #fbfbfb;
	font-size: 1.1em;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	}
	
#strankovani span.aktualni {
	background: #b72525;
	color: #fff;
	border-color: #9b1818;
	}
	
/* ------------------ V�PIS FOTEK ------------------ */

div.fotografie {
	overflow: hidden;
	margin-top: 30px;
	}
	
div.fotografie div {
	display: table;
	*display: block;
	*position: relative;
	float: left;
	margin: 0 10px 10px 0;
	text-align: center;
	width: 117px;
	height: 90px;
	background: #efefef;
	border: 1px solid #d8d6d6;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	}
	
div.fotografie div a {
	display: table-cell;
	vertical-align: middle;
	*display: block;
	*position: absolute;
	*text-align: center;
	*left: 0px;
	*width: 100%;
	*cursor: pointer;
	*top: expression(this.parentElement.clientHeight / 2 - this.clientHeight / 2);
	}
	
div.fotografie div img {
	border: 1px solid #c1bdb4;
	}
	
div.fotografie div img.sirka {
	width: 100px;
	}
	
div.fotografie div img.vyska {
	height: 75px;
	}
	
div.fotografie div img.stejne {
	width: 100px;
	height: 75px;
	}
	
/* ------------------ FOTOGALERIE ------------------ */
	
#fotogalerie div.fotografie div {
	width: 157px;
	height: 120px;
	}
	
#fotogalerie div.fotografie div img.sirka {
	width: 140px;
	}
	
#fotogalerie div.fotografie div img.vyska {
	height: 105px;
	}
	
#fotogalerie div.fotografie div img.stejne {
	width: 140px;
	height: 105px;
	}

/* ------------------ OSTATN� ------------------ */

.clear {
	clear: both;
	}

span.datum {
	font-size: 0.85em;
	}
	
span.datum span {
	color: #b72525;
	}
	
ul.odkazy ul li {
	padding-bottom: 7px;
	}
	
p.povinne {
	margin: 25px 0;
	font-size: 0.85em;
	}
	
img.logo_firmy {
	width: 150px;
	margin-left: 15px;
	float: right;
	}
	
div.overflow {
	overflow: hidden;
	}
	
span.hlaska {
	display: block;
	font-weight: bold;
	color: #dd3b3b;
	padding-bottom: 5px;
	}
	
img.left {
	float: left;
	margin: 0 15px 10px 0;
	border: 1px solid #dfdfdf;
	}
	
img.right {
	float: right;
	margin: 0 0 10px 15px;
	border: 1px solid #dfdfdf;
	}
	
a.externi {
	display: inline;
	background: url("images/icon_external.png") right center no-repeat;
	padding-right: 11px;
	}
	
.hide {
	position: absolute;
	top: -5000px;
	}
	
a.archiv {
	float: right;
	margin-top: 20px;
	}
	
div.text_akutality p {
	font-family: Verdana !important;
	font-size: 12px !important;
	}
	
table.firmy td.nazev {
	width: 180px;
	}
	
.main .text {
	position: relative;
}
	
#searchForm {
	/*position: absolute;
	left: 0px;
	top: 30px*/
	width: 100%;
	margin-top: 5px;
	padding-bottom: 15px;
	/*border-bottom: 1px solid #dfdfdf;*/
}

#searchForm #search {
	width: 557px;
}

#hpSearchForm #search {
	width: 589px;
}

#hpSearchForm{
	position: relative;
}

#hpSearchForm input[type=text]{
	background: #e1e1e1;
	width: 587px;
	height: 33px;
	padding: 0 10px;
	border: 0;
	font-size: 16px;
}

#hpSearchForm input[type=submit]{
	width: 94px;
	height: 39px;
	color: #fff;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	border: 0;
	background: #b10002;
	font-weight: 800;
	cursor: pointer;
	position: absolute;right: 0;top: -3px;
}

.ui-autocomplete {
	text-align: left;
}


.box{
	background: #e1e1e1;
	position: relative;
	padding: 45px 15px 10px 15px;
	clear:both;
	margin: 10px 0 0 0;
}

.box h2{
	/*background: #00497f;*/
	background: #035ea2;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	color: #fff;
	width: 636px;
	padding: 10px 15px;
	position: absolute;
	left: -3px;
	top: -10px;
}

.nextContent{
	background: #b10002;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 18px;
	text-decoration: none;
	padding: 5px 15px;
	position: absolute;
	right: -3px;
	bottom: -3px;
}


.sidebox{
	background: #e1e1e1;
	position: relative;
	padding: 45px 15px 10px 15px;
	clear:both;
	margin: -10px 0 40px 0;
}

.sidebox h2{
	/*background: #00497f;*/
	background: #035ea2;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	color: #fff;
	width: 276px;
	margin: 0;
	padding: 10px 15px;
	position: absolute;
	left: -3px;
	top: -10px;
}

.akce .akce-item {
	width: 100%;
	height: 57px;
}

.akce .akce-day {
	float: left;
	width: 59px;
	height: 56px;
	background-image: url("images/calendar_sidebar.png");
	background-repeat: no-repeat;
}

.akce .akce-content {
	float: left;
	height: 51px;
	width: 200px;
	padding-top: 5px;
	line-height: 1.5em;
	background-color: white;
	padding-left: 10px;
	text-align: center;
	/*border-bottom: 1px solid black;*/
}

.akce .akce-content a {
	text-decoration: none;
}

.akce .akce-content a:hover {
	text-decoration: underline;
}



.akce .akce-day-day {
	margin-top: 5px;
	text-align: center;
	line-height: 25px;
	font-size: 25px;
	color: white;
	font-weight: bold;
}

.akce .akce-day-month {
	text-align: center;
	/*line-height: 21px;*/
	font-size: 12px;
	color: white;
	font-weight: bold;
}

.gallery-img {
	border: 1px solid rgba(0, 0, 0, 0.1);
	cursor: pointer;
}