@import url("inicializace.css");

html {
  background: #565757;
}

html.html_uvod {
  background: #565757 url(../design/bg_uvod.png) no-repeat center 15px;
}


body{
  font-family: Arial;
  font-size: 12px;
  text-align: left;
  color: #fefefe;
  padding-bottom: 50px;
  background: url(../design/bg_podstranka.png) no-repeat center bottom;
}


body.body_uvod{
  background: transparent;
}

a {
  color: #fff;
  text-decoration: underline;
}

a:hover {
  background-color: #ac2525;
  text-decoration: none;
}

a.more{
  position: relative;
  font-size: 11px;
  text-decoration: underline;
  float: right;
}

a.more img{
  padding: 0px;
  margin: 0px;
}

a.more:hover{
  text-decoration: none;
}

a.back{
  position: relative;
  font-size: 11px;
  text-decoration: underline;
  float: right;
}

a.back:hover{
  text-decoration: none;
}

h2{
  font-size: 14px;
  font-weight: normal;
  margin: 0px 0px 0px 0px;
  padding: 25px 0px 25px 0px;
}

hr{
  height: 1px;
  border: none;
  background: #818382;
  margin: 0px;
  clear: both;
}


#page{
  position: relative;
  width: 980px;
	margin: 0px auto;
	padding-top: 6px;
}

#header_wide{
  position: relative;
  height: 148px;
	width: 100%;
	margin: 0px;
/*	background: #565757 url(../design/bg_top.png) no-repeat center top;*/
	clear: both;
}

#header{
  position: relative;
  height: 141px;
	width: 980px;
	margin: 0px auto 5px;
	clear: both;
}

#submenu_wide{
  height: 224px;
  background: #565757 url(../design/bg_podmenu.png) no-repeat center top;
}

#submenu{
  position: relative;
  width: 980px;
	margin: 0px auto 0px;
	padding: 24px 0px 0px 0px;
	clear: both;
}

#submenu div.submenu{
	padding: 20px 0px 0px 0px;
}

#search {
  border: none;
  position: absolute;
  top: 45px;
  right: 0px;
  padding-top: 10px;
}

#search .sVyhledej {
  position: relative;
  height: 17px;
  width: 50px;
  border: none;
  margin-left: 10px;
  font-size: 10px;
  color: #fff;
  background-color: #818181;
  font-weight: bold;
  top: 1px;
}

#vyhledej {
  height: 13px;
  width: 120px;
  font-size: 11px;
  line-height: 11px;
  border: 1px #aaa solid;
}

#options {
  border: none;
  position: absolute;
  top: 25px;
  right: 0px;
  font-size: 10px;
	color: #fff;
}

#options a {
	color: #fff;
	text-decoration: none;
}

#options a:hover {
	text-decoration: underline;
}

#logo {
  border: none;
  position: absolute;
  top: 10px;
  left: 0px;
}

#mainH1 {
  position: absolute;
  left: -2000px;
  top: -2000px;
}

#menu{
  position: absolute;
	width: 100%;
	text-align: center;
	top: 97px;
	background: #c1bfbf url(../design/menu_off.gif) repeat-x left top;
}

#menu table.U10{
	border: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#menu table.U10 td{
	margin: 0px;
	padding: 0px;
}

#menu table.U10 td.mezi{
	margin: 0px;
	padding: 0px;
	width: 1px;
}

#menu table.U10 td.prvni{
  border-width: 0px;
}

#menu table.U10 td a{
  color: #ffffff;
  text-decoration: none;
  height: 36px;
  line-height: 36px;
  display: block;
	margin: 0px;
	padding: 0px;
	background: #c1bfbf url(../design/menu_bg.png) no-repeat 0px 0px;
}

#menu table.U10 td a.vybrano{
	background: #c1bfbf url(../design/menu_bg.png) no-repeat -547px 0px;
}

#submenu table.U10{
	border: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#submenu table.U10 td{
	margin: 0px;
	padding: 0px;
	width: 17%;
}

#submenu table.U10 td.mezi{
	margin: 0px;
	padding: 0px;
	width: 1px;
}

#submenu table.U10 td.prvni{
  border-width: 0px;
}

#submenu table.U10 td a{
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  display: block;
	margin: 0px;
	padding: 0px;
	background: #c1bfbf url(../design/submenu_bg.png) no-repeat 0px 0px;
}

