html, body {
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  font-family: verdana;
  color: #FFFFFF;
  text-align: center;
  background-color: #FFFFFF;
}
.bg {
  width: 880px;
  background-image: url('images/background_image.gif');
  background-repeat: repeat-y;
  margin: 0px auto;
}
.container {
  background-color: #252525;
  width: 810px;
  margin: 0px auto;
  padding: 0px;
  text-align: left;
}
h1 {
  position: relative;
  width: 800px;
  height: 150px;
  margin: 0px;
  padding: 0px;
  margin-left: 8px;
  text-align: center;
}
h1 span {
  position: absolute;
  width: 100%; 
  height: 100%;
  background-image: url('images/header.jpg');
  background-repeat: no-repeat;
  background-position: 0%;
  left: 0;
  top: 0;
}
ul.menu {
  width: 187px;
  height: 425px;
  _height: 450px;
  background-image: url('images/menu_bg.gif');
  background-repeat: no-repeat;
  float: left;
  margin: 0px;
  margin-left: 10px;
  padding: 0px;
  padding-top: 15px;
  text-align: center;
}
ul.menu li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
ul.menu li a {
  color: #000000;
  font-size: 14px;
  text-decoration: none;
  /*display: block;
  width: 100%;*/
}
ul.menu li a:HOVER {
  text-decoration: underline;
}
ul.menu li span {
  display: block;
  width: 142px;
  height: 6px;
  background-image: url('images/menu_line.gif');
  background-repeat: no-repeat;
  padding: 0px;
  margin: 0px auto;
}
.content {
  width: 603px;
  float: right;
  margin: 0px;
  padding: 0px;
  color: #000000;
  /*border: 1px solid red;*/
}
.content a {
  color: #000000;
  text-decoration: underline;
}
.content a {
  text-decoration: none;
}
.content h2 {
  width: 568px;
  /*_width: 603px;*/
  height: 60px;
  /*_height: 90px;*/
  background-image: url('images/area_head.gif');
  background-repeat: no-repeat;
  text-align: left;
  margin: 0px;
  padding: 0px;
  padding-left: 35px;
  padding-top: 30px;
  /*border: 1px solid green;*/
}
.content div {
  width: 573px;
  /*_width: 603px;*/
  margin: 0px;
  padding: 0px;
  padding-left: 15px;
  padding-right: 15px;
  background-image: url('images/area_body.gif');
  background-repeat: repeat-y;
}
.content div a {
  text-decoration: underline;
}
.content div a:HOVER {
  text-decoration: none;
}
p.end-line {
  width: 543px;
  /*_width: 603px;*/
  height: 63px;
  /*_height: 78px;*/
  margin: 0px;
  padding: 0px;
  text-align: right;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  background-image: url('images/area_bottom.gif');
  background-repeat: no-repeat;
}
.footer {
  width: 760px;
  _width: 800px;
  height: 24px;
  _height: 34px;
  clear: both;
  text-align: right;
  margin: 0px;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
}
.footer a {
  color: #FFFFFF;
  text-decoration: none;
}
.footer a:HOVER {
  text-decoration: underline;
}
form {
  margin: 0px;
  padding: 0px;
}
label {
  float: left;
  width: 130px;
  padding-right: 5px;
  text-align: right;
}
input[type="submit"]{
  float: left;
  margin-left: 130px;
}
textarea {
  display: inline;
}
hr {
  display: none;
}

/* zmenseniny obrazku */
a.center {
  display: block;
  text-align: center;
}
a.center img {
  border: 1px solid;
}
