body {
  margin: 0px;
  padding: 0px;
  color: #000;
/*   font: 12px "Trebuchet MS", Arial, Verdana, Tahoma, "Times New Roman", sans-serif; */
  font: 12px Tahoma, Arial, Verdana, "Times New Roman", sans-serif;
  background: #fff;
}

table {
  font: 12px Tahoma, Arial, Verdana, "Times New Roman", sans-serif;
}

.page_background {
  height: 240px;
  background: url('_gfx/page_bg.jpg') top left repeat-x;
}

a { color: #000; text-decoration: none; }
a:visited { color: #000; text-decoration: none; }
a:hover   { color: #000; text-decoration: underline; }

a.link_menu_up, a.link_menu_up:active, a.link_menu_up:visited, a.link_menu_up:focus {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
}
a.link_menu_up:hover {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-decoration: underline;
}


a.link_menu, a.link_menu:active, a.link_menu:visited, a.link_menu:focus {
  color: #717276;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
}
a.link_menu:hover {
  color: #717276;
  font-weight: bold;
  font-size: 11px;
  text-decoration: underline;
}

a.link_dalej, a.link_dalej:active, a.link_dalej:visited, a.link_dalej:focus {
  color: #EEA546;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
}
a.link_dalej:hover {
  color: #EEA546;
  font-weight: bold;
  font-size: 12px;
  text-decoration: underline;
}

a.link_copy, a.link_copy:active, a.link_copy:visited, a.link_copy:focus {
  color: #aaa;
  font-weight: none;
  font-size: 11px;
  text-decoration: none;
}
a.link_copy:hover {
  color: #aaa;
  font-weight: none;
  font-size: 11px;
  text-decoration: underline;
}


.pagetop {
  width: 900px;
  height: 124px;
  background: url('_gfx/top.jpg') top left no-repeat;
  vertical-align: top;
}

.menu {
  width: 900px;
  height: 270px;
  color: #fff;
  background: url('_gfx/menu.jpg') top left no-repeat;
  vertical-align: top;
}

.menu_hover {
  width: 66px;
  height: 21px;
  color: #fff;
  background: url('_gfx/menu_hover.jpg') top left no-repeat;
  vertical-align: top;
}

.menu_odstep {
  width: 1px;
  height: 21px;
  color: #fff;
  background: url('_gfx/menu_odstep.jpg') top left no-repeat;
  vertical-align: top;
}

.dotted {
  width: 22px;
  background: url('_gfx/dotted.jpg') top left repeat-y;
}

.title_style {
  font-family: "Trebuchet MS";
  color: #000;
  font-size: 20px;
  height: 30px;
  display: block;
/*   font-weight: bold; */
}

.title_line {
  height: 7px;
  background: url('_gfx/title.jpg') top left repeat-x;
}

.icon_file {
  width: 16px;
  height: 20px;
  background: url('_gfx/file.gif') top left no-repeat;
  display: block;
}

