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



/* hide horizontal scrollbars, since we use the vertical ones to scroll to the right */








body

{
  
	font-family: Arial, sans-serif;
	background: url('../images/bgwidgal.jpg')  fixed no-repeat center;    /* tlo strony pod DIV-ami   stojace   */
	background-size:100%;			/* tlo strony pod DIV-ami    i na cala strone*/
	width: 100%;
	height: 100%;					/* wysokosc DIV-a */
	padding: 0px;
  
	marXXXgin-top: -43px;
 
	overflow-x: hidden;
  
	backXXXground: url('../images/bg.jpg') 
	repPeat toOp leEft;

	text-align: center;
}




h1

{
  
	font-size: 4em;
  				/* 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;


}



h2
{
	font-size: 36px;
  
	color: #26476a;
	text-shadow:4px 5px 8px #7f7f7f;
	margin: 0px 0px 0px 0px;				/* margines - gora prawa dol lewa */
	z-index: 0;
	text-align: center;

}





h3
{
	font-size: 24px;
  
	color: #59738e;
	text-shadow:4px 5px 8px #7f7f7f;
	margin: 0px 0px 0px 0px;				/* margines - gora prawa dol lewa */
	z-index: 0;
	text-align: center;

}




p
{

	font-size: 28px;
  
	coXXXXlor: #064586;
	color: #063c75;
	colXXXXXor: #032445;
	text-shadow:4px 5px 8px #7f7f7f;
	margin: 0px 100px 0px 100px;				/* margines - gora prawa dol lewa */
	z-index: 0;
	text-align: center;

}












#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:600px;					/* szeroosc DIV-a */
	height: auto;					/* wysokosc DIV-a */
 	border-radius: 20px 20px 20px 20px; 			/* zaokraglenie DIV-a */
	padXXXding: 0px 10px 0px 10px; 		/* odleglosc gora prawa dol lewa  */
	
}



a {

	font-size: 28px;
  
	color: #064586;
	text-shadow:4px 5px 8px #7f7f7f;
	margin: 0px 0px 0px 0px;				/* margines - gora prawa dol lewa */
	z-index: 0;
	text-align: center;

	cXXXolor: #ffffff;						/*  linki  DIV-a g這wnrgo */
	text-decoration: none;				/* dekoracja LINKOW DIV-a g這wnrgo */

}
a:hover {
	XXXcolor: #0e3863;
	color: #2075ce;						/*  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);
}









.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);
}




















