* {
    margin: 0pt;
    padding: 0pt;
}

body {
    background: #678fa8 url('images/bck_body.jpg') repeat;
    text-align: center;
    font-family: Arial, sans-serif;
    color: #000;
    font-size: 12px;
    line-height: 20px;
}

#content {
    background-color: #FFF;
    width: 780px;
    margin: 0 auto;
    text-align: justify;
    margin-top: 15px;
    margin-bottom: 15px;
}

#top {
    width: 770px;
    height: 283px;
    background-color: #FFF;
    margin: 0 auto;
    border-top: 5px solid white;
}

#menu {
    width: 770px;
    height: 43px;
    background-image: url('images/bck_menu.jpg');
    background-repeat: repeat;
    background-color: #59788C;
    margin: 0 auto;
}

#navcontainer ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: block;
    float: left;
    background: url('images/bck_alink.jpg') repeat-x 20px;
    font: 14px "Arial", verdana, sans-serif;
    text-align: center;
    margin-top: 4px;
}

#navcontainer a {
    color: white;
    text-decoration: none;
    display: block;
    width: 127px;
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #c4d1da;
    padding: 9px 0;
    font-weight: bold;
}

#navcontainer li#active {
    background: url('images/bck_hov.jpg') repeat-x 20px;
}

#navcontainer a:hover {
    background: url('images/bck_hov.jpg') repeat-x 20px;
}

#text {
    width: 770px;
    margin: 0 auto;
    border-bottom: 5px solid white;
}

#foot {
    margin: 0 auto;
    padding: 5px 0px;
    vertical-align: middle;
    font-size: 11px;
}

#foot a {
    color: #fff;
    text-decoration: none;
    padding: 0px 5px;
}

#foot a:hover {
    color: #fff;
    text-decoration: none;
    padding: 0px 5px;
}

h1 {
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0;
}

h2 {
    font-size: 15px;
    font-weight: bold;
    padding: 5px 0;
}

h3 {
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0;
}

.img {
    border: 0px;
    background-color: #FFF;
    background: url('images/loader.gif') no-repeat 50% 50%;
}

.galeria {
    border: 2px solid #6890AA;
    background-color: #FFF;
    background: url('images/loader.gif') no-repeat 50% 50%;
    margin: 26px;
}

a.linki:link {
    color: #4c697b;
    text-decoration: none;
    font-variant: normal;
}

a.linki:active {
    color: #4c697b;
    text-decoration: none;
    font-variant: normal;
}

a.linki:visited {
    color: #4c697b;
    text-decoration: none;
    font-variant: normal;
}

a.linki:hover {
    color: #4c697b;
    text-decoration: none;
    font-variant: normal;
    border-bottom: 1px dotted #4c697b;
}

.wykaz ul, ul li {
    margin-left: 15px;
    background: #fff url('images/wykaz.jpg') no-repeat left center;
    padding-left: 16px;
    list-style: none;
    line-height: 20px;
}

img {
    border: 0px;
}