html, body {
    margin: 0;
    padding: 0;
}

body {
    text-align: center;
    font: 13px Verdana, Arial, Helvetica, sans-serif;
    background: #FFF url('img/tlo_top.jpg') repeat-x;
    color: #6E6E6E;
}

a {
    text-decoration: none;
    color: #E2B1FF;
}

img {
    border: 0;
}

#body_stopka {
    background: url('img/tlo_stopka.jpg') repeat-x bottom;
    width: 100%;
    height: 100%;
    float: left;
}

#calosc {
    width: 987px;
    margin: 0 auto;
}

#naglowek {
    background: url('img/top.jpg') no-repeat;
    width: 987px;
    float: left;
    height: 100%;
    clear: left;
}

#stopka {
    background: #330066 url('img/stopka.jpg') no-repeat;
    float: left;
    width: 987px;
    height: 30px;
    padding-top: 90px;
    font-weight: bold;
    text-align: right;
}

#top {
    height: 50px;
    width: 987px;
    float: left;
}

#logo {
    height: 150px;
    width: 350px;
    float: left;
    margin: 10px 0;
    cursor: pointer;
}

#srodek {
    height: 100%;
    width: 947px;
    float: left;
    margin: 10px 20px;
}

.pole {
    width: 315px;
    float: left;
    display: block;
    color: #6E6E6E;
}

.pole p, .pola p {
    text-align: left;
    margin: 5px 10px;
}

.pole img, .pola img {
    padding: 5px 20px 10px;
    float: left;
}

.pole:hover {
    color: #003;
}

.pole h2, .pole h1, .pola h2, .pola h1 {
    margin: 0;
    padding: 5px 0 3px 0;
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    color: #4A4A4A;
}

.pola {
    width: 632px;
    float: left;
    display: block;
    color: #6E6E6E;
    text-align: left;

}

.pole a, .pola a {
    color: #606;
}

ul, ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#top ul {
    padding-top: 15px;
}

#top ul li {
    display: block;
    float: right;
    margin-left: 30px;
    color: #FCF;
    font-weight: bold;
}

#home {
    background: url('img/home.png') no-repeat;
    float: left;
    margin-top: 15px;
    padding-left: 25px;
    color: #FCF;
    font-weight: bold;
}

