/* CSS Document */
 /*------NABIDKA------*/
 
 body {   
  background:url(../imgs/bg.png);
  background-color: #0b60a3; 
  background-repeat: repeat-x;
}

 .ram {
  width: 820px;
  margin-top:10px;
  margin-left:auto; 
  margin-right: auto;
  background:url(../imgs/bg.png);
  background-color: #0b60a3; 
  background-repeat: repeat-x;
} 
 .ramec {
  width: 820px;
  margin-top:10px;
  margin-left:auto; 
  margin-right: auto;
  background:url(../imgs/bg.png);
  background-color: #0b60a3; 
  background-repeat: repeat-x;
} 
 #hlavicka_n {
  width: 500px;
  height: 150px;
  position: relative;  
 }
 #telo_n {
  width: 830px;   
  position: relative;  
 }
 #frame {
  width: 830px;
  height: 3000px;
  margin: 0;
  padding: 0;
  border: 0;  
 }
 .head_frame {
  margin: 0;
  padding: 0;
  border: 0;
  width: 830px;
  height: 150px; 
  overflow: hidden; 
 }


#head {
  background: url(../imgs/head-nabidka.jpg) no-repeat 203px top;
  width: 1032px;
  height: 145px;
  margin:0 auto;
  padding: 0;
  position: relative;
} 

#logo-click {
  position: absolute;
  width: 370px;
  height: 145px;
  left: 211px;
  top: 0px;
}

#menu {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 26px;
  width: 450px;
  overflow: hidden;
}
#menu a {
  float: left;
  margin-right: 5px;
}

#menu a img {border: 0;}

