body {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: small;
	background-color: #e5e5e5;
	/* background-image: url(/images/bg.gif) ;*/
	background-repeat: repeat-x;
	z-index: -1;
}

.imgtitle {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	width: 1100px;
	height: 200px;
	background-image: url('images/title7d.jpg');
}

.menu {
	position: absolute;
	margin: auto;
	top: 200px;
	left: 0;
	right: 0;
	width: 1100px;
	height: 40px;
	background-color: darkred;
	z-index: 2000;
}


/*  ================= NAVIGACE ============================== */

#primary_nav_wrap {
	margin-top: 0px;
	margin-left: 120px;
}

#primary_nav_wrap ul {
	list-style: none;
	position: relative;
	float: left;
	margin: 0;
	padding: 0
}

#primary_nav_wrap ul a {
	display: block;
	color: white;
	text-decoration: none;
	font-size: 1.4em;
	line-height: 40px;
	padding: 0 30px;
	min-width: 100px;
	text-align: center;
	border-right-width: 0.5px;
	border-color: aliceblue;
	border-right-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	/*sans-serif,  Tahoma, Verdana, Geneva, ;*/
}

.firstitem {
	border-left-width: 0.5px;
	border-left-style: solid;
}

#primary_nav_wrap ul li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 1em;
}

#primary_nav_wrap ul li.current-menu-item {
	background: #ddd
}

#primary_nav_wrap ul li:hover {
	background: red;
}

#primary_nav_wrap ul ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: darkred;
	padding: 0;
}

#primary_nav_wrap ul ul li {
	float: none;
	width: 300px
}

#primary_nav_wrap ul ul a {
	line-height: 120%;
	padding: 10px 15px;
	font-size: 1.1em;
	text-align: left;
}

#primary_nav_wrap ul ul ul {
	top: 0;
	left: 100%
}

#primary_nav_wrap ul li:hover>ul {
	display: block
}


/*  ================= NAVIGACE (konec) ============================== */

.obsah a {
	color: black;
}


/*============================== ================== ================================= ====================== */

.obsah {
	position: absolute;
	margin: auto;
	top: 240px;
	left: 0;
	right: 0;
	width: 1100px;
}

.obsah .left {
	float: left;
	width: 302px;
	height: 100%;
	background-color: #ececec;
}

.obsah .center {
	display: inline-block;
	padding: 10px;
	width: 778px;
	height: 100%;
	background-color: #CCCCCC;
}

.obsah .right {
	float: right;
	width: 0px;
	height: 100%;
	background-color: #ececec;
	border: 0px solid;
}


/*============================== ================== ================================= ====================== */

article {
	/*font-weight: bold;*/
	display: block;
	min-width: 95%;
	/*height: 100px; */
	background: #efefef;
	/* cursor: pointer;*/
	float: left;
	border: 10px solid #efefef;
	text-align: left;
	text-transform: none;
	margin: 15px;
	--webkit-backface-visibility: hidden;
	z-index: 1;
	box-shadow: 0px 0px 0px 10px #efefef, 1px 1px 3px 10px rgba(0, 0, 0, 2);
	-webkit-transition: opacity 0.4s linear, -webkit-transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
	-moz-transition: opacity 0.4s linear, -moz-transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
	-o-transition: opacity 0.4s linear, -o-transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
	-ms-transition: opacity 0.4s linear, -ms-transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
	transition: opacity 0.4s linear, transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
}

.menu_vert {
	line-height: 150%;
	text-decoration: none;
}

.menu_vert ul {
	list-style-type: none;
	margin-left: 0em;
	padding: 0px;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}

.menu_vert ul li {
	margin: 0px;
	padding: 0px;
	/*border-bottom: 1px solid #F3DEB8;	/* kvuli odskakovani v ie */
	background-repeat: no-repeat;
	background-position: 3px 8px;
	background-image: url('../styles/images/kul.gif');
	/* background-color: #F3DEB8; */
	padding-bottom: 2px;
	padding-top: 2px;
	width: 100%;
	height: auto;
}

