body, html  {
    background-color: #c5e7ff;
  
}

body {
   margin-left:170px;
  }
  
body.property  {
   margin-left:0px;
  }
  
  
h1  {
    color:blue;
    text-align:center;
    font-size:20px;
    }
    
h4  {
    color:blue;
    text-align:center;
}
  
table.cela{
  width:100%;
}

table.odkazy{
    position:relative;
    left:20px;
    width:100px;
  }
  
table.fotky{
  text-align:center;
}  

td.odkaz{
     width:100px;

     text-align:center;
     font-weight:normal;  
}

td.odkaz a{
     display:block;
     background-color:#add8e6;
     border-left: 0px solid #c5e7ff;
     border-top: 0px solid #c5e7ff;
     border-right: 1px solid blue;
     border-bottom: 1px solid blue;
}

td.odkaz a:hover{
     border-left: 1px solid #c5e7ff;
     border-top: 1px solid #c5e7ff;
     border-right: 0px solid blue;
     border-bottom: 0px solid blue;

}

td.vrchniodkaz{   
     text-align:center;
     font-weight:normal;  
     padding:2px; 
     padding-left:4px;
     padding-right:4px;  
}

td.vrchniodkaz a{
     display:block;
     background-color:#add8e6;
     border-left: 0px solid #c5e7ff;
     border-top: 0px solid #c5e7ff;
     border-right: 1px solid blue;
     border-bottom: 1px solid blue;
}

td.vrchniodkaz a:hover{
    border-left: 1px solid #c5e7ff;
    border-top: 1px solid #c5e7ff;
    border-right: 0px solid #c5e7ff;
    border-bottom: 0px solid #c5e7ff;
}

td.fotka{
    padding:5px;
    border-color:black;
    background-color:#add8e6;
    border-style: ridge; 
    border-width: 3px;
    text-align:center;
    vertical-align:middle;
    }

.menufotky{
}
  

.menu{
       position:absolute;
       top:0px;
       left:10px;
       width:155px;
      }
      


.menunahore a{
  text-decoration:none;
}   
 
.menu a{
  text-decoration:none;
} 
   
.hlavni{
     position:relative;
     width:100%;
        }

.stred{
    text-align:center;
}

.text{
    text-align:justify;
    text-indent:20px;
}
.bezramecku{
    border-width: 0px;
}
.valid {
  text-align:center;
}

