body {
    background-color: #FDEAD2;
    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;		
}

.przycisk-logo {
    width:1000px;
    min-height:193px;		
}



.odstep-poziomy {
    width: 110px;
    height: 180px;
}

.logo {
    width: 1000px;
    background: url('../logo-przyciski/logo-przycisk.png') top left no-repeat;

}

.logo:hover {
    width: 1000px;
    background: url('../logo-przyciski/logo-przycisk.png') bottom left no-repeat;

}



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

}

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

}

/* Menu dla stron lat*/

.przycisk-logo-lata {
    width:1000px;
    min-height:195px;		
}

/* 1983 */

.logo1983 {
    width: 1000px;
    background: url('../logo-przyciski/logo-1983.png') top left no-repeat;

}

.logo1983:hover {
    width: 1000px;
    background: url('../logo-przyciski/logo-1983.png') bottom left no-repeat;

}



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

}

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

}

/* 1993 */

.logo1993 {
    width: 1000px;
    background: url('../logo-przyciski/logo-1993.png') top left no-repeat;

}

.logo1993:hover {
    width: 1000px;
    background: url('../logo-przyciski/logo-1993.png') bottom left no-repeat;

}



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

}

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

}

/* 1998 */

.logo1998 {
    width: 1000px;
    background: url('../logo-przyciski/logo-1998.png') top left no-repeat;

}

.logo1998:hover {
    width: 1000px;
    background: url('../logo-przyciski/logo-1998.png') bottom left no-repeat;

}



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

}

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

}


/* 2018 */

.logo2018 {
    width: 1000px;
    background: url('../logo-przyciski/logo-2018.png') top left no-repeat;

}

.logo2018:hover {
    width: 1000px;
    background: url('../logo-przyciski/logo-2018.png') bottom left no-repeat;

}



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

}

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

}


/* 2023 */

.logo2023 {
    width: 1000px;
    background: url('../logo-przyciski/logo-2023.png') top left no-repeat;

}

.logo2023:hover {
    width: 1000px;
    background: url('../logo-przyciski/logo-2023.png') bottom left no-repeat;

}



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

}

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

}





/* Do nasze technikum  */

.technikum {
    width: 1000px;
    background: url('../logo-przyciski/logo-technikum.png') top left no-repeat;

}

.technikum:hover {
    width: 1000px;
    background: url('../logo-przyciski/logo-technikum.png') bottom left no-repeat;

}



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

}

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

}





/* Menu dla Nagłówka*/

.menu-str {
    width: 82px;
    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: 82px;
    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: 82px;
    height: 30px;
    color: #FDE0BC;
    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;

}



/* to chyba dotyczy menu na samym dole */

ul li {
	display: inline-block;
	white-space: nowrap;
}



/* układ strony */

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

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



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

.absolwent {
    width:110px;
    min-height:210px;		
}

.nauczyciel {
    width:150px;
    min-height:240px;		
}

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


/* Galeria na stronach dat spotkan */

.p_1 {
margin-top: 70px;
font-size: 20px;

}

.p_2 {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.p_3 {
    text-align: center;
    font-weight: bold;
    margin-top: 40px;
}

.p_4 {
    text-align: center;
    font-size: 14px;
    margin-bottom: 40px;

}


/* Taby na stronie startowej */

.tab-startowej-p_1 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: center;

}

.tab-startowej-p_2 {
    font-size: 14px;
}

.tab-startowej-p_3 {
    font-size: 24px;
    margin-top: 70px;
    margin-bottom: 50px;
    text-align: center;
}

/* dodane od 3-23 */

.tab-startowej-p_5 {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: center;

}

.tab-startowej-p_6 {
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 50px;
    text-align: center;

}

.tab-startowej-p_7 {
    font-size: 20px;
    margin: 20px 100px;
    text-align: center;

}



/* Formularz na str Wyslij zdjecia */








/* 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;
}


/* dla wyslij */

li.obejma-wyslij {
    margin-right: 25px;
}



li.obejma-wyslij .wyslij:link, li.obejma-wyslij .wyslij:visited {

    text-decoration: none;
    cursor: pointer;
    text-align: center;
    color: #552200;
    border: 1px solid #552200;
    border-radius: 7px;
    
    display: inline-block;
    font-family: Verdana;
    font-size:16px;
    font-weight: 600;
    
        padding: 4px 10px;
    
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        border-radius: 7px;
        -moz-box-shadow: 2px 2px 3px #cccccc;
        -webkit-box-shadow: 2px 2px 3px #cccccc;
        box-shadow: 2px 2px 3px #cccccc;
    }
    
    li.obejma-wyslij .wyslij:hover {
    background-color: #552200;
    color: #ffffff;
    
    
    }
     
    li.obejma-wyslij .wyslij:active {
    background-color: #552200;
    color: #ffffff;
    border: 1px solid #d4a84a;
    border-bottom: 1px solid #d4a84a;
    
    
        -moz-box-shadow: 2px 2px 3px #cccccc inset;
        -webkit-box-shadow: 2px 2px 3px #cccccc inset;
        box-shadow: 2px 2px 3px #cccccc inset;
    }
    
    /* KONIEC dla wyslij */
    

/* dla przycisku do-glownej darkgreen */

li.obejma-do-glownej {
    margin-right: 25px;
}