#submenu table.U10 td a.vybrano{
	background: #c1bfbf url(../design/submenu_bg.png) no-repeat -556px 0px;
}

#leftSide{
  position: relative;
  float: left;
	width: 180px;
	min-height: 100px;
	padding-bottom: 10px;
}

#leftSide div.grayBg{
  position: relative;
  padding: 10px 10px 80px 10px;
  background-color: #58595b;
}

#leftSide div.grayBg div.questions{
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 30px 0px;
  text-align: center;
  width: 100%;
  background-color: #9aca3c;
}

#leftSide div.grayBg div.questions a{
  font-size: 16px;
  background-color: #7eae21;
  color: #ffffff;
  padding: 10px 5px;
  text-decoration: none;
}

#leftSide div.whiteBg{
  position: relative;
  padding: 10px;
}

#leftSide div.title{
  font-size: 14px;
  text-decoration: underline;
  margin-bottom: 10px;
}

#leftSide div.grayBg div.title{
  color: #ffffff;
  background: url(../design/li_bily.gif) no-repeat 0px 3px;
  padding-left: 20px;
}

#leftSide div.whiteBg div.title{
  color: #585858;
  background: url(../design/li_sedy.gif) no-repeat 0px 3px;
  padding-left: 20px;
}

#leftSide ul.U10{
  margin: 0px 0px 0px 0px;
  padding: 0px;
  list-style-type: none;
  position: relative;
  float: left;
  width: 100%;
  background-color: #f2f1f1;
  
}

#leftSide ul.U10 li ul{

}

#leftSide ul.U10 li{
  padding: 0px;
  margin: 0px;
  border-bottom: 1px #fff solid;
}

#leftSide ul.U10 li.prvni{

}

#leftSide ul.U10 li a{
  position: relative;
  text-align: left;
  padding: 3px 10px;
  margin: 0px;
  display: block;
  text-decoration: none;
  font-size: 12px;
  color: #666;
}

#leftSide ul.U10 li a:hover,
#leftSide ul.U10 li a.vybrano{
  background-color: #dfdcdc;
}

#leftSide ul.U10 ul{
  margin: 0px 0px 10px 0px;
  padding: 0px;
  list-style-type: none;
  border-bottom: 1px #eee solid;
}

#leftSide ul.U10 ul li{
  border-width: 0px;
}

#leftSide ul.U10 ul li a{
  padding: 3px 10px 3px 25px;
  margin: 0px;
  text-transform: none;
  font-size: 11px;
}

#leftSide ul.U10 ul li a:hover,
#leftSide ul.U10 ul li a.vybrano{
  background-color: #dfdcdc;
}

#leftSide ul.U10 ul li ul li a{
  padding: 3px 10px 3px 40px;
  font-size: 11px;
}

#leftSide ul.U10 ul li ul li ul li a{
  padding: 3px 10px 3px 55px;
}


#leftSide p{
  font-size: 90%;
  line-height: 150%;
  clear: both;
}

#leftSide img.leftBot1{
  position: absolute;
  bottom: 10px;
  left: 0px;
}

#leftSide img.leftBot2{
  position: absolute;
  bottom: 140px;
  left: -6px;
}

#leftSide div.specialnidata{
  position: relative;
  float: left;
  background: url(../design/mapa.gif) no-repeat 70px center;
  width: 205px;
  padding: 10px;
  font-size: ;
  margin-top: 20px;
  color: #333;
  font-size: 11px;
}

#rightSide{
	position: relative;
	float: right;
	width: 196px;
	margin: 0px 0px 0px 20px;
}

#rightSide div.lang{
	text-align: center;
	padding: 5px 0px;
	height: 14px;
}

#rightSide div.right{
  padding: 0px 0px 7px 0px;
  position: relative;
  float: right;
  width: 100%;
}

#rightSide div.title{
	font-size: 14px;
  text-decoration: none;
  text-align: right;
  padding-right: 20px;
  background: url(../design/pravy_nadp.gif) no-repeat right top;
  height: 29px;
  line-height: 29px;
  color: #ffffff;
  margin-bottom: 10px;
}

#rightSide ul{
  list-style: none;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}

#rightSide ul li{
  list-style: none;
  padding: 3px 0px 3px 30px;
  background: url(../design/li.gif) no-repeat 15px 7px;
  color: #585858;
}

