 body {
  color: #444444;
  font-family: Arial;
  font-size: 12px;
 } 
 table,select,input {
  font-family: Arial;
  font-size: 11px;
 }
a {
  color: #0099cc;
  text-decoration: none;
 }
 
 #contents {
  width: 971px;
 }
 #normenucontents {
 width:971px;
 }

#panel{
    display: none;
  }
  
    #rpanel {
    display: none;
  }
  #main{
    background-color: white;
  }
  
  #page{
    width:971px;
    float: none;
    border: 25px solid white;
  }
  
.dataview table th {
  text-align: left;
}
.adresa {
  border: 1px solid black;
  margin-right: 5px;
  margin-bottom: 5px;
  background-color: #f9f9f9;
  padding: 10px;
}
.kontakt {
  width: 390px;
  height: 350px;
  float: left;
  border: 1px solid black;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #eee;
  padding: 10px;
  position: relative;
}
.btn-upravit {
  position: absolute;
  bottom: 10px;
  right: 10px;
  margin: 0;
  padding: 0;
}