body {
    margin-top: 0px;
    color: #998675;
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    text-align: justify;
}

h3 {
    color: #000000;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

h4 {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}

h5 {
    color: #000000;
    font-size: 14px;
    display: inline;
    font-weight: bold;
}

h6 {
    color: #a864a8;
    font-weight: bold;
    display: inline;
    font-size: 14px;
}

a {
    color: #a864a8;
}

a:hover {
    color: #000000;
}

.dolStrony strong a:hover  {
    text-decoration: underline;
}

.img_middle {
    vertical-align: middle;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.justify {
    text-align: justify;
}

.left {
    text-align: left;
}

a.przycisk, a.przyciskSzeroki {
    display: block;
    color: #ffffff;
    text-decoration: none;
    height: 32px;
    text-align: center;
    line-height: 32px;
    margin: auto;
    font-weight: bold;
}

a.przycisk:hover, a.przyciskSzeroki:hover {
    color: #000000;
    text-decoration: none;
}

strong a.przycisk:hover, strong a.przyciskSzeroki:hover {
    color: #000000;
    text-decoration: none;
}

a.przycisk {
    width: 140px;
    background: url(../img/przycisk.jpg);
}

a.przyciskSzeroki {
    width: 177px;
    background: url(../img/przycisk_dlugi.jpg);
}

a img {
    border: none;
}

.otaczajZPrawej {
    float: left; 
    margin-right: 10px;
}

.nazwLinku {
    width: 100%;
    background-color: #EDC9F0;
    color: #000000;
    padding: 5px;
}

table tr td p {
    margin: 0px;
} 

.nrStron {
    clear: both;
}

.nrStron .ui-widget {
    font-size: 11px;
    color: #a864a8;
}


