body { 
    text-align:center;
    color:black; 
    background-color:#ffffff; 
    font-family:verdana, arial; 
  /*  background-image:url("img/bg.gif"); background-repeat: repeat-y; background-position: center; */
    margin-top: 0px;
}

div {    border: 0px solid red;
}

.hlavni_div {
   width: 990px;
   height: 99%;
   position:relative;
   margin-left:auto; margin-right:auto;
   background-image:url("../img/pozadi.jpg"); background-repeat: no-repeat; background-position: center top; 

}

.menu {
  position:absolute; width: 193px; height: auto; top: 156px; left: 0px;
  text-align: center; z-index: 0;
}



.text_blok {
  position: absolute; 
  width: 500px; height: auto; top: 160px; left: 240px; 
  text-align: justify;
  font-size: 12px;
  font-family: verdana, arial;
}

.sleva {
  position: absolute; 
  width: 150px; height: 123; top: 350px; left: 800px; 
  text-align: left;
}


.text {
  text-align: justify;
  font-size: 12px;
  font-family: verdana, arial;
}

.text_kurziva {
  font-style: italic;
  font-size: 12px;
  font-family: verdana, arial;
  font-weight: bold;
}

.text_popisek {
  font-weight: bold;
  font-size: 13px;
  font-family: verdana, arial;
  font-weight: bold;
}

.text_slogan {
  font-weight: bold;
  font-size: 13px;
  font-family: verdana, arial;
  font-weight: bold;
  text-align: center;
}

.text_mega {
  font-weight: bold;
  font-size: 30px;
  font-family: verdana, arial;
  font-weight: bold;
  text-align: center;
  color: red;
}

.text_mega2 {
  font-weight: bold;
  font-size: 20px;
  font-family: verdana, arial;
  font-weight: bold;
  text-align: center;
  color: red;
}

.text_table {
  text-align: justify;
  font-size: 16px;
  font-family: verdana, arial;
  font-weight: bold;
}

.text_table_skrt {
  text-align: justify;
  font-size: 16px;
  font-family: verdana, arial;
  text-decoration: line-through;
  font-weight: bold;
}

.text_table_red {
  text-align: justify;
  font-size: 16px;
  font-family: verdana, arial;
  font-weight: bold;
  color: red;
}

h1 {
  font-size: 13px; font-weight: bold;
  font-family: verdana, arial;
}


