/* CSS Document */

body{
 margin: 0;
 padding: 0;
 text-align: center;
 background-color: rgb(111,117,121);
    
 font-family: Arial,verdana,tahoma;
 font-size  : 11px; 
}

img{ 
 border: 0px;
}

form{ margin: 0px; }

input,select,textarea,button{
 font-family: Arial,verdana,tahoma;
 font-size  : 11px; 
 color: rgb(90,33,30);
 border: 1px solid rgb(78,72,66);
}

div,table,span{
 font-family: Arial,verdana,tahoma;
 font-size  : 11px; 
 box-sizing: border-box; 
 -moz-box-sizing: border-box;
 color: rgb(90,33,30);
}


a:link    {text-decoration: none;     }
a:active  {text-decoration: underline;}
a:hover   {text-decoration: underline;}
a:visited {text-decoration: none;     }


.mleft_20px{
  margin-left: 20px;
}

.no_border{
 border : 0px;
}

.text_center{
  text-align: center;
}

.text_left{
  text-align: left;
}

.text_right{
  text-align: right;
}

.text_top{
  text-align: top;
}

.bold{
  font-weight: bold;
}

.normal{
  font-weight: normal;
}

.left{
  float: left;
}

.right{
  float: right;
}

.justify{
 text-align: justify;
}

.brown{ color: rgb(90,33,30);    }
.grey { color: rgb(111,117,121); }
.red  { color: rgb(197,60,13);   }

#holder{
  padding: 0px;
 
  width : 800px;
 
  
  margin-left : auto;
  margin-right: auto;
}

div.layout{
 
 text-align  : left; 

 background-image   : url(../images/layout.gif);
 background-repeat  : repeat-y;
 background-position: left;
 
 border-left  : 1px solid rgb(125,25,15);
 border-right : 2px solid rgb(125,25,15);
/* border-bottom: 2px solid rgb(125,25,15);
 
 background-color   : rgb(240,239,234); */
}

#top{
  width  : 800px; 
  height :  70px;
  background-image   : url(../images/top.gif);
  background-repeat  : no-repeat;
  background-position: left;
  background-color   : rgb(252,248,240);
  cursor: hand;
  border-left: 1px solid rgb(164,98,25);
  border-bottom: 1px solid rgb(164,98,25);
}

#top_sec{
  width  : 800px; 
  height :  57px;
  background-color   : rgb(242,230,205);
  border-top: 1px solid rgb(202,159,139);
}

#top_sec div.box_email{
  width  : 142px; 
  height :  57px;
  padding-top : 9px;
  
  border-bottom : 1px solid rgb(172,109,90);
}

#top_sec div.email{
  width  : 142px; 
  height :  13px;
  
  background-color   : rgb(252,242,223);
}

a.aemail{ color: rgb(206,129,119); }

a.brown:link    {text-decoration: none;     }
a.brown:hover   {text-decoration: underline;}





#top_sec div.image{
  width  : 262px;
  height :  57px;
  background-image   : url(../images/top_sec.gif);
  background-repeat  : no-repeat;
  background-position: center;
}

#top_sec div.box_adresa{  
  width  : 396px; 
  height :  57px;
 
  padding-top : 9px;
}

#top_sec div.adresa{
  height :  13px;
  background-color   : rgb(252,242,223);
}

div.main{
 width: 800px;

}  

div.left_panel{
 width: 143px;
 
 text-align: justify;
  
 padding-left:   3px;
 padding-top : 210px;
 
 background-image: url(../images/roro-foto.gif);
 background-repeat: no-repeat;
 background-position: 2px 0px;
}

div.left_sec{
  margin-left: 2px;
}

div.fast_search{
 width : 657px;
 height: 25px;
 background-color: rgb(249,247,239); 
}

div.middle{
 float: left;
}

div.content{
  float: left;
  width : 517px;
  padding: 15px;  
}

div.content_head{
  font-size  : 16px;
  font-weight: bold;
  vertical-align: top;
  margin-bottom: 10px;
}

