html,body{
    margin:0px;
    padding:0px;
    margin:0 auto;
    height:100%;
    text-align: center;
    color:#000000;
    font-family: tahoma,verdana;
    font-size: 11px;  
}
  
#all{
  margin:0px auto;
  width:630px;
  margin-top:0px;
  /*background-color: #007981;*/  
}

select{
  background-color: #416056;
  border:1px solid #C3CECF;
  font-size: 10px;
  text-transform: uppercase;
  color:#000001;
  font-family: tahoma,verdana;
}

.pocet_najdenych{
  width:630px;
  background-color: #006269;
   font-size: 11px;
     color:#fffffe;
     padding:4px; 
     font-weight: bold;
  
}
.byty{
  width:612px;
}

.byty td{
  padding:3px;
  /*background-color: #007981;*/
	/*color:#F4FDFF;*/
  font-size: 11px;
	border-bottom:1px solid #dfd9d6;	
}

/*td.t1{
  background-color:#1da1a8;
  
}*/

.top_byty{
  background-color: #86abb2;
  padding:3px 0 3px 0; 
  font-weight: bold;
  color:#F4FDFF;
  text-transform: uppercase;
}

.bottom{
  background-color: #006269;
  padding:5px;
  font-weight: bold;
  color: #F4FDFF;
}

.bottom a{
  color:#F4FDFF;
  text-decoration: none;
}

.bottom a:hover{
  color:#99ff00;
}

#holder_select{
  padding:5px;
}
.holder1{
  height:271px;
  overflow: auto;
}

.holder2{
  height:267px;
  overflow: auto;
}
 
#others{
  visibility: hidden;
} 

#top_lista{
  width:630px;
  height:15px;
  background-color: #006269;
}

#close_lista{
  float: right;
}

