#content1 > p, #content2 > p {
  margin-left: 40px;
  margin-top: 20px;
  text-align: justify;
}

p.error {
  color: red;
}

td.right {
  text-align: right;
}

                        /* ogólne */
td {
  padding: 7px;
}

img {
  border: 0px;
}

body {
  background-color: #ceced8;
  margin-top: 0px;
  text-align: center;
  font-family: arial, helvetica;
  font-size: 12px;
  color: #07008e;
}

                        /* Linki */

a.menu {
  display: block;
  background-color: transparent;
  background-image: url('/images/button.png');
  width: 110px;
  height: 33px;
  background-repeat: no-repeat;
  text-align: center;
  margin: 0px auto;
  color: white;
  font-weight: bold;
  text-decoration: none;
  padding-top: 7px;
  display: inline;
  float: left;
}

a.menu:hover {
  background-position: 0px -82px;
}

a.mcurrent:link, a.mcurrent:visited {
  /* link do strony, na której już jesteśmy */
  padding-top: 9px;
  background-position: 0px -41px;
  cursor: default;
}

a.link2:link, a.link2:visited {
  font-weight: bold;
  color: #10bd8e;
  text-decoration: none;
}

a.link2:hover, a.link2:active {
  text-decoration: underline;
}

a.tcurrent:link, a.tcurrent:visited {
  /* link do strony, na której już jesteśmy */
  cursor: default;
  color: #07008e;
}

img.submenu {
  margin-bottom: 15px;
  margin-left: -10px;
}

.strony_nav {
  text-align: right;
  margin-right: 40px;
  margin-bottom: 30px;
}

                        /* DIV */

#container {
  text-align: left;
  margin-top: 0px;
  margin: auto;
  width: 950px;
  _width: 970px;
  background-color: #f4f4ff;
  background-image: url('/images/bkgrnd.png');
  background-repeat: repeat-x;
  padding: 0px;
}

#logo {
  margin-top: 53px;
  margin-left: 40px;
}

#menu {
  text-align: center;
  margin-top: 30px;
  margin-left: 0px;
  height: 40px;
  border-bottom: 1px dotted;
  padding-left: 120px;
  margin-right: 0px;
  padding-bottom: 10px;
}

#submenu {
  position: absolute;
  font-weight: bold;
  width: 170px;	
  padding: 1.5em;
  line-height: 200%;
  margin-left: 0px;
  margin-top: 0px;
  height: 830px;
  float: left;
  z-index: 1;
}

#content1 {
  margin-top: 20px;
  margin-bottom: 50px;
  width: 720px;
  float: left;
}

#content2 {
  margin-right: 5px;
  margin-bottom: 50px;
  padding-top: 20px;
  _height: 830px; /* IE hack */
  min-height: 830px;
  float: right;
  width: 750px;
  border-left: 1px dotted;
  padding-right: 30px;
}

#footer {
  clear: both;
}

#zgodnosc {
  text-align: right;
  margin-top: 80px;
  margin-right: 40px;
}

#zgodnosc img {
  margin-left: 40px;
  margin-bottom: 50px;
}

.centr {
  text-align: center;
}

#partners {
  margin-bottom: 30px;
  text-align: center;
}

.dopisek {
  margin-top: 40px;
  font-size: 10px;
  padding-bottom: 20px;
}

                        /* Bannery */
.banner_top {
  margin-left: 60px;
  border-style: solid;
  border-width: 1px;
}

div#banner2 {
  width: 200px;
  margin-top: 20px;
  margin-left: 10px;
  float: right;
}

div#banner2 img, div#banner2 object { /* banner po prawej */
  margin-top: 30px;
  border: 1px solid;
}

.banner_submenu {
  border: 1px solid;
  margin-top: 40px;
}

                       /* Teksty */

hr {
  width: 850px;
  background-color: #0900ba;
  color: #0900ba;
  height: 0px;
  text-align: center;
}

hr.submen {
  width: 100%;
  height: 0px;
}

h1 {
  font-size: 18px;
  margin-left: 90px;
  margin-top: 20px;
}

p {
  margin-left: 60px;
  margin-top: 20px;
}

.spacer {
  color: #10bd8e;
}