body { 
  font-size: 13px;
  line-height: 18px;
  font-family: Arial, Helvetica;
  color: #000;
  margin: 0;
  text-align: center;
}
img {
}

#obal { 
  width: 602px;
  margin: 0 auto;
  text-align:left;
  
}
#header {
  width: 602px;
  /*background: url('img/header.jpg') left top no-repeat;*/
  background: url('img/UVOD.png') left top no-repeat;
  height: 268px;
}

#menu {
width: 602px;
height: 30px;
overflow: hidden;
}

#menu ul {
  margin: 0;
  padding: 0;
  white-space: nowrap;
    list-style-type: none;  
      list-style-position: inside;
}

#menu ul li {
  display: inline;

  
  margin: 0;
  margin-right: -3px;
  border: none;
}
#menu ul img {
  border: none;
  margin: 0;
  padding: 0;
}

#menu a { 
  margin:0;
  padding:0;
}

#obsah{ 
  width: 602px;
  background: url('img/lenka.jpg') right top no-repeat;
  min-height: 500px;
}

#footer { 
  text-align: center;
}

#footer p a {
  color: #979797;
  text-decoration: none;
}

.fleft {  
  float: left;
  margin: 5px;
}
.ref {
  border: 0px;
}