	html {
				height: 100%;
	}
	body	{
					height: 100%;
					font-family: 'PT Sans Narrow', sans-serif;
					font-weight: normal;
					font-style: normal;
					font-size: 16px;
					color: black;
					background-color: white;
					margin: 0px 0px 0px 0px;
					padding: 0px 0px 0px 0px;
	}
	a img	{
					border: 0;
	}
	*:focus	{
						outline: none;
	}
	.banerg	{
						height: 162px;
						width: 980px;
						background-image: url('menu.png');
						background-repeat: no-repeat;
						background-position: 477px 80px;
	}
	.logo	{
					float: left;
					position: relative; top: 35px; left: 35px;
	}
	a:link, a:visited	{
											font-size: 20px;
											font-weight: bold;
											color: #343434;
											text-decoration: none;
	}
	a:hover	{
						font-size: 20px;
						font-weight: normal;
						color: #d9d9d9;
	}
	.ofirmie	{
							position: relative; top: 85px; left: 40px;
	}
	.oferta	{
						position: relative; top: 85px; left: 68px;
	}
	.realizacje	{
									position: relative; top: 85px; left: 86px;
	}
	.kontakt	{
								position: relative; top: 85px; left: 114px;
	}
	.baner	{
						width: 980px;
						height: 450px;
	}
		.tekst	{
							width: 980px;
							height: 580px;
							text-align: justify;
							line-height: 20px;
							background-image: url('dotekstu.png');
							background-repeat: no-repeat;
							background-position: bottom center;
	}
	.lewastrona	{
								height: 100%;
								width: 480px;
								float: left;
	}
	.prawastrona	{
									height: 100%;
									width: 480px;
									float: right;
	}
	.callcenter	{
								margin-top: 55px;
								margin-left: 220px;
	}
	.dane	{
					text-align: right;
					margin-right: 60px;
					line-height: 25px;
	}
	.kolor	{
						font-weight: bold;
						font-size: 18px;
	}
	.email:link	{
								color: #343434;
								font-weight: bold;
								font-size: 18px;
	}
	.email:visited	{
										color: #343434;
										font-weight: bold;
										font-size: 18px;
	}
	.email:hover	{
									font-weight: normal;
									font-size: 18px;
									color: #d9d9d9;
	}
	.mapka	{
						margin-top: 28px;
	}
	.podpis	{
						font-weight: normal;
						font-size: 14px;
						margin-left: 20px;
	}
	.formularz	{
								width: 980px;
	}
	#kontener {
	border: 1px solid #4b5673;
	margin: 70px auto 40px auto;
	width: 520px;
}


#formularz {
	margin: 40px auto;
	width: 250px;
}

#formularz div {
	margin: 0px 0px 20px 0px;
}

#formularz label {
	display: block;
}

#formularz textarea {
	background: #367dc4;
	border: 1px solid #ebebeb;
	color: white;
	width: 550px;
	position: relative; right: 150px;
}

#formularz input[type=text] {
	background: #367dc4;
	padding: 5px;
	border: 1px solid #ebebeb;
	color: #ffffff;
	width: 240px;
}

#blad {
	background: red;	
	margin: 20px;
	padding: 10px;
	color: white;
}

#blad p{
	padding: 0px;
	margin: 0px;
}

#sukces {
	background: #367dc4;	
	border: 1px dashed #399d0c;
	margin: 20px;
	padding: 10px;
	color: white;
}

#sukces p{
	padding: 0px;
	margin: 0px;
}

.red {
	color: #8b1f29;
}