* {
    margin: 0pt;
    padding: 0pt;
}

body {
    background-color: #F1F1F1;
    background-image: url('../images/www/bg.jpg');
    background-repeat: repeat;
    color: #202020;
    font-size: 12px;
    font-family: Trebuchet MS, arial;
    text-align: center;
}

#container {
    width: 901px;
    margin: 0 auto;
    margin-top: 10px;
}

#top {
    width: 901px;
    height: 57px;
    background-image: url('../images/www/top_top.jpg');
}

#head {
    width: 901px;
    height: 290px;
    background-image: url('../images/www/top_bg.jpg');
    background-repeat: repeat-y;
}

#menu_cont {
    width: 901px;
    height: 74px;
    background-image: url('../images/www/bg_menu.jpg');
}

#menu {
    font-weight: 200;
    font-family: Trebuchet MS, arial;
    color: #BD3C02;
    font-size: 18px;
    padding: 17px 0px 0px 0px;
}

#menu a {
    color: #BD3C02;
    text-decoration: none;
    padding: 5px;
    border: none;
    margin: 3px;
}

#menu a:hover {
    color: #BD3C02;
    text-decoration: none;
    padding: 4px;
    border: 1px solid #BA3E02;
    margin: 3px;
}

#text {
    width: 841px;
    background-image: url('../images/www/bg_text.jpg');
    background-repeat: repeat-y;
    margin: 0px 19px 0px 21px;
    text-align: justify;
    padding: 0px 10px 0px 10px;
    font-size: 14px;
}

#bottom_text {
    width: 861px;
    height: 10px;
    background-image: url('../images/www/bottom_text.jpg');
    background-repeat: no-repeat;
    margin: 0px 19px 0px 21px;
    text-align: center;
    padding: 15px 0px 15px 0px;
	 color:#fff;
}

#bottom_text a {
    color: #fff;
    text-decoration: none;
}

#bottom_text a:hover {
    color: #fff;
    text-decoration: underline;
}

h1 {
    color: #BD3C02;
    text-align: justify;
    font-size: 20px;
    font-family: Trebuchet MS, arial;
    font-weight: bold;
    padding: 16px 0px 0px 80px;
}

h2 {
    color: #BD3C02;
    text-align: justify;
    font-size: 17px;
    font-family: Trebuchet MS, arial;
    font-weight: bold;
}

h3 {
    color: #BD3C02;
    text-align: justify;
    font-size: 17px;
    font-family: Trebuchet MS, arial;
    font-weight: bold;
}

h4 {
    color: #BD3C02;
    text-align: justify;
    font-size: 17px;
    font-family: Trebuchet MS, arial;
    font-weight: bold;
}

h4 {
    color: #BD3C02;
    text-align: justify;
    font-size: 17px;
    font-family: Trebuchet MS, arial;
    font-weight: bold;
}

h5 {
    color: #BD3C02;
    text-align: justify;
    font-size: 17px;
    font-family: Trebuchet MS, arial;
    font-weight: bold;
}

ul.wykaz li {
    margin-left: 10px;
    background: url('../images/www/wykaz.jpg') no-repeat left center;
    padding-left: 20px;
    list-style-type: none;
    line-height: 18px;
}

ol {
    margin-left: 10px;
    padding-left: 20px;
    line-height: 18px;
}

img {
    border: 0px;
}

.galeria {
    width: 180px;
    height: 135px;
    padding: 2px;
    border: 1px solid #F0F0F0;
    margin: 6px;
}

a {
    color: #202020;
    text-decoration: underline;
}

a:hover {
    color: #BA3E02;
    text-decoration: none;
}

/* 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;
}