* {
    margin: 0pt;
    padding: 0pt;
}

body {
    background-image: url('../images/pattern_149.gif');
    color: #A40E0E;
    font-size: 14px;
    font-family: Georgia, Times New Roman, serif;
    text-align: center;
}

#podstawa {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -125px 0 0 -250px;
    width: 500px;
    height: 250px;
    background: url('../images/krawcowa.jpg');
    border: 4px solid white;
}

#text {
    background-color: white;
    padding: 30px 0px;
	 margin:75px 0px;
}

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;
}

img {
    border: 0px;
}

h1 {
    font-size: 18px;
    font-weight: bold;
    color: #A40E0E;
}

h2 {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 5px;
}

h3 {
    font-size: 13px;
    font-weight: bold;
    padding: 5px;
}

a {
    color: #515151;
    text-decoration: none;
}

a:hover {
    color: #515151;
    text-decoration: underline;
}

table.oferta {
    border: 1px solid #B0B0B0;
    width: 100%;
    background-color: #FFF;
}

.oferta td {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #B0B0B0;
}