/* CSS Document */

div.prehled-obsah
{
  max-width:982px;
  text-align:center;
  margin:20px 20px 35px 20px;
  padding:0 0 0 0;
}

div.prehled-zarizeni
{
  width:180px;
  height:320px;
  background-color:white;
  margin:5px 8px 10px 5px;
  float:left;
  border:1px solid #D8DEE0;

}

div.prehled-fotka
{
  width:170px;
  height:170px;
  margin:5px;
  text-align:center;
  font:normal 18px arial;
}

div.prehled-fotka a.prazdny
{
  display:block;
  width:170px;
  height:125px;
  text-decoration:none;
}

table.prehled-policka
{
    margin:0 0 0 0;
}

table.prehled-policka td
{
  background-color:rgba(0,0,0, 0.6);
  width:49px;
  text-align:center;
  vertical-align:middle;
  font:normal 18px verdana, tahoma, arial;
  color:white;
  overflow:hidden;
}

table.prehled-policka .hodnoceni
{
  font:normal 8px verdana;
}

div.prehled-nazvy
{
  width:160px;
}

div.prehled-nazev
{
  font:normal 18px tahoma, verdana, arial;
  color:#545E82;
  text-align:left;
  margin-top:5px;
  height:44px;
}

div.prehled-mesto
{
  font:bold 12px arial;
  text-align:left;
  margin-top:12px;
  min-height:32px;
  color:#263061;
  overflow:hidden;
}

a.prehled-link
{
  display:block;
  width:171px;
  height:46px;
  text-decoration:none;
  background-image:url('../soubory/OBR/prehled/link-detail-cs.png');
  background-position:left px;
  background-repeat:no-repeat;
  margin-top:0px;
}

a.prehled-link:hover
{
  background-position:left -52px;
  background-repeat:no-repeat;
}



@media (max-width:760px)
{

    div.prehled-fotka
    {
      height:90px;
      background-position:center center;
    }
    
    
    div.prehled-fotka a.prazdny
    {
      height:50px;
    }

    div.prehled-zarizeni
    {
      height:205px;
    }



div.prehled-nazvy
{
  width:160px;
}

div.prehled-nazev
{
  font:normal 12px tahoma, verdana, arial;
  color:#545E82;
  text-align:left;
  margin-top:5px;
  height:30px;
}

div.prehled-mesto
{
  font:bold 10px arial;
  text-align:left;
  margin-top:4px;
  min-height:24px;
  color:#263061;
  overflow:hidden;
}




}


@media (max-width:100px)
{

    div.prehled-zarizeni
    {
      width:100%;
      height:265px;
      background-color:white;
      margin:5px 8px 10px 0px;
      float:left;
      border:1px solid #D8DEE0;
    
    }


    div.prehled-fotka
    {
      height:110px;
      width:100%;
      margin:5px 5px 5px 5px;
      background-position:center center;
    }
    
    
    div.prehled-fotka a.prazdny
    {
      height:50px;
      width:100%;
    }

}











