/* formatowanie dla strony www awionika */
body {
	background-image: url(pfd777.webp);
	background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: 100% 0%;
	background-size: auto;
	margin-left: 2%; /*20px*/
	margin-top: 7%; /*20px*/
	margin-right: 2%; /*20px*/
    margin-bottom:1%; /*5px*/

#strona_glowna {
    font-size: 22px;
    line-height: 0px;  /* interlinia */
    margin-left: 0px;
    }
    
#text {
    font-size: 18px;
    line-height: 10px;  /* interlinia */
    padding: 10px; /* margines wewnętrzny */
    background-color: transparent;
    height: auto;
    margin-left: 0px;
    }   
    
   .sg {/*tło dla aktualnej strony*/
   background-color: gray;
   }