.menu_vert ul li a {
	padding: 0px 0px 0px 13px;
}

.menu_vert ul li ul li a {
	padding: 0px 0px 0px 13px;
	background: none;
	background-image: none;
}

.submenu_vert ul {
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 10px;
	background: none;
	background-image: none;
}

.submenu_vert ul li {
	background-image: none;
}

article img {
	/*float: right;*/
	margin: 5px;
	border: 0px;
}

article table {
	font-size: 1em;
}

article table td {
	text-align: left;
	padding: 0px 5px;
	/* font-size: 2em;*/
}

article table .tdright {
	text-align: right;
	/* font-size: 2em;*/
}

article table th {
	text-align: center;
	padding: 5px;
	font-size: .9em;
}

article table img {
	margin: 0px;
}

article table.kontakty {
	font-size: 3em;
}

article .udaje td {
	background-color: #f0f0f0;
	padding: 2px;
}

.cont_space {
	padding: 5px;
}

.obycstr-zapati img {
	float: none;
	margin: 0px;
}

#drobeckova_cesta {
	font-weight: bold;
	font-size: x-small;
}

.ikonka_prilohy {
	vertical-align: -3px;
}

article .ikonka_prilohy {
	vertical-align: -8px;
}



/* ================ <TITULKA> ================== */

h2.nadpis_boxu {
	margin: 10;
	padding: 20;
	text-align: left;
	background-color: #5C5852;
	color: #fff;
	font-size: .9em;
	padding: 3px;
}


/** globalni novinky*/

#aktuality .aktualita {
	padding: 5px;
	line-height: 150%;
}

#aktuality .aktualita a {
	text-decoration: none;
}

#aktuality .aktualita a:hover {
	text-decoration: underline;
}

#aktuality .aktualita h4 {
	text-align: left;
	font-weight: bold;
	margin: 0;
	font-size: 0.9em;
}

#aktuality .aktualita h4 a {
	color: black;
}

#aktuality .aktualita h4 a:hover {
	color: #AE0000;
	text-decoration: underline;
}

#aktuality .aktualita p {
	margin: 0;
	padding: 0;
	padding-top: 0px;
	font-size: .9em;
	line-height: 150%;
}

#aktuality .aktualita img.obr {
	margin-top: 5px;
	border: 1px solid black;
}

#aktuality .aktualita .obr_akt {
	text-align: center;
}

#aktuality .aktualita .datum_akt {
	color: #666666;
	font-size: .7em;
	font-weight: normal;
}

#dokumenty .priloha a {
	text-decoration: none;
}

#dokumenty .priloha a:hover {
	text-decoration: underline;
}

#prilohy table tr:nth-child(even) {
	background: #CCCCCC
}

#prilohy table tr:nth-child(odd) {
	background: #C0C0C0
}

#prilohy table tbody tr td {
	padding: 5px;
	border: 1 px black;
}

#prilohy table .stred {
	text-align: center;
}

.box_dalsi {
	padding: 5px;
	margin-top: 15px;
	text-align: right;
	border-top: 1px solid #5D5854;
	font-size: .8em;
}

.box_dalsi span {
	text-align: left;
}

.boxPartneri a {
	width: 25%;
	float: left;
}

#partnerska_mesta a
{
	width: 115px;
	/* width: 50%; */
	/* float: left; */
}

.wrapJsmeCleny .boxPartneri a {
	width: 50%;
}

.wrapJsmeCleny a {
	width: 50%;
}

.boxPartneri a,
.boxPartneri a span {
	color: #555;
	text-align: center;
	font-size: 100%;
	text-decoration: none;
	text-transform: none;
}

.boxPartneri a:hover,
.boxPartneri a:hover span {
	color: #000;
	text-decoration: none;
}

.boxPartneri a img,
.boxPartneri a span {
	margin: 0 auto;
	float: none;
}

.boxPartneri a img {
	max-height: 100px;
	max-width: 100px;
}

.boxPartneri a span {
	display: inline-block;
	width: 100%;
	margin-top: 10px;
	line-height: 110%;
}

