body {
	background-color: #eaf5b3;
	margin: 0;
	padding: 0;
	text-align: center;
}

div {
	font: verdana 12px #000;
	position: relative;
}

a {
	text-decoration: none;
}

#container {
	background: url(images/background.jpg);
	margin: 0 auto;
	padding: 0 0px 0 0px;
	position: relative;
	width: 950px;
	height: 100%;
	text-align: left;
	clear: both;
	background-color: #f2f2f0;
}

#naglowek {
	background: #fff url(images/logo.new.jpg) no-repeat;
	width: 950px;
	height: 181px;
	margin-bottom: 0px;
}

#menu {
	background: #fff url(images/pasek.jpg) no-repeat;
	width: auto;
	height: 33px;
	margin-bottom: 0px;
	margin-top: -16px;
}

#menu ul {
	list-style: none;
}

#menu li {
	float: left;
	padding-left: 17px;
	padding-top: 5px;
	font-weight: bold;
	font-size: 17px;
}

#menu a {
	display: block;
	line-height: 20px;
	padding: 0 8px;
	color: #800000;
	font-weight: bold;
}

#menu b {
	color: red;
	text-decoration: underline;
}

#menu a:link {

	color: #800000;

}

#menu a:hover {

	color: red;



}

#menu a:active {

	color: brown;

}

#lewy {
	background: #fff url(images/tlo1.jpg) repeat;
	width: 160px;
	height: 100%;
	float: left;
	padding-left: 0px;
	margin-left: 15px;
}

#lewy dl {
	margin: 0px;
}

#lewy dt {
	font-size: 15px;
	color: red;
	background: url(images/menu.jpg) no-repeat;
	font-weight: bold;
	height: 20px;
	width: 160px;
	padding-top: 6px;
	text-align: center;
	text-decoration: underline;
}

#lewy h2 {
	font-size: 16px;
	color: #800000;





}

#lewy h3 {
	font-size: 30px;
	color: #800000;
	background: url(images/.jpg) no-repeat;
	font-weight: bold;
	height: 20px;
	width: 152px;
	padding-top: 6px;
	text-align: center;
}

#lewy dd {
	font-size: 13px;
	margin-top: 3px;
	margin-left: 6px;
}

#lewy td {
	font-size: 13px;
	margin-top: 3px;
	margin-left: 6px;
}

#lewy a {
	font-size: 14px;
	color: #800000;
	line-height: 150%;
}

#lewy b {
	color: red;
	text-decoration: underline;
}

#lewy a:link {

	color: #800000;

}

#lewy a:hover {


	color: red;
}

#lewy a:active {

	color: brown;

}

#bottom {
	background: url(images/bottom.jpg) no-repeat;
	width: 160px;
	height: 8px;
	margin-top: 20px;
}

#srodek {
	background: #fff url(images/tlo2.jpg) repeat;
	width: 740px;
	height: auto;
	float: left;
	margin-left: 15px;
	margin-top: 3px;
	margin-bottom: 40px;
}

#srodek a {
	color: blue;
	text-decoration: underline;
}

#srodek a:hover {
	color: brown;

}

#srodek h1 {
	padding-top: 15px;
	background-color: #FCF0D6;
	font-size: 25px;
	color: #800000;
	line-height: 150%;
	padding-left: 70px;
	padding-right: 70px;
	margin-top: 0px;
}

#srodek h2 {
	padding-top: 15px;
	background-color: #FCF0D6;
	font-size: 18px;
	color: #800000;
	line-height: 150%;
	padding-left: 50px;
	margin-top: 0px;
}

#srodek h3 {
	padding-top: 15px;
	background-color: #FCF0D6;
	font-size: 14px;
	color: black;
	line-height: 150%;
	padding-left: 30px;
	padding-right: 15px;
	margin-top: 0px;
}

#srodek li {


	font-size: 14px;
	color: black;
	font-weight: bold;
	padding-right: 5px;


}

#srodek p {
	margin-bottom: 8px;
	text-indent: 45px;
	text-align: justify;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 0px;
	padding-bottom: 4px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

#srodek b {
	color: #800000;
	text-decoration: underline;
	font-style: italic
}







#srodek i {
	color: brown;
	font-weight: 600;
	font-style: italic
}

#tlo2 {
	background: url(images/tlo_2.jpg) repeat;
	float: right;
	width: 27px;
	height: 400px;
}

#stopka {
	background: #f2f2f0 url(images/stopka.jpg) no-repeat;
	clear: both;
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 28px;
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 30px;
}

#stopka a {
	color: #FFFFFF;
}

#stopka a:hover {
	text-decoration: underline;
}

#copyright {
	float: left;
	padding-left: 50px;
}

#design {
	float: right;

	padding-right: 20px;
}


#formularz {
	height: auto;
	max-width: 520px;
	margin: 20px auto;
	background: #FCF0D6;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#formularz h2 {
	text-align: center;
	color: #333;
}

#formularz form {
	display: grid;
	gap: 15px;
}

#formularz label {
	display: block;
	margin-bottom: 8px;
	color: #333;
}

#formularz input,
#formularz textarea {
	width: 100%;
	padding: 8px;
	margin-bottom: 10px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 4px;
}

#send_button {
	background-color: #4caf50;
	color: #fff;
	cursor: pointer;
	border: none;
	padding: 10px 15px;
	border-radius: 4px;
}

#send_button:hover {
	background-color: #45a049;
}