* {
  padding: 0;
  margin: 0;
}

h1{
  text-align: center; 
}

h1, h4, a img {
  padding: 0;
  margin: 0;
  border: 0;
}
    
h2 {
  padding: 0 10px;
  margin: 0;
  border: 0;
}
h3 {
  padding: 10px 5px 1px 2px;
  margin: 0;
  border: 0;
}

ul, ol, li { list-style: none  }

table, td, th {
  border: 0px;
  font-size: 1em;
  font-weight:normal;
}

body {
  background: #FFF;
  color: #FFF;
  font: normal normal 0.8em tahoma, arial, verdana, sans-serif, helvetica;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  text-indent: 0;
  border: 0; 
  text-align: center;
}

#vse {
  margin: 0px auto;
  height: auto;
  text-align: left;
  width: 980px;   
}

#head-l{
  width: 602px;
  height: 160px; 
  float: left; 
  background: #FFF url("pic/l_head.png");
}  

#head-p{
  width: 378px;
  height: 160px;  
  float: left; 
  background: #FFF url("pic/p_head.png");
} 
        
#text{            
  background: #FFF url("pic/l_body.png");
  width: 522px;
  height: 267px;
  padding: 40px 20px 0 60px; 
  float: left; 
  margin: 0;
  border: 0;    
  overflow: auto;
}

#strana{
  text-align: center;
  background: #FFF url("pic/p_body.png");  
  width: 378px;
  height: 307px;
  float: right; 
} 

#pata{       
  background: url("pic/bottom.png");
  width: 980px;
  padding-top: 15px;
  height: 18px;
  text-align: center; 
  clear: both; 
  vertical-align: bottom;
}

a{
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
}

a:hover {
  text-decoration: underline;
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
}

a:visited {
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
}