@import url("inicializace.css");

html {
  background: #fff;
}


body{
  font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
  font-size: 13px;
  text-align: left;
  color: #5a5a5a;
  padding-bottom: 50px;
}

h1 {font-size: 21px;}
h2 {font-size: 16px;}

p {
  margin: 0px;
  padding: 6px 0px;
}

body.body_uvod{
  background: transparent;
}

a {
  color: #0f78ba;
  text-decoration: underline;
  outline: none;
}

a:hover {
  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;
}

a.webrex:link, a.webrex:visited {
 color: #5a5b5b;
  font-size: 12px;
  text-decoration: none;
}
a.webrex:hover {
  text-decoration: underline;
}

h2{
  font-size: 16px;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 15px 0px;
  color: #525252;
}

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


#page{
  position: relative;
  width: 950px;
	margin: 0px auto;
	z-index: 1;
}

#header_wide{
  position: relative;
  height: 84px;
	width: 100%;
	margin: 0px;
	background: #0f78ba;
	clear: both;
	z-index: 10;
}

#header{
  position: relative;
  height: 107px;
	width: 950px;
	margin: 0px auto 0px;
	clear: both;
}

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

#submenu{
  position: relative;
  width: 950px;
	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: #5a5b5b;
}

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

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

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

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

#menu{
  position: absolute;
	text-align: center;
	top: 30px;
	right: 0px;
	width: auto;
}

#menu table.U10{
	border: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: relative;
}

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

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

#menu table.U10 td.mezi{
	margin: 0px;
	padding: 0px;
	width: 1px;
	background-color: #63bbe0;
}

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

#menu table.U10 td a{
  color: #ffffff;
  text-decoration: none;
  line-height: 25px;
  display: block;
	margin: 0px;
	padding: 0px 30px;
	font-size: 16px;
}

#menu table.U10 td a.vybrano{
  text-decoration: underline;
}

#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-bottom: 15px;
	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;
}


#menu table.U10 div.podmenu{
	position: absolute;
	top: 22px;
	right: -1px;
	z-index: 10;
	text-align: right;
	background: #0F78BA;
  padding-top: 10px;
	width: 250px;
	display: none;
}

#menu table.U10 div:hover div.podmenu{
	display: block;
}

#menu table.U10 div.podmenu a {
  display: block;
  padding: 4px 7px;
  font-size: 110%;
  line-height: 120%;
}

#menu table.U10 div.podmenu a.podmenicko1,
#menu table.U10 div.podmenu a:hover {
  text-decoration: underline;
	background: #0B65B8;
}





#leftSide{
  position: relative;
  float: right;
	width: 313px;
	min-height: 332px;
}

#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 img.leftBot1{
  position: absolute;
  bottom: 10px;
  left: 0px;
}

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

#leftSide div.specialnidata{
  position: relative;
  float: left;
  margin: 18px 10px 10px 10px;
  padding: 5px 10px;
  width: 272px;
  background: #edeef1;
  font-family: Verdana;
}

#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: left;
	width: 625px;
	padding-bottom: 40px;
}

#content1{
	position: relative;
	float: left;
	width: 625px;
	padding-bottom: 40px;
	z-index: 1;
}

#kontaktniFormular{
  min-height: 312px;
  width: 100%;
	padding: 10px 0px;
	background: url(../design/bg_kontakt.png) no-repeat left bottom;
}

#sazby{
  margin: 5px 0px 0px 0px;
  padding: 0px 10px;
}

#sazby div{
  background: #bce4f6;
  float: right;
  height: 88px;
  width: 140px;
}

#sazby div div.nadp{
  color: #0c78b6;
  font-weight: bold;
  font-size: 14px;
  height: auto;
  text-align: center;
  padding: 5px 0px 3px;
}

#sazby div table.sazby{
  margin: 0px 5px 0px;
  width: 125px;
  font-size: 100%;
}

#sazby div table.sazby td.cerveny {
  font-size: 105%;
  width: 45px;
  text-align: right;
}

#facebook{
  background: url(../design/facebook.png) no-repeat left top;
  height: 46px;
  width: 154px;
  margin: 18px 0px 0px 10px;
  padding: 5px 0px 0px 138px;
  position: relative;
  float: left;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

#facebook iframe{
  position: absolute;
  top: 15px;
  left: 57px;
}


#rozcestnikUvod{
margin: 13px 0px 0px 0px;
*margin: 9px 0px 0px 0px;
}

