@charset "utf-8";
/* CSS Document */
.cleaner {
  clear:both !important;
  display: block !important;
  float: none !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
}

body {
  padding: 0px 0px 0px 0px;
  background-color: #ffffff;
  text-align: left;
  font: 100% Arial, sans-serif;
  line-height: 1.4;
  min-width: 980px;
}

.wrap {
  width: 939px;
  margin: auto;
}

a {
  color: #005986;
  text-decoration: none;
}

li {
  font-size: 12px;
  color: #2a2a2a;
}

h1 {
  color: #003772;
  font-size: 20px;
  padding: 5px 3px 10px 3px;
  
}

h2 {
  color: #3e3e3e;
  font-size: 18px;
  font-weight: normal;
  margin: 20px 3px 5px 3px;
}

h3 {
  font-size: 14px;
  color: #003772;
  margin-top: 3px;
  margin-bottom: 5px;
}

h4, h5, h6 {
  font-size: 13px;
  color: #003772;
  margin: 4px 0px 8px 0px;
}

p {
  color: #2a2a2a;
  font-size: 12px;
  padding: 3px 0px 9px 0px;
}

table {
  font-size: 12px;
}

table td {
  padding: 3px 0px 3px 0px;
}

strong {
  color: #003772;
}

.left {
  float: left;
}

.right {
  float: right;
}


/***  HEADER start  ***/
#header {

}

img.logo {
  margin-top: 10px;
}

.menu {
  height: 44px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.menu ul li {
  float: left;
  margin-right: 3px;
}

.menu ul li.end {
  background: url(../img/menu_a.png) repeat-x;
  height: 44px;
  width: 421px;
  margin-right: 0px;
}

.menu ul li a {
  display: block;
  background: url(../img/menu_a.png) repeat-x;
  height: 21px;
  padding: 14px 30px 9px 30px;
  font-size: 14px;
  color: #ffffff;
}

.menu ul li a:hover, .menu ul li a.active {
  background: url(../img/menu_a-active.png) repeat-x;
  color: #34389d;
}
/***  HEADER end  ***/


/***  CONTENT star  ***/
#content {
  float: left;
  width: 673px;
}

#content p {
  padding: 5px 3px;
 text-align: justify; 
}

a.zobrazit-byty {
  display: block;
  background: url(../img/zobrazit-byty-naprodej.png) no-repeat;
  width: 260px;
  height: 34px;
  border-style: none;
  margin-top: 13px;
  margin-left: 3px;
  margin-bottom: 13px;
  padding-top: 19px;
  cursor: pointer;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

#vypis-inzeratu {
  margin: 10px 3px;
}

#vypis-inzeratu table {
  width: 667px;
}

#vypis-inzeratu table th {
  background-color: #003874;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  height: 36px;
}

#vypis-inzeratu table td {
  height: 70px;
  border-bottom: 1px solid #003874;
  font-size: 10px;
  color: #414141;
  text-align: center;
  vertical-align: middle;
  padding: 3px;
}

#vypis-inzeratu table td.nazev {
  text-align: left;
  width: 160px;
}

#vypis-inzeratu img.obr {
  max-height: 50px;
  height: expression( this.scrollHeight > 50 ? "50px" : "auto" ); /* sets max-height for IE */
  max-width: 61px;
  width: expression( document.body.clientWidth > 61 ? "61px" : "auto" ); /* sets max-width for IE */
}

td.nazev a {
  color: #0099dc;
  text-decoration: underline;
  font-size: 14px;
}

.cena {
  font-size: 14px;
  color: #003874;
  font-weight: bold;
}

.img-foto {
  float: left;
  width: 320px;
}

.img-foto img {
  border: 2px solid #cccccc;
  max-width: 300px;
  width: expression( document.body.clientWidth > 300 ? "300px" : "auto" ); /* sets max-width for IE */
}

.popis {
  margin-top: 10px;
  padding-top: 10px;
}

#content .popis p {
  text-align: justify;
}

table.table-detail {
  float: right;
  width: 340px;
}

table.table-detail td {
  font-size: 14px;
}

table.table-detail td.big {
  width: 120px;
  font-weight: bold;
}

td.table-odkaz {
  padding-left: 34px;
  padding-top: 33px;
}
/***  CONTENT end  ***/


/***  RIGHT-COL start  ***/
#right-col {
  float: right;
  width: 220px;
}

.nadpis {
  font-size: 14px;
  color: #003772;
  font-weight: bold;
}

.rychle-odkazy {
  background: #f5f5f5 url(../img/rainbow.jpg) no-repeat right top;
  padding: 12px 44px 4px 20px;
  margin-top: 10px;
  margin-bottom: 35px;
}

.rychle-odkazy ul li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.rychle-odkazy ul li a {
  font-size: 12px;
  color: #003772;
  text-decoration: underline;
}
/***  RIGHT-COL end  ***/


/***  FOOTER star  ***/
#footer {
  border-top: 1px solid #2185b9;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-left: 2px;
  font-size: 12px;
  line-height: 1.6;
}
/***  FOOTER end  ***/