#rightSideUvod div.realizace{
  padding: 5px 5px;
  background-color: #cccccc;
  margin-bottom: 10px;
}

#RightSideUvod {
	position: relative;
	float: right;
	width: 400px;
	margin: 0px 0px 0px 0px;
}

#RightSideUvod div.popis {
	margin: 0px;
  padding: 10px;
  background: #666;
  line-height: 180%;
}

#RightSideUvod div.popis img {
	margin: 0px 10px 0px 0px;
}

#contentUvod{
	position: relative;
	float: left;
	height: 240px;
	width: 510px;
	padding-bottom: 78px;
}

#contentUvod div.specialnidata{
  position: absolute;
  top: 240px;
  left: 0px;
  color: #cecece;
  line-height: 150%;
}

#contentUvod div.specialnidata2{
  line-height: 150%;
  width: 93%;
}

#textUvod{
	position: relative;
  width: 100%;
}

#content{
	position: relative;
	float: right;
	width: 100%;
	padding-bottom: 40px;
}

#page .contentadmin{
	width: 790px;
}

#kontakt{
	position: relative;
	float: left;
	width: 100%;
}

#content div.prUvod{
  position: relative;
  float: right;
  width: 212px;
}

div.nachazitese{
    float: left;
    margin-top: 15px;
    position: relative;
}

#content div.prUvod a.obchodZas{
  background: #a8a8a8 url(../design/sipkaseda.gif) no-repeat 185px center;
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 10px 10px;
  font-size: 14px;
  margin-top: 10px;
}

#content div.prUvod div.akce{
  background: #d4deeb;
  padding: 5px;
  color: #666;
}

#content div.prUvod div.akce h2{
  background: #eef3f9;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  padding: 3px;
}

#content div.sablona{
  padding: 0px 5px 20px;
  width: 100%;
  position: relative;
  line-height: 150%;
}

#content div.sablona1{
  width: 470px;
  float: left;
}

#content div.sablona ol{
  margin: 0px 0px 10px 0px;
  list-style-position: inside;
  padding: 3px 0px;
  font-style: italic;
  font-family: Arial Black;
}

#content div.sablona ol li{
  padding: 0px 0px 0px 10px;
  background: url(../design/lileftbg.gif) no-repeat 8px 2px;
}

#content div.sablona ol li span{
  font-weight: normal;
  font-family: Arial;
}

#content div.sablona ul{
  list-style: none;
  list-style-type: square;
  margin: 0px 0px 10px 0px;
  padding: 3px 0px;
}

#content div.sablona ul li{
  list-style: none;
  padding: 3px 0px 3px 30px;
  background: url(../design/sipka.gif) no-repeat 20px 10px;
}

#content div.header{
  background: url(../design/tilo_header.jpg) no-repeat left top;
  height: 123px;
  width: 100%;
  position: relative;
  color: #fff;
}

#content div.header img.mapa{
  position: relative;
  float: right;
}

#content div.header div.specialnidata{
  position: relative;
  float: right;
  text-align: right;
  padding: 5px 10px;
}


#footer_wide{
  position: relative;
}

#footer{
	width: 980px;
	margin: 0px auto;
	padding: 10px 0px 50px 0px;
  color: #7c7d7e;
  border: 0px #a7a9ac solid;
  font-size: 11px;
  position: relative;
}

#footer div.options{
  position: relative;
  float: right;
  margin-top: 0px;
}

#footer div.edited{
  position: relative;
  float: right;
  margin-top: 10px;
}

#footer div.loga{
  position: relative;
  float: left;
  background-color: #fff;
  width: 100%;
  text-align: center;
}

#footer div.loga img{
  margin: 8px 10px;
}

#footer a{
  color: #fcfcfc;
  font-size: 12px;
  text-decoration: none;
}

#footer a:hover{
  text-decoration: underline;
}


ul.sitemap{
  list-style-type: none;
  padding: 0px 0px 0px 20px;
  margin: 0px 0px 0px 0px;
  float: left;
}

ul.sitemap ul{
  margin: 0px 0px 10px 0px;
  width: 100%;
}

ul.sitemap li{
  padding-left: 10px;
  line-height: 150%;
}

ul.sitemap li a{
  text-decoration: none;
}

ul.sitemap li a:hover{
  text-decoration: underline;
}









div.nachazitese img {
  vertical-align: middle;
}

div.nachazitese a {
  text-decoration: none;
  font-size: 11px;
  color: #999;
}

