body {
  background-color: #ddd;
  background-image: url(../gfx/background.jpg);
  background-repeat: repeat-x;
  font-size: 10pt;
  color: #505050;
  margin: 0px;
  padding: 0px;
  font-family: tahoma;
}

#footer a:link {text-decoration: none; color: #ffefef;}
#footer a:hover {text-decoration: underline!important; color: #ffefef!important;}
#footer a:visited {text-decoration: none; color: #ffefef;}
#footer a:active {text-decoration: none; color: #ffefef;}

a:link {text-decoration: none; color: #3ba;}
a:hover {text-decoration: underline!important; color: #3ba!important;}
a:visited {text-decoration: none; color: #3ba;}
a:active {text-decoration: none; color: #3ba;}

#menu_top a:link {text-decoration: none; color: #505050;}
#menu_top a:hover {text-decoration: underline!important; color: #3ba!important;}
#menu_top a:visited {text-decoration: none; color: #505050;}
#menu_top a:active {text-decoration: none; color: #505050;}

.td_menu a:link {text-decoration: none; color: #f0f6f6;}
.td_menu a:hover {text-decoration: none!important; color: #44ccbf!important;}
.td_menu a:visited {text-decoration: none; color: #f0f6f6;}
.td_menu a:active {text-decoration: none; color: #f0f6f6;}

.td_menu{
  height: 24px;
}

img {
  border: 0px;
}

hr {
  background-color: #ddd;
  border:1px solid #ddd;
}

.drevopodlahy {
  padding: 10px;
  margin: 0px;
  font-weight: bold;
  font-size: 18pt;
  letter-spacing: -3px;
  color: #000;
}

.drevopodlahy:first-letter {
  font-size: 26pt;
}



h3 {
  margin-top: 0px;
  text-decoration: underline;
}


p {
  width: 100%;
  text-align: justify;
}

/* MAIN */


#wraper {
  position: relative;
  margin: 0 auto 0 auto;
  /*border: 1px #555 solid;*/
  width: 800px;
  height: auto;
}

#head {
  position: relative;
  width: 100%;
  margin-top: 20px;
  background-color: #ddd;
  margin-bottom: 0px;
  height: 400px;
}

#ukazka {
  position: absolute;
  right: -2px;
}

#menu_top{
  position: absolute;
  right: 0px;
  top: 36px;
}

#menu_top a{
  font-size: 10pt;
  padding-right: 15px;
  font-weight: bold;
}

.main_menu{
  color: #ffefef;
  font-family: tahoma;
  font-weight: bold;
  text-align: center;
  background-color: #44ccbf;
  padding-top: 5px;
  padding-bottom: 6px;
}

#logo{
  position: relative;
}    

#podnadpis{
  color: #000;
  position: absolute;
  font-weight: bold;
  top: 44px;
  left: 35px;
}

#left_column{
  float: left;
  width: 200px;
}

#right_column{
  float: right;
  width: 578px;
  border-left: 1px #44ccbf solid;
  padding-left: 20px;
}

#left_form{
  float: left;
  width: 400px;
}

#right_form{
  float: right;
  width: 378px;
  border-left: 1px #44ccbf solid;
  padding-left: 20px;
}

.cl{clear: both;}

#kontakt{
  position: relative;
  font-weight: bold;
  width: 650px;
  margin-top: 5px;
  padding-bottom: 10px;
  /*border: 1px #666 solid;*/
}

#telefon{
  position: absolute;
  right: 3px;
  top: 0px;
}

#copyright{
  /*text-decoration: underline;*/
  position: relative;
  float: right;
  /*top: -12pt;*/
}

#footer{
  margin-top: 12px;
  padding: 6px 6px 8px 6px;
  background-color: #44ccbf;
  border-bottom: 3px #666 solid;
}

#content {
  /*border: 1px #666 solid;*/
}

.podbarveni{
  color: #b33;
  /*color: white;  */
  font-family: tahoma;
  font-weight: bold;
  text-align: center;
  background-color: #fff0f0;
  padding-top: 4px;
  padding-bottom: 4px;
}

.text_right{
  text-align: right;
}


/*      GALERIE     */


.gallery {
  position: relative;
}

.gallery img{
  border: 2px #555 solid;
  margin-right: 3px;
  margin-left: 3px;
  margin-bottom: 10px;
}
