html {
  scrollbar-base-color: #aa7755;
}

body {
  margin: 0;
  background-color: #debf8b;
  font-family: verdana, tahoma, sans-serif;
  text-align: center;
}

h1 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
}

h2 {
  margin-top: 16px;
  margin-bottom: 12px;
  font-size: 15px;
}

p {
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 1.4em;
  text-align: justify;
}

ol, ul {
  margin-top: 12px;
  margin-bottom: 16px;
}

ol.lewo, ul.lewo {
  margin-left: 0;
  padding-left: 1em;
}

ol li, ul li {
  font-size: 12px;
  line-height: 1.4em;
}

ol.odstepy li, ul.odstepy li {
  margin-top: 6px;
  margin-bottom: 6px;
}

ol.duze-odstepy li, ul.duze-odstepy li {
  margin-top: 10px;
  margin-bottom: 10px;
}

ol li.odstep-przed, ul li.odstep-przed {
  margin-top: 6px;
}

hr {
  clear: both;
  height: 3px;
  margin: 12px 0 12px 0;
  border-width: 0;
  color: #993300;
  background-color: #993300;
}

img.kolko {
  float: right;
  margin: 0 0 20px 30px;
}

div.tabela form {
  margin: 0;
}

div.tabela table {
  width: 100%;
  clear: both;
  margin-top: 16px;
  border-collapse: collapse;
}

div.tabela td {
  padding: 8px;
  vertical-align: top;
}

div.tabela td p {
  margin-top: 4px;
  margin-bottom: 4px;
  text-align: left;
  line-height: 1.4em;
}

div.tabela td input {
  font-size: 11px;
}

div.tabela td.przycisk {
  text-align: center;
}

div.tabela td.przycisk input {
  margin-top: 4px;
  margin-bottom: 4px;
}

div.tabela td.numer {
  width: 5%;
  padding-left: 20px;
}

div.tabela td.szeroka {
  width: 40%;
}

div.tabela td.lewo p {
  text-align: left;
}

div.tabela td.prawo p {
  text-align: right;
}

div.tabela .ciemne {
  background-color: #e9d3a1;
}

div.test-zbior td input {
  width: 80px;
  text-align: center;
}

div.test-zbior td input.poprawne {
  color: #00aa00;
}

div.test-zbior td input.bledne {
  color: #ff0000;
}

div.dolna table {
  margin-top: 10px;
}

div.dolna td {
  vertical-align: middle;
}

div.dolna td p {
  text-align: center;
}

div.dolna td.boczna {
  width: 50px;
}

div.dolna td input {
  height: 30px;
}

input, select {
  font-family: verdana, tahoma, sans-serif;
}

a {
  font-weight: bold;
  text-decoration: none;
}

a:link {
  color: #0055ff;
}

a:visited {
  color: #0000aa;
}

a:hover {
  color: #ff0055;
}

a.wazne:link,
a.wazne:visited {
  color: #ff0055;
}

.lewo {
  text-align: left;
}

.gora {
  margin-top: 0;
}

.odstep {
  margin-bottom: 16px;
}

.duzy-odstep {
  margin-bottom: 40px;
}

.maly-odstep-przed {
  margin-top: 4px;
}

.maly-odstep-po {
  margin-bottom: 4px;
}

.wciecie {
  margin-left: 40px;
}

.srodek {
  text-align: center;
}

.justowanie {
  text-align: justify;
}

.ukryte {
  display: none;
}



div#ramka {
  width: 85%;
  min-width: 800px;
  margin: 0 auto;
  background-color: #f5e8b8;
}

div#reklama {
  background-color: #debf8b;
}

div#reklama img {
  border-width: 0;
}

div#reklama img.napis {
  position: relative;
  top: 4px;
}

div#naglowek {
  background-color: #debf8b;
}

div#nawigacja {
  padding: 0 20px 4px 20px;
}

div#nawigacja p {
  margin: 0;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
}

