html, body
{
      
	background: black;
	padding: 0px;
  
	margin: -21px;
  
	font-family: Arial, sans-serif;
}



/* hide horizontal scrollbars, since we use the vertical ones to scroll to the right */








body
{
  
	background: url('../images/bgwidgal.jpg')  fixed no-repeat ;    /* tlo strony pod DIV-ami   stojace   */
	backXXXground-size:100%;			/* tlo strony pod DIV-ami    i na cala strone*/
	height: 3000px;					/* wysokosc DIV-a */
	marXXXgin-top: -43px;
 
	overflow-x: hidden;
  
	backXXXground: url('../images/bg.jpg') 
	repPeat toOp leEft;


}




h1

{
  
	font-size: 3em;
  				/* lub 65px ale lepiej 4em*/
	font-family: Arial Black, sans-serif;
	font-weight: normal;
  
	color: black;

	text-shadow:4px 5px 8px #e2e2e2;
	text-align: center;
	padding-top: 30px;
	padding-left: 10%;
	padding-right: 10%;

}



h2
{
	font-size: 55px;
  
	text-align: center;
	margin-right: auto; 
	margin-left: auto; 
	width: 100%;
	marXXgin: 20px 300px 20px 300px;			/* margines - gora prawa dol lewa */
	z-index: 0;

}





#tresc
{ 


	background: transparent;					/* t這 pod zdjeciami */
	  backXground: -webkit-linear-gradient(#459aff, #e7ff45); 	/* For Safari 5.1 to 6.0 */
  	  backXground: -o-linear-gradient(#459aff, #e7ff45); 	/* For Opera 11.1 to 12.0 */
  	  backXground: -moz-linear-gradient(#459aff, #e7ff45); 	/* For Firefox 3.6 to 15 */
  	  backXground: linear-gradient(#459aff, #e7ff45); 		/* Standard syntax */

	background-position:  center; 
	width: 100%;					/* szeroosc DIV-a */
	height: auto;					/* wysokosc DIV-a */
 	border-radius: 20px 20px 20px 20px; 			/* zaokraglenie DIV-a */
	padding: -20px 10px -50px 10px; 		/* odleglosc gora prawa dol lewa  */
  line-height: 0.1;

}



a {
	color: #ffffff;						/*  linki  DIV-a g這wnrgo */
	text-decoration: none;				/* dekoracja LINKOW DIV-a g這wnrgo */

}
a:hover {
	color: #5f5fff;						/*  linki  DIV-a g這wnrgo */
	text-decoration: none;					/*  linki  DIV-a g這wnrgo */
	
}








imXXXg {
    transition: transform 0.5s;
}

imXXXg:hover {
    -webkit-transform: scale(1.25); /* all webkit */
    -ms-transform: scale(1.25); /* IE 9 */
    -moz-transform: scale(1.25); /* firefox 15 and older */
    -o-transform: scale(1.25); /* opera 12 and older */
    transform: scale(2.25);
}




iframe 
{
	width: 60%;
	height: 300px;
	floXXXat: left;
	background-image: none!important;
	padXXXXding: -500px -50px -500px -50px;
	display: block;
  	margin: auto auto;
}





.home
{
	list-style: none;					/* styl listy buttonow przyciskow MENU */
	position: fixed;					/* pozycja buttonow przyciskow MENU */
	left: 21px;			/* polozemie buttonow przyciskow MENU right */
	top: 24px;			/* polozemie buttonow przyciskow MENU d馧 */
    	opacity: 0.2;
    	filter: alpha(opacity=10); 					/* For IE8 and earlier */
}

.home li
{
display: inline-block; (inline dla IE lte 7);
}




















