.body, html {
    background-image: url('../grafika/background.jpg');
    background-repeat: repeat;
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: normal;
}

#content {
    width: 790px;
    margin: 0 auto;
    border: 5px solid white;
}

#top {
    width: 790px;
    height: 250px;
    border-bottom: 5px solid white;
}

#menu_box {
    width: 790px;
    height: 36px;
    background-image: url('../grafika/menu.jpg');
    background-repeat: repeat-x;
    border-bottom: 5px solid white;
    text-align: center;
}

#tresc {
    width: 790px;
    background-color: #FFF;
    min-height: 300px;
    text-align: justify;
    font-size: 15px;
    color: #512c05;
    line-height: 20px;
}

.tresc_lewa {
    width: 200px;
    float: left;
}

.tresc_prawa {
    width: 580px;
    padding: 5px 5px 0 5px;
    float: right;
}

#bottom {
    width: 790px;
    background: #A17544 url('../grafika/menu.jpg') repeat;
    text-align: left;
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
}

#kom {
    padding: 8px;
    float: left;
}

#www {
    padding: 8px;
    float: right;
}

.buttony {
    width: 780px;
    padding-top: 5px;
    text-align: center;
    margin: 0 auto;
}

a.linki-menu:link {
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}

a.linki-menu:active {
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}

a.linki-menu:visited {
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}

a.linki-menu:hover {
    color: #EFEFEF;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}

#menu {
    display: block;
    list-style: none;
    margin: 0px;
    padding: 8px;
}

#menu li {
    display: inline;
    white-space: nowrap;
    padding: 8px;
    padding-left: 12px;
    padding-right: 12px;
}

a.hydraulik:link {
    color: #FFF;
    text-decoration: none;
    font-variant: normal;
}

a.hydraulik:active {
    color: #FFF;
    text-decoration: none;
    font-variant: normal;
}

a.hydraulik:visited {
    color: #FFF;
    text-decoration: none;
    font-variant: normal;
}

a.hydraulik:hover {
    color: #FFF;
    text-decoration: none;
    font-variant: normal;
}

a:link {
    color: #331a00;
    text-decoration: none;
    font-variant: normal;
}

a:active {
    color: #331a00;
    text-decoration: none;
    font-variant: normal;
}

a:visited {
    color: #331a00;
    text-decoration: none;
    font-variant: normal;
}

a:hover {
    color: #630;
    text-decoration: none;
    font-variant: normal;
}

.wykaz {
    text-align: left;
    list-style-image: url('../grafika/wykaz.jpg');
}

img {
    border: 0px;
}

h1 {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: bold;
}

/* KSIEGA GOSCI */
.komunikat {
    border: 1px solid black;
    width: 300px;
    padding: 20px;
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
    font-family: Verdana;
    font-size: 12px;
}

/* Wpisy dotyczace wyswietlania kolejnych wpisow */
.wpis {
    width: 760px;
    margin: auto;
    margin-bottom: 20px;
    font-family: Verdana;
    font-size: 12px;
}

.data {
    float: left;
    padding-left: 15px;
}

.autor {
    float: right;
    padding-right: 15px;
    text-align: right;
}

#guziki {
    width: 300px;
    padding-bottom: 20px;
    margin: auto;
    font-family: Verdana;
    font-size: 12px;
}

/* Wpisy dotyczace samych inputow */
.input {
}

.textarea {
}

#token {
}

#button {
}

/* Wpisy dotyczace tabeli w ktorej znajduje sie formularz */
#tabela {
    margin: auto;
    font-family: Verdana;
    font-size: 12px;
}

.tytul {
    text-align: right;
}

.pole {
    text-align: left;
}

.wyslij {
    text-align: right;
}