* {
    margin: 0pt;
    padding: 0pt;
}

body {
    background-color: #1D1D1D;
    background-image: url('../images/www/bg.jpg');
    background-repeat: repeat;
    color: #202020;
    font-size: 13px;
    font-family: trebuchet MS, Arial, sans-serif;
    text-align: center;
}

.container {
    width: 771px;
    height: auto;
    margin: 0 auto;
}

.top {
    width: 771px;
    height: 68px;
}

.menu {
    width: 771px;
    height: 54px;
    background-color: #FFF;
}

.animacja {
    width: 771px;
    height: 301px;
    background-image: url('../images/www/animacja.jpg');
    background-repeat: no-repeat;
    margin: 0 auto;
    background-color: #FFF;
}

.tresc {
    width: 751px;
    padding: 10px;
    text-align: justify;
    background-color: #FFF;
}

.bottom {
    background: url('../images/www/bg_bottom.jpg') no-repeat top;
    padding: 15px 0px;
    color: #FFF;
}

.bottom a {
    color: #FFF;
    text-decoration: none;
    padding: 0px 7px;
}

.bottom a:hover {
    color: #FFF;
    text-decoration: underline;
    padding: 0px 7px;
}

.galeria {
    width: 150px;
    height: 100px;
    padding: 2px;
    border: 1px solid #E1E1E1;
    background: #E0E0E0 url('../images/loading.gif') no-repeat 50% 50%;
    margin: 4px 12px;
}

img {
    border: 0px;
}

h1 {
    color: #FFF;
    font-family: "Trebuchet MS", arial;
    font-weight: lighter;
    text-align: center;
    padding: 16px 0px;
}

h2 {
    color: #303030;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
}

h3 {
    color: #303030;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 0px;
}

h4 {
    color: #303030;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0px;
}

ul li {
    margin-left: 10px;
    background: url('../images/wykaz.jpg') no-repeat left center;
    padding-left: 20px;
    list-style-type: none;
    line-height: 18px;
}

a {
    color: #101010;
    text-decoration: underline;
}

a:hover {
    color: #101010;
    text-decoration: none;
}