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

body {
    background-color: #f5f4e0;
    color: #101010;
    font-size: 14px;
    font-family: trebuchet MS, Arial, sans-serif;
    text-align: center;
}

.container {
    width: 946px;
    height: auto;
    margin: 0 auto;
}

.top {
    width: 946px;
    height: 144px;
}

.top_left {
    background-image: url('../images/www/gim.jpg');
    height: 144px;
    width: 311px;
    float: left;
}

.top_menu {
    float: right;
    font-family: trebuchet MS;
    font-weight: lighter;
    font-style: normal;
    font-size: 18px;
    padding-top: 79px;
}

.top_menu a {
    color: #202020;
    text-decoration: none;
    padding: 0px 5px;
}

.top_menu a:hover {
    color: #86311C;
    text-decoration: none;
    padding: 0px 5px;
}

.break {
    width: 15px;
    height: 15px;
    vertical-align: middle;
}

.head {
    background-image: url('../images/www/top.jpg');
    width: 946px;
    height: 291px;
}

.text {
    width: 946px;
    text-align: justify;
}

.bold {
    width: 946px;
    border-bottom: 2px solid #e4e3ce;
    padding: 8px 0px;
    font-weight: bold;
    font-size: 16px;
    color: #303123;
    margin-bottom: 8px;
}

.galeria {
    width: 946px;
    background-color: #FFF;
    margin: 8px 0px 0px 0px;
    font-weight: bold;
    font-size: 16px;
    color: #303123;
    padding: 8px 0px;
}

.bottom {
    width: 946px;
    font-size: 11px;
    color: #303123;
    padding: 8px 0px;
    text-align: justify;
}

.bottom a {
    color: #303123;
    text-decoration: none;
    padding: 0px 10px 0px 0px;
}

.bottom a:hover {
    color: #303123;
    text-decoration: underline;
    padding: 0px 10px 0px 0px;
}

.bottom_left {
    float: left;
}

.bottom_menu {
    float: right;
}

ul.wykaz li {
    margin-left: 10px;
    background: url('../images/www/wykaz.jpg') no-repeat left center;
    padding-left: 16px;
    list-style-type: none;
    line-height: 18px;
}

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

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

img {
    border: 0px;
}

.img_galeria {
    padding: 2px;
    margin: 4px;
    border: 1px solid #303123;
    background: #fff url('../images/loading.gif') no-repeat 50% 50%;
}

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