body {
  margin: 0px;
  padding: 0px;
  font-size: 70%;
}

body, td, p, div {
  font-family: Verdana;
  color: #000;
}

td {
  vertical-align: top;
}

/*strong {
  color: #fe0000;
  font-weight: normal;
}*/
a {
  color: #fe0000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

H1 {
  color: #e60005;
  font-size: 130%;
  background: url('../images/css/sipka-nadpis.gif') 0px 3px no-repeat;
  padding-left: 15px;
}
H2 {
  color: #fe0000;
  font-size: 110%;
}

form {
  margin: 0px;
  padding: 0px;
}
input {
  border: 1px solid #999999;
  font-size: 11px;
  font-family: Arial;
  height: 16px;
  vertical-align: middle;
  color: #666666;
}
input.submit {
  border: 0px;
  background-color: #999999;
  color: #fff;
  cursor: hand;
  cursor: pointer;
  padding: 0px 4px 2px 4px;
  _padding: 0px 4px;
  height: 20px;
}

div.mainDiv {
  width: 100%;
  background: #fff url('../images/css/top-bg.png') 0px 0px repeat-x;
}

/*   hlavicka   */

td.header {
  width: 755px;
}
td.header td {
  vertical-align: middle;
}
td.header td td {
  text-align: center;
  padding: 20px 20px 0px 10px;
}
td.header td td img {
  margin-bottom: 2px;
}
td.header a {
  color: #999999;
  font-size: 80%;
}
td.header a:hover {
  color: #333333;
  text-decoration: none;
}
td.search {
  text-align: right;
  width: 531px;
  position: relative;
}
td.search form {
  float: right;
  margin-left: 20px;
  _margin-left: 10px;
}
td.search img {
  margin-top: 5px;
  _margin-top: 7px;
  margin-right: 10px;
}
td.search table {
  position: absolute;
  top: 10px;
  /*left: 487px;*/
  right: 0px;
}
td.search table td {
  padding: 0px;
}
td.search table img {
  margin: 0px 5px;
}
td.logo {
  width: 224px;
}
td.logo img {
  float: left;
}

/*  END hlavicka   */

/*   paticka   */

div.footerDiv {
  width: 100%;
  background: url('../images/css/bottom-bg.gif') 0px 0px repeat-x;
}
div.footerDiv table {
  height: 110px;
  background: url('../images/css/footer-bg.png') 0px 0px no-repeat;
  width: 756px;
}
div.footerDiv div {
  background-color: #666666;
  width: 489px;
  padding: 3px 4px 3px 38px;
/*  padding: 16px 4px 16px 38px;
  _padding: 20px 4px 20px 38px;*/
  float: right;
  position: relative;
  top: 6px;
}
div.footerDiv p {
  font-size: 80%;
  margin: 0px;
}
div.footerDiv p, div.footerDiv a {
  color: #b3b3b3;
}


/*  END paticka   */

/*   menu   */

td.menu {
  background: url('../images/css/menu-bg.gif') 0px 0px repeat-x;
  width: 224px;
  padding-bottom: 30px;
}
td.menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  border-top: 1px solid #fff;
}
td.menu li {
  margin: 0px;
  padding: 0px;
}
td.menu ul li a {
  display: block;
  width: 196px;
  color: #333333;
  font-weight: bold;
  font-family: Verdana;
  padding: 4px 4px 4px 24px;
  background: url('../images/css/sipka.gif') 10px 6px no-repeat;
  border-top: 1px solid #c0c0c0;
}
td.menu ul li a:hover {
  color: #bd0000;
  background: url('../images/css/sipka-on.gif') 10px 6px no-repeat;
  text-decoration: none;
}
td.menu ul li.menuULDirOpen a {
  color: #bd0000;
  background: url('../images/css/sipka-on.gif') 10px 6px no-repeat;
}

/*  END menu   */

/*   content   */

td.content {
  width: 491px;
  padding: 10px 20px 30px 20px;
  _padding: 20px 20px 30px 20px;
}

/*  END content   */