div#nawigacja p#menu {
  float: right;
  margin-left: 30px;
}

div#stopka {
  height: 40px;
  clear: both;
  background-color: #debf8b;
}

div#stopka p {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  font-size: 9px;
  font-weight: bold;
  color: #993300;
  text-align: center;
}

div.obramowanie {
  height: 22px;
  clear: both;
}

img.naroznik-lewy {
  float: left;
}

img.naroznik-prawy {
  float: right;
}

div#glowna {
  width: 70%;
  min-width: 710px;
  height: 100%;
  /* overflow: hidden; */
  clear: both;
  margin: 0 auto;
  text-align: left;
}

div.szeroka {
  width: 85% !important;
}

div.odstep-przed {
  margin-top: 32px !important;
}

div#wstep {
  width: 60%;
  float: left;
  padding-right: 3%;
  border-right: 5px solid #993300;
}

div#menu {
  width: 33%;
  float: right;
}

div.tytul {
  font-weight :bold;
  cursor: pointer;
}

div.tytul p {
  margin-top: 10px;
  margin-bottom: 6px;
}

div.temat {
  display: none;
  margin-left: 13px;
}

div.temat p, div.temat ol, div.temat ul {
  margin-top: 6px;
  margin-bottom: 6px;
}



div#komentarz {
  padding: 12px;
  border: 2px solid #774433;
  background-color: #debf8b;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}

div#komentarz h2 {
  margin-top: 0;
}

div#komentarz hr {
  height: 1px;
  margin-top: -6px;
  margin-bottom: 8px;
  color: #000000;
  background-color: #000000;
}

div#komentarz table {
  width: 100%;
  border-collapse: collapse;
}

div#komentarz td {
  font-size: 12px;
  font-weight: bold;
  vertical-align: top;
}

div#komentarz input {
  font-weight: normal;
}

div#komentarz textarea {
  width: 525px;
  height: 100px;
  font-family: verdana, tahoma, sans-serif;
  font-size: 12px;
}



div.bloczek table {
  width: 100%;
  margin-bottom: 12px;
  border-collapse: collapse;
}

div.bloczek tr.gorna {
  background-color: #debf8b;
}

div.bloczek tr.dolna {
  background-color: #e9d3a1;
}

div.bloczek td {
  padding: 0;
}

div.bloczek td.lewa-gorna {
  width: 12px;
  background-image: url(grafika/naroznik-mlg1.gif);
  background-position: top left;
  background-repeat: no-repeat;
}

div.bloczek td.prawa-gorna {
  width: 12px;
  background-image: url(grafika/naroznik-mpg1.gif);
  background-position: top right;
  background-repeat: no-repeat;
}

div.bloczek td.lewa-srodek {
  width: 12px;
  background-image: url(grafika/naroznik-mlg2.gif);
  background-position: top left;
  background-repeat: no-repeat;
}

div.bloczek td.prawa-srodek {
  width: 12px;
  background-image: url(grafika/naroznik-mpg2.gif);
  background-position: top right;
  background-repeat: no-repeat;
}

