@charset "iso-8859-2";
/* GŁÓWNE */
html, body {
  margin: 5px 0;
  padding: 0;
  background: #FFFFFF;
  font: 10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
  color: #006080;
}
img, table, td, a img {border: 0px;}
a {color: #006080; text-decoration: none;}
a:hover {text-decoration: underline;}



/* TOP */
td.top {
  background: url(gfx/top.gif) no-repeat;
  height:156px;
  margin:15px 0px 31px 0;
}

/* MENU */
td.menu_top {
  background: url(gfx/menu_top.gif) no-repeat;
  height:30px;
}
td.menu_header {
  background: url(gfx/menu_hd.gif) no-repeat;
  height:6px;
}
td.menu {
  background: url(gfx/menu_bg.gif) repeat-y;
}
td.menu_footer {
  background: url(gfx/menu_ft.gif) no-repeat;
  height:19px;
}

/* MAIN */
td.main_top {
  background: url(gfx/main_top.gif) no-repeat;
  height:30px;
}
td.main_header {
  background: url(gfx/main_hd.gif) no-repeat;
  height:6px;
}
td.main {
  background: url(gfx/main_bg.gif) repeat-y;
}
td.main_footer {
  background: url(gfx/main_ft.gif) no-repeat;
  height:19px;
}
.index {
  margin: 15px;
}

/* NAWIGACJA */
.menu a {
  text-align: left;
  display: block;
  margin: 0 0 0 15px;
  padding: 3px 0 4px 10px;
  background: url('gfx/dot.gif') center left no-repeat;
  color: #006080;
}
.menu a:hover {
  color: #006080;
  font-weight:bold;
  text-decoration: none;
}

/* HEADER & FOOTER */
td.header {
  text-align: right;
  background: url(gfx/header.gif) no-repeat;
  height:30px;
}
td.footer {
  background: url(gfx/footer.gif) no-repeat;
  height:30px;
}
.footer,.header {
  color:#FFFFFF;
  padding:3px 20px 0 20px;
}
.footer a,.header a {
  color:#FFFFFF;
}

/* NAGŁÓWKI */
h3.title {
  color:#FFFFFF;
  font-size:10px;
  padding:1px 0 0 15px;
  margin:3px 0 0 15px;
  background: url('gfx/arrow.gif') center left no-repeat;
}
h3 span {
  font-weight:normal;
}
h1 {
  font-size:12px;
  font-weight:bold;
}
h2 {
  font-size:10px;
  font-weight:bold;
}
