* {
    margin: 0pt;
    padding: 0pt;
}

body {
    background-color: #030710;
    color: #727272;
    font-size: 11px;
    font-family: Tahoma, Arial, sans-serif;
    text-align: center;
}

.container {
    width: 840px;
    background-color: #FFF;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: justify;
}

.top {
    width: 808px;
    font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
    padding: 16px;
}

.top_left {
    float: left;
    color: #030710;
    font-size: 12px;
}

.top_menu {
    float: right;
    color: #f8af00;
    font-size: 17px;
    font-weight: 100;
}

.top_menu a {
    color: #f8af00;
    text-decoration: none;
    margin-left:19px;
}

.top_menu a:hover {
    color: #030710;
    text-decoration: none;
}

.yellow_line {
    width: 460px;
    height: 6px;
    background-color: #f8af00;
    margin-right: 16px;
    float: right;
}

.head {
    width: 808px;
    height: 251px;
    margin: 0px 16px;
    background-image: url('../images/www/head.jpg');
}

.grey_line {
    width: 460px;
    height: 6px;
    background-color: #030710;
    margin-left: 16px;
}

.text {
    padding: 8px 16px 16px 16px;
    text-align: justify;
    color: #030710;
    font-size: 12px;
    line-height: 18px;
}

.foot {
    width: 840px;
    margin: 0 auto;
    background-color: #030710;
}

.foot_left {
    background-color: #1b1e27;
    float: left;
    border-right: 5px solid #363942;
    padding: 12px 16px 12px 16px;
}

.foot_left a {
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    padding: 0px 8px;
}

.foot_left a:hover {
    color: #fff;
    text-decoration: underline;
    font-size: 11px;
}

.designed {
    background-color: #030710;
    float: right;
    padding: 12px 16px;
    font-weight: bold;
    color: white;
}

.designed a {
    color: #fff;
    text-decoration: none;
}

.designed a:hover {
    color: #F8AF00;
    text-decoration: none;
}

img {
    border: 0px;
}

.galeria {
    width: 180px;
    height: 135px;
    background: #fff url('../images/loading.gif') no-repeat 50% 50%;
    border: 1px solid #17171F;
    margin: 8px;
}

a {
    color: #030710;
    text-decoration: underline;
}

a:hover {
    color: #030710;
    text-decoration: none;
}

h1 {
    color: #030710;
    font-size: 17px;
    font-weight: 100;
    padding: 0px;
}

h2 {
    color: #030710;
    font-size: 15px;
    font-weight: bold;
    padding: 8px 0px;
}

ul {
    list-style-type: circle;
    list-style-position: outside;
    margin-left: 14px;
}

/* 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;
}