div.right_panel_mezera{
  height: 35px;
  width: 140px;
  background-color: rgb(240,239,234);  
}

div.right_panel{
  width: 140px;
  background-color: rgb(237,231,203);  
  border-top : 1px solid rgb(157,67,43);
  border-left: 1px solid rgb(157,67,43);
}

div.right_panel_head{
  font-size: 14px;
  font-weight: bold;
  padding:5px;
  border-bottom: 1px solid white;
}

div.right_panel_banner{
  width : 125px;
  height: 125px;
 
  margin-left: auto;
  margin-right: auto; 
  background-color: rgb(189,158,116);
  /*border: 1px solid rgb(78,72,66);*/
}

.ifnabidka{
 margin-bottom: 10px;
}

div.doporucujeme_inzerat{
 float: left;
 padding: 5px;
}

div.doporucujeme_inzerat_inner{
 width: 150px;
 padding: 2px;
 border-width: 2px;
 border-style: solid;
 border-color: rgb(118,64,57);
}

div.doporucujeme_foto{
 margin-left:20px;
 width: 100px;
 height: 75px;
}

div.doporucujeme_nadpis{
}

div.doporucujeme_kategorie{
 text-align: center;
}

div.doporucuje_mestska_cast{
}

div.doporucuje_okres{
}

div.doporucujeme_cena{
}

table.table_nabidka{ 
 width: 485px;
 /*table-layout: fixed;*/
 border: 1px solid rgb(78,72,66);
}

.table_nabidka td{ 
  padding: 5px; 
  border-bottom: 1px solid rgb(78,72,66);
}

/*
td.vypis_foto{
 width: 85px;  
}*/

.head td{
 background-color: rgb(189,158,116);
}

.head a{ color: rgb(197,60,13); }

tr.lichy{ background-color: rgb(249,247,239); }

div.detail_nadpis { font-size:14px; margin-bottom: 10px;}
div.detail_atribut{ margin-bottom: 10px; }
div.detail_nahled { 
 padding:5px;
 margin :4px; 
 background-color: rgb(249,247,239); 
}

div.detail_popis{ width:480px;text-align: justify; }

#detail_udaje th{ text-align: right; vertical-align: top;}


div.nahodny_vyber{
  width  : 100%;
  padding: 15px;
  
  border : 1px solid rgb(78,72,66);
}

div.nahodny_vyber_nadpis{
  width: 100%;
  
}

div.nahodny_vyber_nemovitosti{
 margin-top: 15px;
}

div.nahodny_vyber_text{
 width  : 400px;
 margin-top : 2px;
 margin-right : 2px;
 margin-bottom : 2px;
 margin-left : 0px;
 padding-left: 5px;
 padding-right: 10px;
 
}

div.search_modul{
 display: none; 
 visibility: hidden;
}

div.lokalita{
 margin-left : 55px;
}

div.search_typ_bytu{
 width: 150px;
}

div.cleaner {
  clear:both;
  width:100%;
}


#HP_vyhledavani{
  background-image: url(../images/potrebujete_prodat.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  width: 485px;
  height:171px;
  float:left;
  margin-bottom:30px;
}

#HP_vyhledavani .inner {
   padding-top:72px;
   padding-left:10px;
}
#HP_Upoutavka{
  width: 485px;
  height:75px;
  float:left;
  margin-bottom:30px;
}

div.aktpop_box{
  border:1px solid  rgb(78,72,66);
  padding:10px;
  margin-bottom:15px;
  background-color:rgb(249,247,239); 
}

div.aktpop {
  border-top:1px dotted  rgb(78,72,66);
  padding:5px;
}

div.aktpop_box h4 {
  padding:0;
  margin:0;
  font-size:11px;
}

div.aktpop_box h4 a {
  color:rgb(90,33,30);
	text-decoration:none; 
}
div.aktpop_box h4 span {
  font-weight:normal;
  font-size:10px;
}
