body {
	background-color: #576024;
	width:780px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	text-align: center;
}

#kontener{
	width: 780px;
	height: auto;
	border-left: solid #818667 2px;
	border-right: solid #818667 2px;
	background:#0074ad;
}

#top {
	background: #fff url(images/top.jpg) no-repeat;
	width: 780px;
	height: 250px;			
}

#tytul {
	background: #fff url(images/tytul.jpg) no-repeat;
	width:641px;
	height:56px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	text-align:center;
}

#tytul h3 {
	padding-top:15px;
}

#tresc {
	background: #fff url(images/tlo_tekst.jpg) repeat;
	width:641px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
}

#tresc a {
		width: auto;
		color:#000000;
		text-decoration:underline;
}

#tresc h2 {
		text-indent:7px;
		padding-top:15px;
      		font-size: 17px;
		color: #3b4113;
		line-height: 150%;
		padding-left:15px;
		margin-top:0px;
}
	
#tresc p {
		margin: 0 0 8px 0;
		text-indent: 15px;
		text-align: justify;
		margin-left:15px;
		margin-right:15px;
		padding-bottom:4px;
		font-size:12px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
#tresc ul li{
	margin-left:15px;
	margin-right:15px;
	padding-bottom:4px;
	text-align: left;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


	
#podpis {
		background: url(images/podpis.jpg) no-repeat;
		width:641px;
		height:56px;
		margin-left:auto;
		margin-right:auto;
		margin-top:-16px;
		margin-bottom:20px;
	}
	
#podpis p {
		text-align:right;
		margin-right:15px;
		padding-top:25px;
		font-size:11px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
}

#stopka {
      background: #f2f2f0 url(images/stopka.jpg) no-repeat;
      clear:both;
		font-size:11px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		height:29px;
		color:#FFFFFF;
}

#stopka a{
	
}

#stopka a {
		color: #FFFFFF;
}
	
#stopka a:hover {
		text-decoration:underline;
}
	
#copyright {
		float:left;
		padding-left:340px;
		padding-top:10px;
}


#sMenu {
	background: #fff url(images/menu.jpg) no-repeat;
	height: 25px;
}

#sMenu a {
	color: white;
	font-family:Arial, Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

#sMenu ul,
#sMenu li {
	margin: 0px;
	padding: 0px;
}

#sMenu li {
	list-style: none;
	list-style-image: none;
	position: relative;
	padding: 3px 15px;
	white-space: nowrap;
}

#sMenu ul li:hover {
	background: #576024;
}

/**
 * Poziome menu pierwszego poziomu
 * - nie mozna uzyc >, IE6
 */
#sMenu > ul li {
	float: left;
}

#sMenu ul ul li {
	float: none;
}

/**
 * Menu kolejnych poziomow
 */
#sMenu ul ul {
	z-index: 50;
	display: none;
	position: absolute;
	top: 25px;
	border-left: 1px solid #576024;
	background: #a4b542;
}

#sMenu li:hover > ul {
	display: block;
}

/**
 * Menu drugiego poziomu - pierwsze rozwiniecie
 */
#sMenu ul ul {
	left: 0px;
}

#sMenu ul ul ul {
	left: 100%;
	top: 0px;
	z-index: 75;
}


#kontakt{
	overflow: hidden;
}

#txt_kontakt{
	float: left;
	margin-left:0;
	width: 260px;
}

#formularz{
	float: right;
	width: 340px;
}

#formularz h4{
	margin: 0 0 4px;
	text-align: left;
}

#formularz tr td {
	margin:0;
	text-align:left;
}
#formularz tr td.pname {
	width: 120px;
}
/*
#txt_kontakt, #formularz{
	width: 50%;
	padding-bottom: 2000px;
	margin-bottom: -2000px;
}*/


input{
	width: 140px;
}

input.pole {
	border: #0000 1px solid; 
	background-color: #a4b542; 
	color: white;
}

textarea.pole2 {
	border: #000 1px solid; 
	background-color: #a4b542;
	width: 140px;
	color: white;

}

input.przycisk {
	width: 70 px;
	height: 25 px;
	background-color: #a4b542; 
	color: white;
}

