BODY
	{
		margin: 0;
		padding: 0;
		background: #FFFFFF url('images/Tlo_Body.gif') top left repeat-x;
	}
	#wrapper
		{
			width: 800px;
			margin: 0 auto;
			position: relative;
		}
		/* -----------   MENU GŁÓWNE   ----------- */
		#MenuGlowne
				{
					display: block;
					width: 800px;
					height: 55px;
					margin: 0;
					padding: 0;
					list-style-type: none;
					display: block;
				}
				#MenuGlowne li
					{
						float: left;
					}
					#MenuGlowne li a
						{
							color: #FFFFFF;
							font: 15px "Myriad Pro",Verdana,Tahoma;
							display: block;
							width: 266px;
							height: 55px;
							text-decoration: none;
							line-height: 46px;
							background: url('images/TloMenuGlowneNieAktywny.gif') top left repeat-x;
							text-align: center;
						}
					#MenuGlowne li a:HOVER
						{
							font-weight: bold;
							background: url('images/TloMenuGlowneAktywny.gif') top left repeat-x;
						}
					#MenuGlowne li a.Aktywny
						{
							font-weight: bold;
							background: url('images/TloMenuGlowneAktywny.gif') top left repeat-x;
						}			
		/* -----------   NAGŁOWEK   ----------- */
		#Naglowek
			{
				clear: both;
				background: url('images/ZdjecieWNaglowku.jpg') top left no-repeat;
				display: block;
				width: 800px;
				height: 283px;
			}
		/* -----------   CONTENER   ----------- */
		div.Contener
			{
				width: 100%;
				padding-top: 30px;
				height: auto !important;
				height: 420px;
				min-height: 420px;
				position: relative;
			}
			.Contener img
				{
					border: 1px solid #1f1f1f;
					float: left;
					margin-right: 15px;
					margin-bottom: 10px;
				}
			.Contener h1
				{
					padding: 0px;
					margin: 0px;
					font: 20px "Myriad Pro",Verdana,Tahoma;
					color: #000000;
					text-indent: 30px;
				}
			.Contener p
				{
					padding: 0px;
					margin: 0px;
					margin-top: 10px;
					font: 13px Verdana;
					color: #000000;
					text-indent: 30px;
					line-height: 1.5;
				}
			.Contener .Wyroznienie
				{
					padding: 0px;
					margin: 0px;
					font: 20px "Myriad Pro",Verdana,Tahoma;
					font-weight: bold;
					color: #f30000;
				}
		/* -----------   STOPKA   ----------- */
		#Stopka
			{
				width: 800px;
				height: 46px;
				background: url('images/TloStopka.gif') top left repeat-x;
				text-align: center;
				padding-top: 15px;
			}
			#Stopka #MenuStopka
				{
					padding: 0;
					display: block;
					margin: auto;
					width: 270px;
					overflow: hidden;
				}
				#Stopka #MenuStopka li 
					{
						border-left: 1px solid #FFFFFF;
						float: left;
						list-style-type: none;
						margin-left: -1px;
					}
					#Stopka #MenuStopka li a
						{
							color: #FFFFFF;
							font: 10px Tahoma;
							text-decoration: none;
							display: block;
							width: 90px;
							text-align: center;
						}			
			#Stopka .Copyright a
				{
					clear: both;
					font-family: Tahoma;
					font-size: 10px;
					color: #FFFFFF;
					text-decoration: none;
					display: block;
					margin-top: 10px;
				}
				
				
				
				
#FormularzKontaktowy
{
	position: absolute;
	width: 300px;
	right: 20px;
	top: 80px;
	text-align: center;
	font-family: Tahoma;
	font-size: 13px;
	font-weight: 900;
}
#FormularzKontaktowy .left
{
	text-align: right;
	vertical-align: top;
}
#FormularzKontaktowy input
{
	width: 200px;
}
#FormularzKontaktowy textarea
{
	width: 200px;
	height: 100px;
}
