/* ===== Elementy podstawowe/wspolne ===== */

* {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  background-color: #3a4769;
}

p {
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.4em;
  text-align: left;
  font-size: 100%;
  font-weight: bold;
  color: #c1aa62;
}

a:link {
  text-decoration: none;
  font-weight: bold;
  color: #a8c8f0; /* #65799e */
}

a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #a8c8f0; /* #65799e */
}

a:hover {
 text-decoration: none;
 color: #f90;
}



/* ===== Obszary strony ===== */

/* Naglowek strony */

#naglStr {
  margin-left: 0px;
  padding: 20px 0px 0px 20px;
  background-color: #3a4769;
  background-attachment: scroll;
  clear: none;
}

#naglStr p {
  margin: 0em 0em 0.5em 0em;
  font-size: 120%;
}

#naglStr .wyrozn {
  font-size: 120%;
  color: #f60;
}

/* End of: Naglowek strony */


/* Obszar roboczy */

#obszRob {
  position: absolute;
  background-image: url("../img/choinki.gif");
  background-repeat: repeat;
  background-position: 0% 0%;
  background-attachment: scroll;
  height: 496px;
  width: 666px;
  clear: left;
}

/* End of: Obszar roboczy */


/* Tresc */

#trescKolLewa {
  margin-top: 350px;
  margin-left: 10px;
  padding: 10px;
  float: left;
  clear: left;
}

#trescKolPrawa {
  margin-top: 350px;
  margin-right: 10px;
  padding: 10px;
  float: right;
  clear: right;
}

/* End of: Tresc */

/* Stopka strony */

#stopkaStr {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: 666px;
  clear: both;
}

#stopkaStr p {
  font-size: 8pt;
  font-weight: normal;
  text-align: center;
  color: #65799e;
}

/* End of: Stopka strony */
