body {
		background-attachment: fixed;
		width: 100%; height: 100%;
		z-index: 2;
		line-height: 15px; margin: 0; padding: 0; 
}


#pojemnik { 	width: 990px;
			max-width: 1260px;
		/*	min-width: 780px; */	
			margin: 50px auto;
		/*	overflow: hidden; 
			position: absolute; */			
			
			border-left-style: solid; 
			border-left-color: #163e90; 
			border-left-width: 4px; 
			
			border-bottom-style: solid; 
			border-bottom-color: #163e90; 
			border-bottom-width: 4px;
			
			border-top-style: solid; 
			border-top-color: #163e90; 
			border-top-width: 4px; 

			border-right-style: solid; 
			border-right-color: #163e90; 
			border-right-width: 4px; 
			
			border-radius: 0px;
			box-shadow: 5px 5px 20px #222222;
			background: #FFF;

			z-index: 1;
}

#naglowek {width: 100%; height: 200px; position: relative; clear: both; display: inline-block;} /* cały nagłówek */		

#logo {/*width: 190px; height: 200px;*/ float: left; margin-left: 50px; margin-top: 5px;} /*display: block; */
#logo a, img {border: 0;}

#menu {	width: auto; 
		font: normal 28px arial; 
		letter-spacing: 0.5pt; 
		padding-bottom: 20px; 
		margin-top: 100px; 
		margin-left: 35px;
/*		margin-right: 20px; */
		padding-top: 15px; 
		float: left; } 
#menu a:link, #menu a:active, #menu a:visited {
			  color: #03004f; text-decoration: none; font-weight: bolder; background: #FFF; margin: 10px; /*padding-left:5px */}
#menu a:hover {color: #163e90; /*border-right: 5px solid #163e90; */font-weight: bolder; font-family: arial;}

#tekst {	padding-top: 25px;
		float: left;
		line-height: 15px; 
		/*border: 5px dashed #900;*/
		position: relative; 
		width: auto;
}

#tresc  {margin: 5px 50px 10px 50px; /* top right bottom left */
		font-family: Helvetica, sans-serif;
		font-size: 16px;
		line-height: 20px; 
		text-align: justify;
}

p.strong {font-weight: bold;}

ul { list-style-type: square; }

/*li {color: #163e90;}*/


.linia {

	width: 990px;
	height: 2px;
	z-index: 1;
	background: #163e90;
}

#kontakt_lewo {float: left;
			   display: inline-block;
			   margin-right: 340px;
			   font-size: 16px;
			   line-height: 26px;
			   padding-bottom: 40px;}

#kontakt_prawo { float: left;
				display: inline-block;
				position: relative;
				margin-right: 50px;
				margin-top:8px;
				font-size: 21px;
			    line-height: 30px;
				text-align: right;}

a:link, a:active, a:visited {color: #000; text-decoration: none; font-family: arial;}
a:hover	{color: #163e90; text-decoration: none; /*font-weight: bolder; */font-family: arial;}


#stopka {  
	padding: 10px 0;
	position: relative;
	clear: both; 
	text-align: center;
	
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	color: #03004F;
	
	overflow: hidden;
    height: 40px;
    display: block;
    padding-top: 20px;
    padding-right: 30px;
}