.box_bottom {
	border-top: 1px solid #5D5854;
	margin-top: 10px;
	height: 30px;
}

.box_bottom span.bb_vlevo {
	text-align: left;
	margin-top: 10px;
	min-width: 600px;
}

.box_bottom span.bb_vpravo {
	text-align: right;
	margin-top: 10px;
	margin-left: 300px;
}


/* ================ </TITULKA> ================== */


/* ==================== PLACENÁ INZERCE ========================= */

.placinz {
	background-color: white;
	margin: 0 20px 0 20px;
	padding: 3px;	
	margin: 0px;
	margin-bottom: 25px;
	width: 395px;
	/* height: 300p; */
	border-radius: 5px;
	border: 1px solid #333;
}

.placinz .placinz_header {
	text-align: center;
	background-color: darkgray;
	color: black;
	margin: 1px;
	padding: 1px 0 10px 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.placinz .placinz_header .placinz_header_nazev {
	font-weight: bold;
	font-size: 1.5em;
	margin: 5px
}

.placinz .placinz_header a {
	color: darkblue;
	text-decoration: none;
	font-size: 1.3em;
	display: block;
	background-color: white;
	margin: 5px 20px 5px 20px;
	border-radius: 5px;
}

.placinz .placinz_popis {
	font-size: 1.2em;
	margin: 3px;
	background-color: white;
}

.placinz ul {
	display: block;
	list-style-type: disc;
	-webkit-margin-before: 0.5em;
	-webkit-margin-after: 0.5em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 20px;
}

.placinz .placinz_kontakty {
	background-color: lightgray;
	padding: 2px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}


/****************************** obyčejné inzeraty********************************/
.inzerat {
	padding: 2px;
	border-bottom: 1px solid #5D5854;
	margin-top: 10px;
	font-size: 1.2em;
	width: 80%;
}

.inzerat .lista {
	background: rgb(212, 212, 212);
	/* font-size: .8em; */
	padding: 2px;
	line-height: 150%;
}
.inzerat .lista span {
	padding: 10px;
}

.inzerat .text {
	padding: 2px;
	line-height: 150%;
	/* font-size: .8em; */
}
.inzerat img {
	float: left;
	margin: 10px;
	border: 1px solid #5D5854;
}

table.inzert tr td {
	font-size: .7em;
	padding: 2px;
}


/*********************** dotazy občanů *****************************/ 
.dotaz tr th{ 
	cursor: default;
    /* height: 5px; */
    text-align: left;
	/* border-radius: 3px; */
	/* overflow: hidden; */
	 background-color: rgb(171, 194, 209);
	/* line-height: 10px; */
}

/* .dotaz{
	min-height: 1000px;
} */


.text_dotazu td{
    /* margin: 15px;
    padding: 15px; */
    text-align: justify;
    background-color:#F0F0F9;
}

.text_odpovedi td {
    /* margin: 15px;
    padding: 15px; */
    text-align: justify;
    background-color:#F0F9F9;
    
}

.dotaz td { 
	vertical-align: text-bottom;    
	/* width:400px; */
}

.dotaz .detail td div { 
	height: 0px;
	overflow: hidden;
	/* background-color: #e5e5e5 */
	/* width:400px; */
}

/* .dotaz .detail tr td :first-child */


.dotaz .nadpis{

	font-weight: bold;
    height: 40px;
    text-align: left;
    background-color: #e2e2e2;

}

.grid-container3 {
	display: grid;
	grid-template-columns: auto auto auto;
	/* background-color: #2196F3; */
	padding: 10px;
  }

  .grid-container4 {
	display: grid;
	grid-template-columns: auto auto auto auto;
	/* background-color: #2196F3; */
	padding: 10px;
  }

  .grid-item {
	background-color: rgba(255, 255, 255, 0.8);
	border: 0px solid rgba(0, 0, 0, 0.8);
	padding: 20px;
	
	text-align: center;
  }


.grid-item div {	 
	padding: 5px;
	font-size: 1em;
	text-align: center;
  }