body {
    background: url('grafika/bck_top.jpg') no-repeat top;
    color: #952124;
    font-family: Georgia, Times New Roman, serif;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    background-color: #FFF;
    line-height: 18px;
}

.top {
    width: 710px;
    margin: 0 auto;
}

ul#navlist {
    margin-left: 0;
    padding-left: 0;
    white-space: nowrap;
    font-size: 16px;
    padding-bottom: 5px;
}

#navlist li {
    display: inline;
    list-style-type: none;
}

#navlist a {
    padding: 3px 10px;
}

#navlist a:link, #navlist a:visited {
    color: #e25961;
    text-decoration: none;
}

#navlist a:hover {
    color: #fff;
    background-color: #e25961;
    text-decoration: none;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
    color: #fff;
    background-color: #e25961;
    text-decoration: none;
}

.content {
    width: 100%;
    background-color: #f5f5f5;
    text-align: justify;
}

.top_line {
    width: 100%;
    height: 9px;
    background-image: url('grafika/line_top.jpg');
    background-repeat: repeat-x;
}

.tresc {
    width: 680px;
    background-color: #f5f5f5;
    margin: 0 auto;
    padding: 8px 10px 10px 10px;
    text-align: justify;
    line-height: 20px;
}

.bottom_line {
    width: 100%;
    height: 9px;
    background-image: url('grafika/line_bottom.jpg');
    background-repeat: repeat-x;
}

.bottom {
    width: 710px;
    height: 40px;
    margin: 0 auto;
    text-align: left;
}

.img_main {
    height: 310px;
    width: 710px;
    margin-top: 20px;
    background-color: #FFF;
}

img {
    border: 0px;
}

.img_galeria {
    border: 3px solid #FFE6EF;
    margin: 5px;
}

h1 {
    font-size: 16px;
}

h2 {
    font-size: 15px;
}

h3 {
    font-size: 14px;
}

h5 {
    font-size: 14px;
}

.content a {
    text-decoration: underline;
    color: #952124;
}

.content a:hover {
    text-decoration: none;
    color: #952124;
}

a.linki:link {
    text-decoration: none;
    color: #952124;
    border-bottom: 1px dotted #952124;
}

a.linki:active {
    text-decoration: none;
    color: #952124;
    border-bottom: 1px dotted #952124;
}

a.linki:visited {
    text-decoration: none;
    color: #952124;
    border-bottom: 1px dotted #952124;
}

a.linki:hover {
    text-decoration: none;
    color: #952124;
    border-bottom: 1px solid #952124;
}

a.links:link {
    text-decoration: none;
    color: #952124;
}

a.links:active {
    text-decoration: none;
    color: #952124;
}

a.links:visited {
    text-decoration: none;
    color: #952124;
}

a.links:hover {
    text-decoration: none;
    color: #952124;
}

ul.wykaz li {
    margin-left: 15px;
    background: url('grafika/wykaz.jpg') no-repeat left center;
    padding-left: 16px;
    list-style: none;
}

.skocz {
    position: absolute;
    right: 5px;
    top: 5px;
}

.meble {
    position: absolute;
    left: 5px;
    top: 5px;
}

.img_galeria {
    height: 150px;
    width: 200px;
    border: 3px solid #FFE5EE;
    margin: 8px;
}

/* KSIEGA GOSCI */
.komunikat {
    border: 1px solid black;
    width: 300px;
    padding: 20px;
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
    font-size: 13px;
}

/* Wpisy dotyczace wyswietlania kolejnych wpisow */
.wpis {
    width: 670px;
    margin: auto;
    margin-bottom: 20px;
    font-size: 13px;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #F1F1F1;
}

.data {
    float: left;
    padding-left: 15px;
}

.autor {
    float: right;
    padding-right: 15px;
    text-align: right;
}

#guziki {
    width: 300px;
    padding-bottom: 20px;
    margin: auto;
    font-size: 12px;
}

/* Wpisy dotyczace samych inputow */
.input {
}

.textarea {
}

#token {
}

#button {
}

/* Wpisy dotyczace tabeli w ktorej znajduje sie formularz */
#tabela {
    margin: auto;
    font-size: 12px;
}

.tytul {
    text-align: right;
}

.pole {
    text-align: left;
}

.wyslij {
    text-align: right;
}