html, body {
    height: 100%;
  }

body {
    margin: 0px;
    background-color: #878668;
    background-image: url("grafika/tlo.gif");
    font-family: Verdana, Arial, sans;
  }

a:hover {
    text-decoration: underline;
  }

a {
    text-decoration: none;
    color: #5C2619;
    font-weight: bold;
  }

a.menu {
    color: #c6a39a;
    font-variant: small-caps;
    font-weight: normal;
  }

a.menu_on {
    color: black;
    font-variant: small-caps;
    font-weight: normal;
  }
  

a.posel {
    text-decoration: none;
    background-color: inherit;
    font-weight: normal;
    color: #700000;
  }

a.posel:hover {
  text-decoration: underline;
  color: #700000;
}

a.ip {
  text-decoration: none;
  background-color: inherit;
  font-weight: bold;
  color: #514ca5;

}

a.ip:hover {
  text-decoration: underline;
  color: #514ca5;
}

.nazwa {
    font-variant: small-caps;
    font-size: x-large;
    letter-spacing: 5px;
  }

#menu_bg {
    position: absolute;
    top: 100px;
    font-size: small;
    text-align: center;
    height: 20px;
    width: 100%;
    background-color: #e5e2d7;
    z-index: -1;
  }

#footer_bg {
    position: relative;
    top: -12px;
    font-size: xx-small;
    text-align: center;
    height: 12px;
    width: 100%;
    background-color: #e5e2d7;
    z-index: -1;
  }
    

#tab0 {
    position: relative;
    min-height: 100%;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #e8f0d9;
  }

#shadow_l {
    position: absolute;
    float: left;
    top: 0px;
    left: -25px;
    width: 25px;
    height: 100%;
    background-image: url("grafika/shadow_l.png");
    background-repeat: repeat-y;
  }

#shadow_r {
    position: absolute;
    float: right;
    top: 0px;
    right: -25px;
    width: 25px;
    height: 100%;
    background-image: url("grafika/shadow_r.png");
    background-repeat: repeat-y;
  }

#tab1 {
    height: 100px;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #a16859;
  }

#tab2 {
    position: relative;
    vertical-align: center;
    font-size: small;
    height: 20px;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #5C2619;
  }

#menu {
    position: absolute;
    float: left;
    width: 150px;
    height: 20px;
    text-align: center;
  }

#menu_on {
    position: absolute;
    float: left;
    width: 150px;
    height: 20px;
    text-align: center;
    background-color: #e8f0d9;
  }


#tab3 {
    vertical-align: top;
    font-size: small;
    width: 560px;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    background-color: #e8f0d9;
    padding: 20px;
  }

#tab4 {
    position: absolute;
    bottom: 0px;
    vertical-align: center;
    font-size: xx-small;
    height: 12px;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #a16859;
    background-color: #5C2619;
  }


.tytul {
    font-variant: small-caps;
    font-size: medium;
    border-bottom: 1px solid black;
  }

.news_t {
    font-size: small;
    font-weight: bold;
    border-bottom: 1px solid black;
  }

.tab_g {
    background: url("grafika/kolumna.png");
    background-repeat:repeat-x;
  }


fieldset {
	border: 1px solid #C5B797;
}


acronym {
	color: #3084AB;
}

.it_text {
  text-align: justify;
  text-indent: 50px;

}

