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

body {
    background-color: #fff;
    color: #515151;
    font-size: 12px;
    font-family: Tahoma, Arial, sans-serif;
    text-align: center;
}

.container {
    width: 780px;
    height: auto;
    margin: 0 auto;
    text-align: justify;
}

.top {
    width: 780px;
    height: 38px;
    background-image: url('../images/top.jpg');
    padding: 30px 0px;
}

.menu {
    width: 780px;
    height: 34px;
}

.head {
    width: 780px;
    height: 144px;
    background-image: url('../images/head.jpg');
}

.tresc {
    width: 780px;
    padding: 10px 0px;
    font-size: 13px;
}

.tresc_lewa {
    float: left;
    width: 500px;
}

.tresc_prawa {
    float: right;
    width: 260px;
}

.bottom_line {
    width: 780px;
    height: 10px;
    background-image: url('../images/bottom_line.jpg');
    background-color: #e79a16;
}

.bottom_left {
    float: left;
    padding: 8px;
}

.bottom_right {
    float: right;
    padding: 8px;
}

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

img {
    border: 0px;
}

h1 {
    font-size: 24px;
    font-weight: bold;
}

h2 {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 5px;
}

h3 {
    font-size: 13px;
    font-weight: bold;
    padding: 5px;
}

a {
    color: #515151;
    text-decoration: none;
}

a:hover {
    color: #515151;
    text-decoration: underline;
}

table.oferta {
    border: 1px solid #B0B0B0;
    width: 100%;
    background-color: #FFF;
}

.oferta td {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #B0B0B0;
}

.galeria_img {
    width: 180px;
    height: 135px;
    padding: 2px;
    border: 1px solid #D0D0D0;
    margin: 0px 5px 5px 0px;
}

.przykladowe_img {
    width: 150px;
    height: 113px;
    padding: 2px;
    border: 1px solid #D0D0D0;
    margin: 0px 5px 5px 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;
}