* {
    margin: 0pt;
    padding: 0pt;
}

body {
    background-color: #e1e1e1;
    color: #333333;
    font-size: 11px;
    font-family: Tahoma, Arial, sans-serif;
    text-align: center;
    background-image: url('../images/bck_body.jpg');
    background-repeat: repeat-x;
}

#content {
    width: 771px;
    margin: 0 auto;
    text-align: justify;
}

#top {
    width: 771px;
    height: 180px;
    background-image: url('../images/bck_top.jpg');
}

#menu {
    width: 771px;
    height: 49px;
    background-image: url('../images/menu/bck_menu.jpg');
    background-repeat: repeat-x;
}

#tresc {
    width: 757px;
    height: auto;
    padding: 10px 7px 0px 7px;
    background-color: #FFF;
    color: #333333;
    font-size: 12px;
    line-height: 20px;
}

#tresc_lewa {
    float: left;
    width: 296px;
}

#tresc_prawa {
    float: right;
    width: 455px;
    line-height: 20px;
}

#animacja {
    width: 290px;
    height: 193px;
    background-color: #E1E1E1;
    border: 3px solid #E1E1E1;
}

#adsense {
    width: 728px;
    height: 90px;
    padding: 5px 38px;
    background-color: #2d2d2d;
}

#bottom {
    width: 771px;
    height: 20px;
}

#bottom_left {
    float: left;
}

#bottom_menu {
    float: right;
}

#bottom a {
    color: #333333;
    text-decoration: none;
    padding: 0px 5px;
}

#bottom a:hover {
    color: #333333;
    text-decoration: underline;
    padding: 0px 5px;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #333333;
    text-decoration: underline;
}

img {
    border: 0px;
}

table {
    border: 0px;
    width: 100%;
}

td {
    padding: 6px;
    background-color: #e1e1e1;
    width: 100%;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

ul.wykaz li {
    margin-left: 10px;
    background: url('../images/wykaz.jpg') no-repeat left center;
    padding-left: 20px;
    list-style-type: none;
    line-height: 18px;
}

h1 {
    font-size: 24px;
    padding: 20px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
}

h2 {
    color: #d76800;
    font-size: 18px;
    font-family: Helvetica, Arial;
    font-weight: normal;
    padding: 3px 0px;
}

h3 {
    color: #d76800;
    font-size: 14px;
    padding: 5px 0px;
}

.img_galeria {
    width: 200px;
    height: 150;
    background: #E1E1E1 url('../images/loading.gif') no-repeat 50% 50%;
    border: 3px solid #E1E1E1;
    margin: 13px;
}