div.nachazitese a:hover {
  color: #555;
}

.bgRed {
  background-color:#FFDDCC;
}


/*********************************************************/
/*** ADMAINISTRACE ***************************************/
/*********************************************************/

div.administrace  {
	margin: 0px auto 0px auto;
	padding: 10px;
}

div.hlokno div.administrace h1 {
	font-size: 14px;
	text-transform: none;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 2px 0px;
	border-bottom: 2px solid #C0C0C0;
	display: block;
	color: #333;
}

div.administrace form.adminForm input,
div.administrace form.adminForm select,
div.administrace form.adminForm textarea {
	font-size: 11px;
}

div.administrace form.adminForm input.male,
div.administrace form.adminForm select.male,
div.administrace form.adminForm textarea.male {
	width: 180px;
}

div.administrace form.adminForm input.stredni,
div.administrace form.adminForm select.stredni,
div.administrace form.adminForm textarea.stredni {
	width: 380px;
}

div.administrace form.adminForm input.velke,
div.administrace form.adminForm select.velke,
div.administrace form.adminForm textarea.velke {
	width: 450px;
}

div.administrace form.adminForm textarea.male {
	height: 60px;
}

div.administrace form.adminForm textarea.stredni {
	height: 90px;
}

div.administrace form.adminForm textarea.velke {
	height: 120px;
}

div.administrace form.adminForm table tr td {
	font-size: 11px;
	text-align: left;
	padding: 2px;
}

div.administrace form.adminForm table tr td.labelPole {
	width: 120px;
	text-align: right;
	vertical-align: top;
	padding: 2px 7px 0px 0px;

}

div.administrace form.adminForm table tr td.readonly input,
div.administrace form.adminForm table tr td.readonly select,
div.administrace form.adminForm table tr td.readonly textarea {
	background: #E2E2E2;

}

div.administrace form.adminForm table tr.submit td {
	text-align: center;
	padding-top: 15px;
	border-top: 1px solid #C0C0C0;
}

div.administrace fieldset {
	padding: 10px;
	border: 1px solid #C0C0C0;
}

div.administrace fieldset legend {
	color: #C0C0C0;
}

div.administrace table.admin {
	width: 100%;
}

div.administrace table.admin tr.s {
	display: none;
}

div.administrace table.admin td {
	text-align: left;
	padding: 2px 0px 2px 0px
}

div.administrace table.admin td.labelPole {
	width: 130px;
	text-align: right;
	vertical-align: top;
	padding: 2px 7px 0px 0px;
}

div.administrace table.admin td.labelPole span.povinne {
	font-weight: bold;
}

div.administrace table.admin td.submit {
	text-align: center;
	padding-top: 3px;
	border-top: 1px solid #C0C0C0
}

div.administrace table.admin td input.velke,
div.administrace table.admin td textarea.velke,
div.administrace table.admin td select.velke {
	width: 380px;
}

div.administrace table.admin td textarea.velke {
	height: 60px;
}

div.administrace table.admin td input.stredni,
div.administrace table.admin td textarea.stredni,
div.administrace table.admin td select.stredni {
	width: 200px;
}

div.administrace table.admin td input.male,
div.administrace table.admin td textarea.male,
div.administrace table.admin td select.male {
	width: 100px;
}


div.administrace table.vypis {
	width: 100%
}

div.administrace table.vypis tr.pozadi {
	background: #FFFFFF
}

div.administrace table.vypis td {
	text-align: center;
	padding: 2px 1px 2px 1px;
}

div.administrace h2 {
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
	color: #ed1c24;
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 4px 5px;
	border-bottom: 1px solid #ed1c24;
}

div.administrace h3 {
	color: #ed1c24;
}

div.administrace p.vysledekAkce {
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px;
	background: #407F00;
}

div.administrace p.vysledekZaporny {
	background: #CD0000;
}

table.admin tr.s {
	display: none;
}

