* {
    margin: 0pt;
    padding: 0pt;
}

body {
    background-color: #fff;
    color: #02122f;
    font-size: 12px;
    font-family: Tahoma, Arial, sans-serif;
    text-align: center;
}

#container {
    width: 858px;
    margin: 0 auto;
    text-align: justify;
}

#top {
    width: 858px;
    height: 357px;
    padding: 10px 0px 10px 0px;
    border-right: 1px solid #c9c9c9;
	 border-top: 1px solid #c9c9c9;
    margin-top: 10px;
}

#top_left {
    width: 367px;
    height: 61px;
    background: url('../images/www/top_left.jpg') no-repeat;
    float: left;
    font-size: 11px;
}

#top_left a {
    color: #02122f;
    text-decoration: none;
    padding: 0px 3px;
}

#top_left a:hover {
    color: #02122f;
    text-decoration: underline;
}

#top_right {
    width: 481px;
    height: 19px;
    background: url('../images/www/top_right.jpg') no-repeat;
    float: left;
    text-align: center;
    padding: 21px 0px;
    font-weight: bold;
}

#top_right a {
    color: #fff;
    text-decoration: none;
    padding: 0px 8px;
}

#top_right a:hover {
    color: #fff;
    text-decoration: underline;
}

#head {
    clear: both;
    width: 907px;
    height: 296px;
    background: url('../images/www/head.jpg') no-repeat left;
}

#head_text {
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 40px 0px 0px 450px;
}

#text {
    width: 838px;
    border-top: 1px solid #c9c9c9;
    border-left: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    padding: 10px;
    line-height: 18px;
}

#foot {
    width: 838px;
    border-right: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    padding: 20px 10px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}

#foot a {
    color: #02122f;
    text-decoration: none;
    padding: 0px 6px;
}

#foot a:hover {
    color: #02122f;
    text-decoration: underline;
}

#bottom {
    font-size: 9px;
    padding: 10px;
    line-height: 12px;
    width: 838px;
    border-left: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    margin-bottom: 10px;
}

a {
    color: #02122F;
    text-decoration: underline;
}

a:hover {
    color: #02122F;
    text-decoration: none;
}

h1 {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
}

h2 {
    font-size: 13px;
    font-weight: bold;
    padding: 10px 0px;
}

h3 {
    font-size: 12px;
    font-weight: bold;
    padding: 10px 0px;
}

ul {
    margin-left: 14px;
    list-style-position: outside;
    list-style-type: circle;
}

img {
    border: 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;
}