@charset "iso-8859-2";
/* GŁÓWNE */
html, body {
  margin: 5px 0;
  padding: 0;
  background: #FFFFFF;
  font: 10px Verdana, Arial, Helvetica, sans-serif;
  color: #006080;
}
img, table, a img {border: 0px;}
a {color: #CF4217; text-decoration: none;}
a:hover {text-decoration: underline;}



/* TOP */
td.top1 {
  background: url('gfx/top1.jpg') no-repeat;
  height:70px;
}
.top1 a {
  text-align: right;
  display: block;
  margin: 0 35px 0 0;
  padding: 3px 0 4px 0;
}
.top1 a:hover {
	text-decoration:none;
}
td.top2 {
  background: url('gfx/top2.jpg') no-repeat;
  height:119px;
}

/* LINIE */
td.linia1 {
  background: url('gfx/linia1.jpg') no-repeat;
  height: 2px;
}
td.linia2 {
  background: url('gfx/linia2.jpg') no-repeat;
  height: 2px;
}
td.data {
	text-align:right;
	color:#CF4217;
}
td.data span {
	font-weight:bold;
}

/* MENU */
td.menu_hd {
  background: url('gfx/menu_hd.jpg') no-repeat;
  height:19px;
}
td.menu {
  background: url('gfx/menu_bg.jpg') repeat-y;
}
td.menu_footer {
  background: url('gfx/menu_ft.jpg') no-repeat;
  height:19px;
}

/* MAIN */
td.main_hd {
  background: url('gfx/main_hd.jpg') no-repeat;
  height: 38px;
}
td.main {
  background: url('gfx/main_bg.jpg') repeat-y;
}
td.main_ft {
  background: url('gfx/main_ft.jpg') no-repeat;
  height:19px;
}
.index {
  margin: 20px;
}
.index a {color:#CF4217; text-decoration:none;}
.index a:hover {text-decoration: underline;}

/* NAWIGACJA */
.menu a {
  text-align: left;
  display: block;
  margin: 0 0 0 15px;
  padding: 3px 0 4px 20px;
  background: url('gfx/arrow.gif') center left no-repeat;
  color: #FFFFFF;
  font-weight:bold;
}
.menu a:hover {
  font-weight:bold;
  text-decoration: underline;
}

/* HEADER & FOOTER */
td.footer {
  background: url('gfx/footer.jpg') no-repeat;
  height:30px;
  text-align:center;
}
.footer {
  color:#CF4217;
  padding:3px 0 0 0;
}
.footer a,.linki a {
  color:#CF4217;
}
.linki {
  color:#CF4217;
	text-align:center;
}

/* NAGŁÓWKI */
h3.title {
  color:#FFFFFF;
  font-size:10px;
  padding:1px 0 2px 15px;
  margin:1px 0 0 20px;
  background: url('gfx/arrow.gif') center left no-repeat;
}
h3.title2 {
  padding:1px 0 2px 15px;
  margin:1px 0 0 20px;
}
h3.title3 {
  color:#FFFFFF;
	background:#CF4217;
  font-size:10px;
  padding:4px 0 5px 15px;
  font-weight:bold;
}
h3 span {
  font-weight:normal;
}
h1 {
  font-size:12px;
  font-weight:bold;
}
h2 {
  font-size:10px;
  font-weight:bold;
}
#rekl {
  width: 468px;
}