/* CSS - kaskadove styly pro www.beneinvest.cz, copyright Pavel Gloss, 2007 */

/* ======= hlavni layout ========= */

html, body {
	height: 100%;
}

body {
  text-align: center;
  font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
  background: #fff url(../img/bg.png) repeat-x top;
  font-size: x-small;
  color: #000;
  margin: 0;
  padding: 0;
}

#page-container {
  margin: 0 auto;
  text-align: left;
  width: 890px;
  
  position: relative;
  min-height: 100%;
  height: 100%;
    
  border-left: 1px solid #981B1E;
  border-right: 1px solid #981B1E;
  background-color: #fff;
}

body>#page-container {
 	height: auto;
}

#header {
  height: 102px;
  background: #fff url(../img/bg_header.png) repeat-x top;
}

#logo {
  width: 214px;
  height: 102px;
  float: left;   /* kvuli #logo a {margin-top} , odsazoval se cely header od kraje stranky */
  background: url(../img/logo.png) no-repeat left top;
}

#top-menu {
  width: 602px;  /* sirka kratsi kvuli IE */
  height: 28px;
  float: left;
  margin-top: 17px;
  margin-right: 10px;
  padding-top: 31px;
  padding-left: 30px;
  background: url(../img/slogan.png) no-repeat right center;
}

#middle-container {
  padding: 0 12px 57px 12px;   /* padding dole zahrnuje vysku footeru */
}

#left-menu {
  float: left;
  position: relative;
  left: 0px;  
  width: 190px;
  
  font-size: 1.2em;
}

#img-master, #img-slave {
  float: right;
  position: relative;
  right: 0px;
  width: 664px;
  height: 70px; /*140*/
  margin-bottom: 12px;
}
#img-slave {
  height: 70px;
}

#main { /* hlavni cast s obsahem */
  float: right;
  position: relative;
  right: 0px;
  width: 640px;
  padding: 0 12px 0 12px;
  
  font-size: 1.2em;
  color: #333;
  background: url(../img/bg_main.jpg) no-repeat right top;
}

#footer {
  width: 890px;
  height: 45px;
  background: #981B1E url(../img/bg_header.png) repeat-x top;
  
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* ===== ostatni formatovani ===== */

#logo a {
  width: 190px;
  height: 76px;
  margin-left: 12px;
  margin-top: 8px;
  display: block;
}

#top-menu a {
  font-family: "Arial CE", Arial, "Helvetica CE", Helvetica, sans-serif;
  font-size: 1.6em;
  text-decoration: none;
  color: #fff;
  padding: 2px 2px 0 2px;
  margin-right: 8px;
}

#top-menu a:hover, #top-menu a:active {
  border-top: 3px solid #fff;
}

#top-menu a.top-menu-selected {
  border-top: 3px solid #fff;
}

#left-menu ul {
  margin: 0;
  padding: 0;
  list-style: none outside;
  list-style-image: none;   /* kvuli IE, obcas zustavalo pozadi polozek z obecneho UL LI */
  background: none;
  border: none;
}

#navigace {
  margin-bottom: 20px;   /* kvuli dalsimu menu */
  border-left: 1px solid #981B1E;
}

#search-box {
  padding-bottom: 4px;
  border: 1px solid #981B1E;
  margin-bottom: 20px;   /* kvuli dalsimu menu */
}

#kontakt {
  padding-bottom: 10px;
  border: 1px solid #981B1E;
}

#navigace a {
  display: block;
  height: 30px;
  line-height: 30px;
  margin-top: 5px;
  padding-left: 30px;
  background: url(../img/bg_menu-item.png) no-repeat 14px 10px;
  
  border-bottom: 1px dashed #981B1E;
  border-right: 10px solid #981B1E;
  text-decoration: none;
}

#navigace a:hover, #navigace a:active {
  border-right: 10px solid #E21B1E;
}

#navigace a.menu-selected {
  border-right: 10px solid #000;
  color: #000;
  font-weight: bold;
}

#kontakt p {
  padding: 0 14px;
}

#search-box button {
  
}

h3.menu-title {
  margin: 0 0 10px 0;
  padding: 14px;
  height: 15px;
  line-height: 8px;
  background: #981B1E url(../img/bg_header.png) repeat-x 0 -42px;
  color: #fff;
}

#navigace h3.menu-title {
  margin-bottom: 0px;
}

p.print {
  clear: both;
  margin-top: 25px;
  text-align: right;
  background-color: #f2f2f2;
  border: 1px solid #e9e9e9;
}
p.print a {
  padding-left: 17px;
  padding-right: 10px;
  background: url(../img/bg_print.png) no-repeat 0 5px;
}

.mapa {
  float: right;
  margin: 0px 20px;
}

.obrazek-vpravo {
  float: right;
  margin: 20px 20px;
}

#footer p {
  color: #fff;
  text-align: center;
  margin: 22px 0 0 0;
}
#footer a {
  color: #fff;
}

/* tabulka nemovitosti v kategorii */
.vypis {
  float: left;
  position: relative;
  left: 30px;
  width: 260px;
  margin: 14px 20px 8px 0;
  text-align: center;
  background-color: #F2F2F2;
  border: 1px solid #d2d2d2;
}
.vypis h2 {
  margin: 1px 1px 10px 1px;
  padding: 4px 10px 0px 10px;
  font-size: 1em;
  height: 34px;
  background-color: #E9E9E9;
  line-height: 15px;
}
.vypis a {
  text-decoration: none;
}
.vypis a:hover, .vypis a:active {
  text-decoration: none;
}
.vypis img {
}
.vypis table {
  width: 260px;
  margin-top: 5px;
  text-align: left;
  line-height: 12px;
  font-size: 0.9em;
  background-color: #F2F2F2;
}
.vypis table td {
  padding: 2px 10px;
  background-color: #dddddd;
}
.vypis table td.par {
  width: 80px;
  background-color: #D2D2D2;
}

/* detail nemovitosti, 2 sloupce */
#nemovitost-info {
  float: left;
  position: relative;
  left: 0;
  width: 320px;
  border-right: 1px #b8b8b8 dashed;   /* IF cara jen fotky, then smazat pravidlo */
  padding-right: 20px;   /* IF cara jen fotky, then smazat pravidlo */
}
#fotky-nemovitosti {
  float: right;
  position: relative;
  right: 0;
  width: 280px;
  /* IF cara jen fotky, then pridat pravidlo   border-left: 1px #b8b8b8 dashed; */
  margin-top: 14px;
  padding-top: 6px;
  padding-left: 0px;  /* IF cara jen fotky, then   padding-left: 20px;*/
}
#fotky-nemovitosti img {
  /* width: 100px; */
  /* height: 75px; */
  padding: 6px;
  margin: 6px 8px;
  border: 1px solid #b8b8b8;
}
#fotky-nemovitosti img.hlavni {
  /* width: 234px; */
  height: 176px;
}



/* === END === */

