table.zadania {
  margin: 0 auto;
}

table.zadania td {
  padding: 2px 20px;
  font-size: 14px;
  text-align: center;
  vertical-align: top;
}

table.zadania img {
  margin: 10px 15px;
  border-width: 0;
}



table.slownik {
  width: 100%;
  margin-bottom: 10px;
  border-collapse: collapse;
}

table.slownik td {
  border-bottom: 1px solid #e9d3a1;
  padding: 3px 3px 3px 12px;
  font-size: 12px;
  vertical-align: top;
}

table.slownik tr.odstep td {
  padding-top: 12px;
}



table.zdjecia {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}

table.zdjecia div.zdjecie {
  position: relative;
  width: 280px;
  margin: 5px auto;
}

table.zdjecia div.nr {
  position: absolute;
  top: 15px;
  width: 50px;
  height: 50px;
  padding-top: 20px;
  background-image: url(../grafika/kolko-nr.gif);
  background-repeat: no-repeat;
  background-position: center;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

table.zdjecia img {
  margin-left: 30px;
  border: 5px solid #ffffff;
}

table.zdjecia td.opisz-sam {
  padding-top: 30px;
  text-align: center;
}



img.zdjecie {
  display: block;
  margin: 20px auto;
  border: 8px solid #ffffff;
}

#przycisk {
  text-align: center;
}

#slowniczek {
  margin-top: 24px;
  padding: 10px 20px;
  background-color: #e9d3a1;
}

#slowniczek p {
  margin: 0;
  font-style: italic;
}

#liczba-slow {
  font-style: italic;
  text-align: right;
}



#twoj-opis p, #twoj-opis h2,
#twoja-wypowiedz p, #twoja-wypowiedz h2 {
  font-weight: bold;
  text-align: center;
}

#twoj-opis textarea,
#twoja-wypowiedz textarea {
  width: 640px;
  height: 100px;
  font-family: verdana, tahoma, sans-serif;
  font-size: 12px;
}

#twoja-wypowiedz table {
  margin: 0 auto;
}

#twoja-wypowiedz td.dolna {
  padding: 14px 30px;
  font-size: 12px;
  font-weight: bold;
  vertical-align: top;
}

#twoja-wypowiedz td.prawa {
  padding-top: 9px;
  text-align: right;
}



div.luki p {
  line-height: 1.8em;
}

div.luki input {
  width: 80px;
  border: 1px solid #993300;
  font-size: 11px;
  text-align: center;
}

div.luki input.poprawne {
  color: #00aa00;
}

div.luki input.bledne {
  color: #ff0000;
}

div.luki i {
  color: #993300;
}

div.aktywne input {
  border: 1px solid #0055ff;
}

div.aktywne i {
  color: #0055ff;
}

div.odwiedzone input {
  border: 1px solid #000000;
}

div.odwiedzone i {
  color: #000000;
}

p.sprawdz {
  margin-right: 20%;
  margin-bottom: 24px;
  text-align: right;
}

span.klucz {
  margin-left: 5px;
  padding: 2px 5px;
  background-color: #ffffdd;
  font-weight: bold;
}



hr.odstepy {
  margin: 24px 0;
}