body {
    background: #FFFFFF url('../graf-str/podkl-str.png') repeat;
    font-family: "Verdana", sans-serif;
	font-size: 16px;
    line-height: 1.4;
    color: #7E3A20;
}	 

a {
    text-decoration: none;
    color:darkgreen;
}

a:hover {
    text-decoration: underline;
    color:darkcyan;
}

/* Nagłówek z logo i menu */

.kontener-logo {
    width: 1200px;
    /* border:solid 1px teal;    */
    margin-left: auto;
    margin-right: auto;
    margin-top:20px; /* odstęp od menu */
}

.flex_kontener_logo {
    display: flex;		
    justify-content: space-around;
    align-items: flex-end;
}
.flex_kontener_logo > div {	
    /* border:solid 1px teal;  */
    margin:1px 1px;		
}






.zdj-logo {
    display:block;
    height: 193px;

}

.zdj-logo:hover {
    display:block;
    height: 193px;
    text-decoration: none; /* dotyczy p */

}







/* Menu dla Nagłówka*/

.menu-str {
    width: 200px;
    min-height:164px;
}



.flex_kontener_logo .menu-str ul li {
	display: block;
	margin-left: 0px;
    padding: 2px;
}

.flex_kontener_logo .menu-str ul li a {
    display: block;
    text-align: center;
    width: 200px;
    height: 30px;
    background: url('../logo-przyciski/przycisk.png') top left no-repeat;
    text-decoration: none;
    color: #7E3A20;
    line-height: 30px;
    font-weight: 700;
}

.flex_kontener_logo .menu-str ul li a:hover {
    width: 200px;
    height: 30px;
    color: green;
    background: url('../logo-przyciski/przycisk.png') bottom left no-repeat;
}




a{

    text-decoration:none;
}

p.imie {
    font-size: 28px;
    text-align: center;
    margin-bottom: 50px;

}





/* układ strony */

.nagl-front {
    /* border:solid 1px teal;  */
    width: 1260px;
    height: 360px;
    margin-left: auto;
    margin-right: auto;

}

.kontener {
    width: 1200px;
    /* border:solid 1px teal; */
    background: rgb(252, 251, 242);

    margin-left: auto;
    margin-right: auto;
    margin-top:20px;  /* odstęp od menu */

    /* cień kontenera */
    -webkit-box-shadow: 0px 0px 60px 0px rgba(251, 251, 172, 1);
    -moz-box-shadow: 0px 0px 60px 0px rgba(251, 251, 172, 1);
    box-shadow: 0px 0px 60px 0px rgba(251, 251, 172, 1);

    padding: 30px;

}

.flex_kontener_dyr {
    display: flex;		
    justify-content: center;
    align-items: flex-end;
}
.flex_kontener_dyr > div {	
    /* border:solid 1px teal; */
    margin:15px 11px;		
}


.dyrektor {
    width:170px;
    min-height:320px;		
}


/* 11szwadron */
/* div na str front */

.kont-div-nagl {
    display: flex;
    margin-bottom: 10px;
}

.lp-nagl {
    /* border:solid 1px teal; */
    width: 50px;
    text-align: center;
    padding: 5px;
}

.st-nagl {
    /*border:solid 1px teal; */
    width: 140px;
    text-align: center;
    padding: 5px;
}
.tyt-nagl {
    /*border:solid 1px teal; */
    width: 250px;
    padding: 5px;
}

.ur-nagl {
    /*border:solid 1px teal; */
    width: 240px;
    padding: 5px;
    
}

.zm-nagl {
    /*border:solid 1px teal; */
    width: 220px;
    padding: 5px;
    
}

.medal-nagl {
    /*border:solid 1px teal; */
    width: 200px;
    padding: 5px;
    
}

.op-nagl {
    /*border:solid 1px teal; */
    width: 200px;
    padding: 5px;
    
}



.kont-div {
    display: flex;
}

.lp {
    /* border:solid 1px teal; */
    width: 50px;
    text-align: center;
    padding: 5px;
}

.st {
    /*border:solid 1px teal; */
    width: 140px;
    text-align: right;
    padding: 5px 5px;
}
.tyt {
    /*border:solid 1px teal; */
    width: 250px;
    padding: 5px;
}

.ur {
    /*border:solid 1px teal; */
    width: 240px;
    padding: 5px;
    
}

.zm {
    /*border:solid 1px teal; */
    width: 220px;
    padding: 5px;
    
}

.medal {
    /*border:solid 1px teal; */
    width: 200px;
    padding: 5px;
    
}

.op {
    /*border:solid 1px teal; */
    width: 200px;
    padding: 5px;
    
}


/* koniec 11szwadron */
/* stopka */

.odstep-1 {
    width: 1200px;
    height: 30px;
    /* border:solid 1px teal; */
    margin-left: auto;
    margin-right: auto;

}


.stopka_powrot {
    text-align: right;
    margin-right: 10%;
    margin-bottom: 30px;
    margin-top: 20px;

}

.stopka_powrot p{
    font-size: 20px;
    color:darkslategrey;
}



    
   
    /* strona dla cookies */

    ul.cookies > li {
        display: block;
        line-height: 2em;
    }