li.obejma-do-glownej .do-glownej:link, li.obejma-do-glownej .do-glownej:visited {

    text-decoration: none;
    cursor: pointer;
    text-align: center;
    color:darkgreen;
    border: 1px solid darkgreen;
    border-radius: 7px;
    
    display: inline-block;
    font-family: Verdana;
    font-size:16px;
    font-weight: 600;
    
        padding: 4px 10px;
    
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        border-radius: 7px;
        -moz-box-shadow: 2px 2px 3px #cccccc;
        -webkit-box-shadow: 2px 2px 3px #cccccc;
        box-shadow: 2px 2px 3px #cccccc;
    }
    
    li.obejma-do-glownej .do-glownej:hover {
    background-color: darkgreen;
    color: #ffffff;
    
    
    }
     
    li.obejma-do-glownej .do-glownej:active {
    background-color: darkgreen;
    color: #ffffff;
    border: 1px solid #d4a84a;
    border-bottom: 1px solid #d4a84a;
    
    
        -moz-box-shadow: 2px 2px 3px #cccccc inset;
        -webkit-box-shadow: 2px 2px 3px #cccccc inset;
        box-shadow: 2px 2px 3px #cccccc inset;
    }
    
    /* KONIEC dla przycisku do-glownej */


   
    /* strona dla cookies */

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



    /* Tabby Responsive Tabs - formatowanie */

    #tablist1-panel1 {
        background: #FDEAD2;
        border: 1px solid #7E3A20;
    }
    
    #tablist1-tab1 {
        background: #FDEAD2;
        border-color: #7E3A20;
    }
    
    #tablist1-tab2 {
        background: #FDEAD2;
        border-color: #7E3A20;
    }

    #tablist1-panel2 {
        background: #FDEAD2;
        border-color: #7E3A20;
    }

    #tablist1-panel3 {
        background: #FDEAD2;
        border: 1px solid #7E3A20;
    }
    
    #tablist1-tab3 {
        background: #FDEAD2;
        border-color: #7E3A20;
    }



  /* Dodane od 3-23 */

  /* formularz 3 zakladki */

  .tab-startowej-p_8 {
    font-size: 20px;
    margin: 40px 10px;
    text-align: center;

}


.tab-startowej-p_9 {
    font-size: 20px;
    margin: 60px 70px;
    text-align: center;

}

.p_label-2 {
    margin-top: 40px;
}

.p_label-3 {
    margin-top: 40px;
}

.p_label-10 {
    font-size: 20px;
    margin: 30px 50px;
    text-align: left;
}


/* submit wyslij */


div.div_sub {
    text-align: left;
    padding-left: 265px;

}

.sub-wyslij {
    background-color: #FDEAD2;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    color: #552200;
    border: 1px solid #552200;
    border-radius: 7px;
    
    display: inline-block;
    font-family: Verdana;
    font-size:16px;
    font-weight: 600;
    
        padding: 4px 10px;
    
        -moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        border-radius: 7px;
        -moz-box-shadow: 2px 2px 3px #cccccc;
        -webkit-box-shadow: 2px 2px 3px #cccccc;
        box-shadow: 2px 2px 3px #cccccc;

}

.sub-wyslij:hover {
    background-color: #552200;
    color: #ffffff;

}




/* KONIEC submit wyslij */

/* Tekst pod budynkiem szkoly */

.p_budynek-1 {
    margin-left: 40px;
    margin-right: 70px;
    margin-top: 0px;
    text-align: justify;
    font-size: 22px;
}

.span_budynek-1 {
    color:green;
    font-size: 26px;
}


/* opakowanie z div na podstronach osob */

.podstr_kontener {
    width: 1190px; 
    height: 590px;
    /* border: solid green 1px; */ 
    display: flex;	
    justify-content: center;
    align-items: center;

}

.podstr_el-lewy {
    width: 450px; 
    /* border: solid green 1px; */

}


.podstr_el-prawy {
    width: 670px; 
    /* border: solid green 1px; */
    
}


.p_podstr-nazwisko {
    font-size: 85px;
    /* margin-bottom: 185px; */

}

.div_tarcza {
    width: 700px;
    height: 185px;
    /* border: solid green 1px; */

}

.div_tarcza img {
    padding-left: 400px;
}

.p_podstr-opis {
    font-size: 36px;

}




/* dla nauczyciele i dyrektorzy */
/* div rozpychajacy zamiast tarczy */

.div_zamiast-tarczy_1 {
    width: 600px;
    height: 287px;
    /* border: solid green 1px; */

}

.div_zamiast-tarczy_2 {
    width: 600px;
    height: 220px;
    /* border: solid green 1px; */

}

.div_zamiast-tarczy_3 {
    width: 600px;
    height: 180px;
    /* border: solid green 1px; */

}

.p_podstr-nazwisko_wyj1 {
    font-size: 75px;
    /* margin-bottom: 185px; */

}



/* Zaproszenie - zakladka 1 */


.film-zaproszenie {
    width: 1140px; 
    height: 380px;
    /* border: solid green 1px; */ 
    display: flex;	
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;

}


.zaproszenie-film_1 {
    width: 730px; 
    height: 370px;
    /* border: solid green 1px; */

}


.zaproszenie-tarcza {
    width: 310px; 
    height: 370px;
    /* border: solid green 1px; */

}


.zaproszenie-film_2 {
    width: 645px;
    height: 370px;
    /* border: solid green 1px; */

}



/* Rok 1983 - divy */

.podstr83_kontener {
    width: 1190px; 
    height: 400px;
    /* border: solid green 1px; */ 
    display: flex;	
    justify-content: center;
    align-items: center;

}

.podstr83_el-lewy {
    width: 450px; 
    /* border: solid green 1px; */

}


.podstr83_el-prawy {
    width: 670px; 
    /* border: solid green 1px; */
    
}


.p_podstr-83 {
    margin-top: 1px;
  
}


.p_podstr-opis-83 {
    font-size: 21px;
    text-align: left;
    text-indent: 50px;

}







