/* CSS Document */
body {
  background: #cacaca;
  font-family: Verdana, sans-serif, helvetica;
  font-size: 12px;
  color: #707070;
  padding: 0px;
  margin: 0px;  
  text-align: center;
}

div.top {
  background-color: #e5e5e5;
}

div.menu {
  float: left;
  width: 180px;
  margin: 0px;
  text-align: left;
  padding: 0px 0px 0px 40px;
}

div.body1 {
  width: 800px;
  margin: auto;
  padding: 0px;
}

div.body {
  margin: 0px;
  padding: 0px;
  background: url(../images/body.png);
  font-size: 12px;
}
div.body_text {
  margin: 0px 0px 0px 230px;
  padding: 0px 30px 20px 50px;
  background: url(../images/body_img.png);
  background-repeat: no-repeat;
  text-align: justify;
  font-size: 14px;
}

div.bottom {
  background: url(../images/bottom.png);
  width: 800px;
  height: 54px;
  padding: 30px 0px 0px 0px;
  margin: auto;
  text-align: center;
}

div.fotka {
  height: 130px;
  font-size: 8px;
}

a {
  text-decoration: none;
  color: #cd5051;
  //30;100;97
}

a:hover {
  text-decoration: underline;
  color: #cd5051;
}

a:visited {
  //color: #00c600;
}

div.menu_title {
  font-size: 14pt;
  font-weight: bold;    
  color:#cd5051;
}

a.menu {
  font-size: 10pt;
  font-weight: bold;    
  padding: 2px 2px 2px 15px;
  display: block;
  color: #707070;
}

a.menu:hover {
  background-position: 8px 0px;
}

a.submenu {
  padding: 0px 0px 0px 45px;
  margin: 0px;
}

img.fotka {
  width: 165px;
  height: 130px;
  margin: 2px 10px 2px 4px;
  border: 1px solid #707070;
  float: left;
}

img.galeria {
  width: 220px;
  height: 165px;
  margin: 5px 5px 5px 5px;
  border: 1px solid #707070;
  float: left;
}

p {
  margin: 0px;
  padding: 10px;  
}

p.menu {
  padding: 8px;
}

p.submenu {
  padding: 4px;
}

p.stred {
  text-align: center;
}

span.datum {
  font-weight: bold;
}

li {
    padding-right: 9px;
}

ul {
    padding-right: 9px;
}