div.bloczek td.lewa-dolna {
  width: 12px;
  background-image: url(grafika/naroznik-mld.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
}

div.bloczek td.prawa-dolna {
  width: 12px;
  background-image: url(grafika/naroznik-mpd.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
}

div.bloczek td.ikonka {
  width: 1%;
  height: 45px;
}

div.bloczek td.ikonka img {
  border-width: 0;
}

div.bloczek td.nazwa {
  padding: 8px 0 8px 8px;
  font-size: 12px;
  font-weight: bold;
}

div.bloczek td.nazwa a {
  padding: 10px 0;
  color: #000000;
}

div.bloczek td.tresc {
  padding: 2px 0 8px 0;
}

div.bloczek td.tresc p {
  margin: 6px 0;
  font-size: 11px;
  line-height: 1.2em;
  text-align: left;
}

div.bloczek td.tresc img {
  display: block;
  margin: 10px auto 2px;
  border: 2px solid #ffffff;
}

div.bloczek td.tresc div.gadzet-google {
  width: 206px;
  margin: -4px auto;
}

div.bloczek td.tresc hr.na-dzisiaj {
  height: 1px;
  margin: 10px 0;
  color: #000000;
  background-color: #000000;
}



div.bloczek-wstep table,
div.bloczek-komentarze table,
div.bloczek-facebook table {
  width: 100%;
  margin-bottom: 12px;
  border-collapse: collapse;
  background-color: #e9d3a1;
}

div.bloczek-wstep td,
div.bloczek-komentarze td,
div.bloczek-facebook td,
div.bloczek-koniec td {
  padding: 0;
}

div.bloczek-wstep td.lewa-gorna,
div.bloczek-komentarze td.lewa-gorna,
div.bloczek-facebook td.lewa-gorna,
div.bloczek-koniec td.lewa-gorna {
  width: 12px;
  background-image: url(grafika/naroznik-mlg3.gif);
  background-position: top left;
  background-repeat: no-repeat;
}

div.bloczek-wstep td.prawa-gorna,
div.bloczek-komentarze td.prawa-gorna,
div.bloczek-facebook td.prawa-gorna,
div.bloczek-koniec td.prawa-gorna {
  width: 12px;
  background-image: url(grafika/naroznik-mpg3.gif);
  background-position: top right;
  background-repeat: no-repeat;
}

div.bloczek-wstep td.lewa-dolna,
div.bloczek-komentarze td.lewa-dolna,
div.bloczek-facebook td.lewa-dolna,
div.bloczek-koniec td.lewa-dolna {
  width: 12px;
  background-image: url(grafika/naroznik-mld.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
}

div.bloczek-wstep td.prawa-dolna,
div.bloczek-komentarze td.prawa-dolna,
div.bloczek-facebook td.prawa-dolna,
div.bloczek-koniec td.prawa-dolna {
  width: 12px;
  background-image: url(grafika/naroznik-mpd.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
}

div.bloczek-wstep td.tresc {
  padding: 4px 0 8px 0;
  background-image: url(grafika/pani-2.jpg);
  background-position: top left;
  background-repeat: no-repeat;
}

div.bloczek-wstep td.tresc p {
  margin: 6px 0 6px 150px;
  font-size: 11px;
  line-height: 1.2em;
  text-align: left;
}

div.bloczek-wstep td.tresc p.pierwszy {
  margin-left: 120px;
  font-weight: bold;
}

div.bloczek-komentarze td.tresc {
  padding: 4px 0 6px 0;
}

div.bloczek-komentarze td.tresc p {
  margin: 4px 0;
  font-size: 10px;
  line-height: 1.2em;
  text-align: left;
}

div.bloczek-facebook td.tresc {
  padding: 8px 0;
}

div.bloczek-facebook td.tresc p {
  margin: 6px 0 0 0;
  text-align: center;
}

div.bloczek-koniec table {
  width: 100%;
  margin-bottom: 0;
  border-collapse: collapse;
  background-color: #e9d3a1;
}

div.bloczek-koniec td.lewa {
  padding: 12px 0;
  text-align: center;
  vertical-align: middle;
}

div.bloczek-koniec td.prawa {
  padding: 4px 0 0 0;
  text-align: right;
  vertical-align: middle;
}



table#bloczki {
  width: 100%;
  border-collapse: collapse;
}

table#bloczki td#wstepna {
  padding: 0 12px 0 0;
  vertical-align: top;
}

table#bloczki td#lewa,
table#bloczki td#srodkowa {
  width: 33%;
  padding: 0 12px 0 0;
  vertical-align: top;
}

table#bloczki td#prawa {
  width: 33%;
  padding: 0;
  vertical-align: top;
}



table#bloczki-koniec {
  width: 100%;
  border-collapse: collapse;
}

table#bloczki-koniec td#koncowa {
  padding: 0;
  vertical-align: middle;
}
