body, html {
  margin: 0;
  padding: 0;
  height:100%;
  background-image: url('gfx/bg.jpg');
  color: #0B4A26;
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 13px;
}

img {
  border: 0;
}

a, a:link, a:visited {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #041C95;
  text-decoration: underline;
}

.menuTOP {
  float: left;
  padding-left: 10px;
  padding-top: 1px;
}

a.menuTOP, a.menuTOP:link, a.menuTOP:visited {
  color: #ffffff;
  text-decoration: none;
}

a.menuTOP:hover {
  color: #ffffff;
  text-decoration: underline;
}

#content {
  margin: auto;
  text-align: center;
  background-color: #ffffff;
  width: 767px;
}

#middle  {
  margin: auto;
  text-align: center;
  background-color: #fcfdfc;
  background-image: url('gfx/bg_middle.jpg');
  width: 757px;
}

#top {
  background-image: url('gfx/top.jpg');
  width: 757px;
  height: 116px;
}

#middle_cnt {
  overflow: hidden;
  margin: auto;
}

#menu_left {
  float: left;
  overflow: hidden;
  width: 110px;
}

#cnt {
  overflow: hidden;
  width: 510px;
  padding: 0 8px 0 8px;

}

#menu_right {
  overflow: hidden;
  float: right;
  width: 112px;
}

#intrastat {
  position: relative;
  left: 250px;
  z-index: 10000;
}

.menu_left {
  width: 110px;
  height: 21px;
  background-image: url('gfx/menu_left.jpg');
  margin-bottom: 10px;
}

.bg_top {
  height: 22px;
  background-image: url('gfx/bg_top.jpg');
}

.title {
  text-align: left;
  font-size: 14pt;
  font-weight: bold;
}

.text {
  text-align: justify;
}

.button {
  background-color: #ffffff;
  border: 1px #0B4A26 solid;
  color: #000000;
}

.tabelka {
  border: 1px #11793E solid;
}

.row_tabelka {
  font-size: 8pt;
}

a.row_tabelka, a.row_tabelka:link, a.row_tabelka:visited {
  font-size: 8pt;
}

a.row_tabelka:hover {
  font-size: 8pt;
  text-decoration: underline;
}

