@charset "utf-8";

html {
  margin: 0px;
  padding: 0px;
  border: 0px solid black;
  background-color: white;
  font-family: Arial;
  color: black;
}

body {
  margin: 0px;
  background-color: transparent;
  width: 1269px;
  background-image: url('img/napoje_back-22.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0px;
}

.clearer {
  margin-top: 0px;   
  height: 0px;
  font-size: 0px;
  overflow: hidden;
  clear: both;
}

.content_1 {
  margin-top: 510px;   
  margin-left: 230px;
  width: 805px;
  height: 150px;
  overflow: hidden;
}

.left {
    float: left;
}

.h1_left {
  margin-top: 0px;
  font-size: 24px;
  margin-bottom: 0px;
  font-weight: bold;
}

.small_h1 {
    font-size: 12px;
}

.under_h1 {
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
}

.under_h1_2 {
    margin-top: 30px;
    font-size: 14px;
    font-weight: bold;
}

.right {
    float: right;
    width: 245px;
    line-height: 150%;
}

.right_href {
    font-size: 16px;
    font-weight: bold;
    color: black;
    text-decoration: none;
}

.right_under {
    font-size: 14px;
    font-weight: bold;
    margin-top: 55px;
}

.h2_popisek_produktu {
  width: 1249px;
  border: 10px solid #eeeeee;
  overflow: hidden;
  background-color: #eeeeee;
  font-weight: bold;
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 0px;
  
}