* {
    margin: 0pt;
    padding: 0pt;
}

body {
    background-color: #fff;
    color: #13120e;
    font-size: 12px;
    font-family: Tahoma, Arial, sans-serif;
    text-align: center;
}

#container {
    width: 928px;
    height: auto;
    margin: 0 auto;
    background-color: #FFF;
}

#menu {
    width: 928px;
    height: 56px;
    background-image: url('../images/www/menu_bg.jpg');
    background-repeat: repeat-x;
}

#head {
    width: 928px;
    height: 228px;
    background-image: url('../images/www/head.jpg');
}

#text {
    width: 908px;
    height: auto;
    text-align: justify;
    padding: 10px 10px 10px 10px;
    line-height: 18px;
}

#text_left {
    float: left;
    width: 489px;
    height: 100%;
    padding-right: 10px;
    background: url('../images/www/border_pion.jpg') repeat-y right;
    padding-bottom: 10px;
}

#text_right {
    float: right;
    width: 398px;
    padding-left: 10px;
}

#bottom {
    background: #F2F2F2 url('../images/www/bottom.jpg') no-repeat;
    width: 908px;
    height: 13px;
    padding: 12px 10px 24px 10px;
    font-size: 11px;
}

#bottom_left {
    float: left;
    text-align: left;
}

#bottom_left a {
    color: #CA251F;
    text-decoration: none;
}

#bottom_left a:hover {
    color: #CA251F;
    text-decoration: underline;
}

#bottom_right {
    float: right;
}

#bottom_right a {
    color: #13120e;
    text-decoration: none;
    padding: 0px 6px;
}

#bottom_right a:hover {
    color: #13120e;
    text-decoration: underline;
    padding: 0px 6px;
}

img {
    border: 0px;
}

.galeria {
    background: #fff url('../images/loading.gif') no-repeat 50% 50%;
    padding: 2px;
    border: 1px solid #9B0100;
    margin: 9px;
    width: 200px;
    height: 150px;
}

.galeria_index {
    background: #fff url('../images/loading.gif') no-repeat 50% 50%;
    padding: 2px;
    border: 1px solid #9B0100;
    margin: 9px;
    width: 140px;
    height: 187px;
}

.imp {
    background: url('../images/www/imp.jpg') no-repeat left center;
    color: #007e43;
    font-family: helvetica;
    font-weight: bold;
    font-size: 16px;
    padding-left: 15px;
    margin: 10px 0px;
}

.both {
    clear: both;
    background: url('../images/www/border_poziom.jpg') repeat-x;
    width: 100%;
    height: 1px;
}

ul.wykaz li {
    margin-left: 10px;
    background: url('../images/www/wykaz.jpg') no-repeat left center;
    padding-left: 20px;
    list-style-type: none;
    line-height: 18px;
}

a {
    color: #CA251F;
    text-decoration: none;
}

a:hover {
    color: #CA251F;
    text-decoration: underline;
}

ul {
    list-style-type: circle;
    list-style-position: outside;
    margin-left: 20px;
}