body {
    background: #202020 url('../images/www/bg_body.jpg') repeat;
    font-size: 12px;
    font-family: Trebuchet MS, Arial, sans-serif;
    color: #303030;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.container {
    width: 825px;
    margin: 0 auto;
}

.top {
    width: 825px;
    height: 12px;
    background: url('../images/www/bg_top.png') no-repeat top center;
}

.top_text {
    color: #ffbf24;
    font-size: 32px;
    font-weight: 100;
    padding: 10px 0px;
}

.menu {
    width: 825px;
    background: url('../images/www/bg_menu.png') no-repeat center bottom;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    padding: 19px 0px;
}

.menu a {
    color: #000;
    text-decoration: none;
    padding: 0px 11px;
}

.menu a:hover {
    color: #DA0000;
    text-decoration: none;
}

.cont {
    width: 825px;
    background-color: #FFBF24;
}

.animacja {
    width: 825px;
    height: 333px;
    background-color: #FFBF24;
}

.bottom_animacja {
    width: 825px;
    height: 6px;
    background: url('../images/www/bottom_animacja.png') no-repeat center top;
}

.text {
    width: 745px;
    padding: 5px 40px;
    text-align: justify;
    color: #000;
    font-size: 14px;
}

.text_bottom {
    width: 825px;
    height: 12px;
    background: url('../images/www/bottom_text.png') no-repeat top center;
}

.bottom {
    color: #fff;
    font-size: 12px;
    text-align: justify;
}

.bottom a {
    color: white;
    text-decoration: none;
}

.bottom a:hover {
    color: white;
    text-decoration: underline;
}

.bottom_x {
    float: left;
    padding-right: 20px;
    padding: 10px 40px;
}

.foot {
    width: 825px;
    height: 12px;
    background: url('../images/www/foot.png') no-repeat bottom center;
}

.clear {
    clear: both;
}

img {
    border: 0px;
}

.galeria {
    width: 160px;
    height: 120px;
    background: #E1E1E1 url('../images/loading.gif') no-repeat 50% 50%;
    padding: 1px;
    border: 2px solid #B0B0B0;
    margin: 8px;
}

h1 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
}

h2 {
    font-size: 15px;
    font-weight: bold;
    padding: 5px 0px;
}

h3 {
    font-size: 15px;
    font-weight: bold;
    padding: 5px 0px;
}

a {
    color: #000;
    text-decoration: underline;
}

a:hover {
    color: #000;
    text-decoration: none;
}

ul {
    list-style-position: outside;
    list-style-type: circle;
}

/* 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;
}