ul.dle_designu {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

ul.dle_designu li {
  display: block;
  width: 50%;
  float: left;
}

ul.dle_designu img {
  vertical-align: middle;
  margin: 2px 10px 2px 0px;
}

div.hledani_dle {

}

div.hledani_dle input.text {
	font-size: 90%;
	
}

div.hledani_dle input.submit {
  background: url(../design/pravy_nadp.gif) no-repeat right center;
  padding-right: 20px;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  border: 1px #ccc outset;
}

input.kontr {
  width: 1px;
  height: 1px;
  visibility: hidden;
  background: transparent;
  border-width: 0px;
}



div.rozcestnik {
  position: relative;
  margin: 20px 0px;
}

div.rozcestnik img {
  position: relative;
  float: left;
  margin: 0px 4px 4px 0px;
}

div.rozcestnik img.rozc3 {
  float: right;
  margin: 0px 0px 4px 0px;
}

div.rozcestnik img.rozcPod {
  float: left;
  margin: 0px 4px 4px 0px;
}

div.rozcestnik img.rozcPod4 {
  float: left;
  margin: 0px 0px 4px 0px
}

div.rozcestnik img.rozcDrePod {
  float: left;
  margin: 0px 4px 4px 0px;
}

div.rozcestnik img.rozcDrePod3 {
  float: left;
  margin: 0px 0px 4px 0px
}

div.sab_levy {
  float: left;
  width: 445px;
}

div.sab_levy div.hlfoto {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}

div.sab_levy div.popis {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}

div.sab_levy div.foto {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}

div.sab_levy div.foto a {
}

div.sab_levy div.foto a img {
  margin: 3px 3px 3px 3px;
}

div.sab_levy div.souvisejici img {
  margin: 3px 3px 3px 3px;
}



div.sab_pravy {
  float: right;
  width: 39%;
  font-size: 90%;
}

div.sab_pravy div.pruh {
  background-color: #cccc99;
  height: 15px;
  border: 2px #666600 solid;
  margin-bottom: 10px;
}

div.sab_pravy div.pikto {
  width: 100%;
  border: 1px #ccc solid;
  border-width: 1px 0px;
  margin: 15px 0px;
  padding: 5px 0px 15px 0px;
}

div.sab_pravy div.odkazy {
  padding: 0px 0px 5px 28px;
  line-height: 180%;
}

table.bannery td {
  padding: 0px;
}

#uBan1 { margin: 17px 20px 17px 0px; }
#uBan2 { margin: 17px 20px 17px 20px; }
#uBan3 { margin: 17px 0px 17px 20px; }
#uBan4 { margin: 17px 20px 17px 0px; }
#uBan5 { margin: 17px 20px 17px 20px; }
#uBan6 { margin: 17px 0px 17px 20px; }

div.height30 { height: 30px; }

table.fotogalerie { width: 100%; }
table.fotogalerie td a { background-color: transparent; }
table.bannery td a { background-color: transparent; }

.bold {font-weight: bold;}
.dispNone {display: none;}

div.reference {
  position: relative;
  float: left;
  /*width: 50%;*/
  width: 100%;
  padding-bottom: 10px;
  padding-top: 10px;
}

div.reference div.foto{
  position: relative;
  float: left;
  width: 190px;
  text-align: center;
  z-index: 10;
}

div.reference div.foto a{
  text-decoration: none;
}

div.reference div.popis{
  position: relative;
  float: right;
  width: 790px;
}

div.reference div.popis a{
  text-decoration: none;
  background: transparent;
}

div.reference div.popis a:hover{
  text-decoration: underline;
  background: transparent;
}

div.refDetail{
  color: #333;
  background: url(../design/tecka.gif) repeat-y 365px top;
  float: left;
  height: 100%;
  width: 100%;
}

div.refDetail div.foto{
  width: 360px;
  float: left;
}

div.refDetail div.foto img{
  margin: 5px;
  
}

div.refDetail div.popis{
  min-width: 220px;
  max-width: 420px;
  _width: 220px;
  float: left;
  margin: 5px 5px 5px 15px;
  line-height: 160%;
}

div.refDetail a{
  background: transparent;
}

div.refDetail span.nazev{
  font-size: 120%;
  text-decoration: underline;
}

div.kontakt {
  width: 100%;
  float: left;
  padding: 10px 0px;
}

div.kontakt1 {
  background-color: #777;
}

div.kontakt table.kontakty {
  width: 100%;
}

div.kontakt table.kontakty td {
  vertical-align: middle;
  padding: 2px 5px;
}

div.vysledkyHledani {
  padding-bottom: 15px;
  border-bottom: 1px #888 solid;
}

div.reference div.foto img {
  border: 3px #999 solid;
}

select.filtrReferenci{
  width: 250px;
  font-size: 100%;
}