/* użyte kolory:
   #002000      (ciemnozielony)         - tło
   #004000      (zielony)               - tło
   #FFFFFF      (biały)                 - tło treści
   #000000      (czarny)                - tekst w treści
   #DBE0E0      (srebrny)               - tło nagłówka, stopki i menu
*/

body { 
  background-color: #004000;
  font-family:      Arial, Verdana, sans-serif;
  font-size:        small;
  margin:           0px auto;
  text-align:       justify;
  width:            930px;
}

#glowny {
  background-color: #FFFFFF;
  padding:          20px 30px 10px 30px;
  margin:           15px 15px 0px 15px;
  line-height:      1.5em;
}

h1 {
  color:            #002000;
  padding-top:      20px;
  border-bottom:    thin dotted #002000;
  font-size:        23px;
}

h2 {
  color:            #004000;
  padding-top:      10px;
  margin-bottom:    -10px;
  font-size:        18px;
}

a:link {
  color:            #191970;
  text-decoration:  none;
  border-bottom:    thin dotted #191970;
}

a:visited {
  color:            #006400;
  text-decoration:  none;
  border-bottom:    thin dotted #006400;
}

a.LaczeBezLinii {
  text-decoration:  none;
  border:           0;
}

img {
  border:           0;
}

.MottoLacinskie {
  padding:          30px 0px 0px 0px;
  text-align:       center;
  font-size:        18px;
  line-height:      1.5em;
  font-style:       italic;
}

.MottoPolskie {
  padding:          0px 0px; 0px 0px;
  text-align:       center;
  font-size:        15px;
  line-height:      1.5em;
}

.Podpis {
  text-align:       right;
  font-size:        15px;
}


.Pogrubiony {
  font-weight:      bold;
}

.Kursywa {
  font-style:       italic;
}

.Srodek {
  text-align:       center;
}

.NazwaFirmy {
  font-weight:      bold;
  font-size:        medium;
  color:            #002000;
}


table.TabelaSrodek {

  margin-left:      auto;
  margin-right:     auto;
}

.TabelaSrodek  td {
  table-layout:     fixed;
  text-align:       center;
  width:            300px;
  vertical-align:   top;
}

td.SzerokaKomorka  {
  width:            100px;
}

.Partner {
  padding:          0px 0px 0px 15px;
}

