* {
    margin: 0pt;
    padding: 0pt;
}

body {
    background-color: #e6e6e6;
    color: #000101;
    font-size: 12px;
    font-family: Tahoma, Arial, sans-serif;
    text-align: center;
}

#container {
    width: 980px;
    margin: 0 auto;
}

#line {
    width: 980px;
    height: 6px;
    background-color: #d4d4d4;
}

#menu {
    width: 980px;
    background-color: #FFF;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    padding: 30px 0px;
}

#menu a {
    color: #000101;
    text-decoration: none;
    padding: 12px 8px;
}

#menu a:hover {
    color: #000101;
    text-decoration: none;
    padding: 12px 8px;
    background-color: #F0F0F0;
}

#head {
    width: 980px;
    height: 295px;
    background: #FFF url('../images/www/head.jpg') center no-repeat;
}

#head_text {
    font-size: 14px;
    font-weight: bold;
    color: #353535;
    text-align: left;
    padding: 256px 0px 0px 640px;
}

#text {
    width: 968px;
    background-color: #FFF;
    font-size: 12px;
    text-align: justify;
    padding: 7px 6px;
    line-height: 16px;
}

#animacja {
    float: right;
    width: 347px;
    height: 252px;
    padding-top: 25px;
}

#bottom {
    background-color: #E6E6E6;
    width: 968px;
    font-size: 11px;
    padding: 14px 6px;
    line-height: 16px;
}

#bottom_left {
    float: left;
    font-weight: bold;
    color: #353535;
    text-align: left;
}

#bottom_left a {
    color: #353535;
    text-decoration: underline;
}

#bottom_left a:hover {
    color: #353535;
    text-decoration: none;
}

#bottom_right {
    float: right;
    color: #a6a6a6;
    text-align: right;
    font-weight: normal;
}

#bottom_right a {
    color: #a6a6a6;
    text-decoration: none;
    font-weight: normal;
}

#bottom_right a:hover {
    color: #a6a6a6;
    text-decoration: underline;
    font-weight: normal;
}

#bottom_line {
    padding: 6px;
    text-align: center;
    width: 968px;
    background-color: #d4d4d4;
    font-size: 11px;
    color: #a5a5a5;
}

a {
    color: #7c7c7c;
    text-decoration: underline;
    font-weight: bold;
}

a:hover {
    color: #7c7c7c;
    text-decoration: none;
    font-weight: bold;
}

img {
    border: 0px;
}

ul {
    list-style-type: circle;
    list-style-position: outside;
    margin-left: 14px;
    line-height: 18px;
}

ol {
    list-style-position: outside;
    margin-left: 20px;
    line-height: 18px;
}

h1 {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 6px;
}

h2 {
    font-size: 14px;
    font-weight: bold;
    padding: 6px 0px;
}

h3 {
    font-size: 14px;
    font-weight: bold;
    padding: 6px 0px;
}

/* 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;
}