@charset "iso-8859-2";
/* GŁÓWNE */
html, body {
  margin:0 auto;
  padding: 0;
  font:11px "Trebuchet MS";
  color: #FFFFFF;
}
img, table, a img {border: 0px;}
a {color: #FFDC51; text-decoration: none;}
a:hover {text-decoration: underline;}
table, td, tr {background:#FFFFFF;}



/* TOP */
td.top1 {
  background: url('img/top1.gif') no-repeat;
}
td.top2 {
  background: url('img/top2.jpg') no-repeat;
}
td.top3 {
  background: url('img/top3.gif') no-repeat;
}

#footer {
  background: url('img/nav_dol.gif') top center no-repeat;
  height:27px; 
}

#tekst {
  padding:0 50px 20px 30px;
  font-size:11px;
}
td.tekst {
  background:#646D83 url('img/bg1.gif') top right no-repeat;
}

/* NAWIGACJA */
td.nav {
  background: url('img/nav.gif') repeat-y;
}

#lnav {
margin:0 0 8px 25px;
}
h1.menu {
  background: url('img/menu.gif') no-repeat;
  padding: 3px 0 0 5px;
  margin:0 0 0 18px;
  height: 28px;
  font-size:16px;
  color:#FFDC51;
}

.lnav,.lnav ul {
  margin: 0 auto;
  padding: 0;
}
.lnav li {
  margin: 0; 
  padding: 2px 0 1px 0;
  list-style: none;
}
.lnav a {
  color:#EEEEEE;
  font-weight: normal;
  padding: 1px 0 0 16px;
  background:url('img/arrow.gif') center left no-repeat;
}
.lnav a:hover {
  color:#FFDC51;
  font-weight: bold;
  text-decoration: none;
  padding: 1px 0 0 16px;
}

/* HEADER & FOOTER */
td.stopka {
  background: url('img/stopka.jpg') no-repeat;
  text-align:center;
}
.stopka a, .stopka a:hover {
  font-size:13px;
  color:#373D48;
  padding:18px 0 0 0;
}
.stopka a span, .stopka a:hover span {
  font-size:16px;
  font-weight:bold;
  color:#373D48;
  padding:18px 0 0 0;
}
#dulo {
position:relative;
top:4px;
right:100px;
}