body {
    background: #7d0000 url('../images/www/bg_top.jpg') center top no-repeat;
    font-size: 12px;
    font-family: Tahoma, Arial, sans-serif;
    color: #303030;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

#container {
    width: 940px;
    margin: 0 auto;
    text-align: justify;
}

#top {
    width: 940px;
    padding: 20px;
    color: #8D8779;
    font-weight: bold;
}

#head {
    width: 940px;
    height: 275px;
    background: #FFF url('../images/www/bg_head.jpg') no-repeat top;
}

#h {
    padding: 150px 0px 0px 540px;
    color: white;
    font-family: trebuchet MS;
    font-weight: 100;
    font-size: 22px;
}

#menu {
    width: 938px;
    height: 12px;
    padding: 18px 0px 20px 0px;
    background: url('../images/www/menu.jpg') repeat-x;
    border: 1px solid #acacac;
    margin: 2px 0px 2px 0px;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
}

#menu a {
    color: #7d0000;
    text-decoration: none;
    padding: 0px 13px;
}

#menu a:hover {
    background: url('../images/www/bg_menu.png') no-repeat bottom center;
    padding: 19px 13px;
}

.clear {
    clear: both;
}

#text {
    width: 936px;
    border: 2px solid white;
    background-color: #FFF;
    color: #7D0000;
    line-height: 18px;
    font-weight: bold;
}

#text_1 {
    width: 484px;
    height: 141px;
    background: #890000 url('../images/www/text_1.jpg') no-repeat;
    float: left;
    color: white;
    font-size: 11px;
    padding: 55px 10px 5px 10px;
    line-height: 15px;
}

#text_1 a {
    color: #fff;
    text-decoration: none;
}

#text_1 a:hover {
    color: #fff;
    text-decoration: underline;
}

#text_2 {
    width: 432px;
    height: 201px;
    background: #fff url('../images/www/text_2.jpg') no-repeat;
    float: right;
}

#text_3 {
    width: 484px;
    height: 131px;
    background: #fff url('../images/www/text_3.jpg') no-repeat;
    float: left;
    padding: 60px 10px 10px 10px;
}

#text_4 {
    width: 412px;
    height: 131px;
    background: #890000 url('../images/www/text_4.jpg') no-repeat;
    float: right;
    color: white;
    font-size: 11px;
    padding: 60px 10px 10px 10px;
}

#text_4 a {
    color: #fff;
    text-decoration: none;
}

#text_4 a:hover {
    color: #fff;
    text-decoration: underline;
}

#text2 {
    padding: 10px;
}

#foot {
    width: 916px;
    height: 12px;
    padding: 20px 10px 24px 10px;
    border: 2px solid white;
    background-color: #FFF;
    margin: 2px 0px 2px 0px;
    color: #7d0000;
    font-weight: bold;
}

#foot_left {
    float: left;
}

#foot_right {
    float: right;
}

#foot_right a {
    color: #7D0000;
    text-decoration: none;
    padding: 0px 4px;
}

#foot_right a:hover {
    color: #7D0000;
    text-decoration: none;
}

h1 {
    padding: 0px;
    margin: 0px;
    font-size: 18px;
}

h2 {
    padding: 0px 0px 10px 0px;
    margin: 0px;
    font-size: 14px;
    font-weight: bold;
    color: #0084FF;
}

h3 {
    padding: 10px 0px 10px 0px;
    margin: 0px;
    font-size: 13px;
    font-weight: bold;
    color: #0084FF;
}

ul {
    list-style-position: outside;
    list-style: circle;
    margin: 0px;
    padding: 0px 0px 0px 14px;
}

img {
    border: 0px;
}

.galeria {
    width: 200px;
    height: 150px;
    background: #F3F3F3 url('../images/loading.gif') no-repeat 50% 50%;
    border: 2px solid #7D0000;
    margin: 10px;
}

a {
    color: #7D0000;
    text-decoration: underline;
}

a:hover {
    color: #7D0000;
    text-decoration: none;
}

/* 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;
}