#page .contentadmin{
	width: 790px;
}

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

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

#content1 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: 140%;
}

#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;
}

/* content1 */
#content1 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;
}

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

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

#content div,
#content1 div{
  z-index: 9;
}

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

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

#content1 div.sablona ol{
  margin: 0px 0px 10px 35px;
  list-style-position: outside;
  padding: 3px 0px;
}

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

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

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

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

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

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

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




#footer_wide{
  position: relative;
}

#footer{
	width: 950px;
	margin: 0px auto;
	padding: 10px 0px 50px 0px;
  color: #7c7d7e;
  border: 0px #a7a9ac solid;
  position: relative;
}

#footer .specialnidata{
  font-size: 12px;
  position: relative;
  font-family: Verdana;
  border: 5px #e9eaeb solid;
  border-width: 5px 0px;
  padding: 15px 0px 0px 0px;
}

#footer div.options{
  position: relative;
  float: left;
  margin-top: 30px;
  color: #5a5b5b;
}

#footer div.edited{
  position: relative;
  float: right;
  margin-top: 30px;
  color: #5a5b5b;
}

#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: #5a5b5b;
  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: 140px;
  text-align: center;
}

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

div.reference div.popis{
  position: relative;
  float: left;
}

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 225px top;
  float: left;
  height: 100%;
  width: 100%;
}

div.refDetail div.foto{
  width: 220px;
  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: #e0f0fb;
}

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%;
}

.cerveny {
	color: #c50e1c;
}

.hvezda {
  background: url(../design/hvezda.png) no-repeat left top;
  padding: 116px 0px 0px 0px;
  height: 63px;
  width: 637px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}

#content1 div.hvezda,
#content div.hvezda {
  z-index: 1;
}

.hvezda a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  margin-left: 10px;
  padding: 10px 5px 11px 65px;
}

.hvezda div {
  position: absolute;
  top: 49px;
  right: 43px;
  color: #fff;
  font-family: Verdana;
  font-size: 12px;
  text-align: center;
  line-height: 150%;
}

#kontaktForm  {
  padding: 10px;
	font-size: 12px;
}

.kontaktForm  {
  font-family: Verdana;
  padding: 10px;
  color: #333;
  margin: auto;
}

.kontaktForm td {
  padding: 3px 2px;
}

.kontaktForm select,
.kontaktForm input {
	font-size: 11px;
	width: 145px;
	border: 1px #4893c2 solid;
	height: 20px;
	background: #f1f5f8 url(../design/inp_bg.gif) repeat-x bottom;
}

.kontaktForm input {
	width: 143px;
	height: 16px;
}

.kontaktForm input[type="image"] {
  height: auto;
  width: auto;
  line-height: auto;
  border: none;
  margin-top: 15px;
}

span.kFnadpis {
  font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
  font-weight: bold;
  color: #b91418;
  font-size: 17px;
  display: block;
  text-align: center;
  padding-top: 4px;
}

span.kFpopis {
  font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
  font-size: 13px;
  padding: 15px 0px 10px 0px;
  display: block;
  color: #1773b4;
  display: block;
  text-align: center;
}

#zpravaKontaktForm {
  margin: 0px 10px;
  clear: both;
}

#zpravaKontaktForm span {
  padding: 10px 5px;
  text-align: center;
  font-weight: bold;
  display: block;
  color: #fff;
}

#zpravaKontaktForm span.info {
  background-color: #0F78BA;
}

#zpravaKontaktForm span.ok {
  background-color: #0c0;
}

#zpravaKontaktForm span.chyba {
  background-color: #c00;
  font-size: 11px;
}

.cerveny {
  color: #c00;
}

div.dotazhypo input[type="text"]{
  width: 144px;
}
div.dotazhypo select{
  width: 150px;
}

div.dotazhypo table td.leva{
  width: 315px;
}

div.dotazhypo table tr.lineg{
  background: #eee;
}

.CLkoupe,
.CLvystavba,
.CLrekonstrukce,
.CLrefinancovani{
  display: none;
}

.relHvezda {position:relative;}
.relHvezda .hvezda {
  bottom: -20px;
}

.codelat {
  background: transparent;
  border: none;
  font-size: 0px;
  line-height: 0px;
  height: 0px;
  width: 0px;
  color: transparent;
}

table.tableBonita a {
  display: block;
  text-decoration: none;
  color: #333;
}

div.dotazhypoBG table td {
  border: 1px #d3d3d3 solid;
}