* {
  margin: 0px; padding: 0px;
}

body {
  font-family: Verdana, sans-serif;
  font-size: 10pt;
  color: rgb(63, 52, 51);
  background-color: rgb(236, 236, 228);
  text-align: center;
}

h1 {
  font-size: 1.2em;
  font-weight: bold;
  text-align: right;
  background-image: url("../img/logo_m.jpg");
  background-repeat: no-repeat;
  background-position: right top;
  padding-right: 55px;
  height: 31px;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 1em;
  margin-right: 0.75em;
}

h2 {
  font-size: 1.05em;
  font-weight: bold;
  text-align: left;
  margin-top: 2.5em;
  margin-bottom: 0.75em;
  margin-left: 2.4em;
  margin-right: 1em;
  border-bottom: 1px dotted blue;
}

p, li {
  text-align: justify;
  text-indent: 1.5em;
  line-height: 1.3em;
  margin-left: 1em;
  margin-right: 1em;
}

li {
  text-indent: 0em;
}

p.srodtyt {
  font-weight: bold;
  margin-top: 0.75em;
  margin-bottom: 0.25em;
  border-left: 5px solid gray;
}

p.podpis_ilustr {
  text-align: center;
  text-indent: 0em;
  font-weight: bold;
  margin-bottom: 2em;
}

p.autor {
  font-weight: bold;
  text-decoration: small-caps;
  text-align: right;
  margin-bottom: 2em;
}

p.pytanie {
  font-weight: bold;
  margin-top: 1.5em;
  margin-bottom: 1em;
}

p.stopka {
  text-align: center;
  text-indent: 0em;
  padding-top: 3em;
  padding-bottom: 1em;
  clear: left;
}

img {
  margin-top: 1em;
  margin-bottom: 1em;
}

a:link {
  color: #004000;
  text-decoration: none;
  font-weight: bold;
}

a:visited {
  color: #004000;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  text-decoration: none;
  font-weight: bold;
  color: #004000;
  background-color: rgb(240, 240, 192);
}

ol {
  text-align: left;
  margin-left: 2.8em;
}

ul {
  text-align: left;
  margin-left: 2.8em;
}

sub {
  font-size: 0.6em;
  vertical-align: -20%;
}

.nowosc {
  font-weight: bold;
  color: #f00;
}

/* =============================== Obszary strony =============================== */

#baner {
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  clear: both;
  margin-top: 15px;
  background-image: url("../img/baner.jpg");
  background-repeat: no-repeat;
  border: 1px solid blue;
}

#menu_glowne {
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  clear: both;
  border: 1px solid blue;
}

#poz_menu {
  display: inline;
  width: 16%;
  float: left;
  clear: none;
  padding-top: 1em;
  padding-bottom: 1em;
}

#tresc {
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  clear: both;
  border-top: 1px dotted blue;
}

#menu_podr {
  width: 150px;
  float: left;
  clear: left;
  text-align: left;
}

#menu_podr ul {
  list-style-type: none;
  margin: 1em;
}

#menu_podr ul li {
  margin-bottom: 0.75em;
  text-align: left;
}


#teksty {
  width: 648px;
  float: right;
  clear: right;
  margin-bottom: 2em;
  border-left: 1px dotted blue;
}

#rekord {
  width: 600px;
  float: left;
  clear: left;
  margin-left: 2.5em;
  margin-bottom: 1.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px dotted blue;
}

#rekord img {
  margin-right: 1em;
  float: left;
  clear: left;
}

#rekord img.prawy {
  margin-left: 1em;
  margin-right: 0em;
  float: right;
  clear: right;
}

#rekord p {
  margin-top: 1em;
}

#stopka {
  width: 648px;
  clear: both;
  margin-top: 2em;
  margin-bottom: 2em;
}

#stopka p {
  font-size: 0.9em;
  text-indent: 0em;
  text-align: center;
}

