
body {
    background: #f7f6c5 100%;
	margin: 0 auto 0 auto;
}
#contener{
    width: 95%;
    height: 1200px;
    /*border: #ff0000 solid 1px; */
    margin: 0 auto 0 auto;
    padding-top: 3px;
}

.bdcontener{
    width: 100%;
    height: 1100px;
    /*border: #00CC00 solid 1px; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: flex-start;
    text-align: center;
    margin-top: 2px;
}

#baloldal{
    width: 15%;
    min-width: 70px;
    height: 1100px;
    /*border: #0000ff solid 1px;  */
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: flex-start;
}

#jobboldal{
    width: 15%;
    min-width: 70px;
    height: 1100px;
    /*border:  #FFCC00 solid 1px; */
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: flex-start;
    margin-top: 1px;
}

#tartalom{
    width: 69%;
    height: 1100px;
    /*border: #15C908 solid 1px;*/
 }
 #menusav{
     width: 100%;
    height: 54px;
    /*border: #15C908 solid 1px;*/
    padding-top: 3px;
    padding-bottom: 3px;
    display: flex;
    justify-content: center;
 }
 #iframe0{
    width: 100%;
    border: #000000 solid 0px;
    height: 1000px;
}

.tbl{width: 100%;}

#bnr_id{
    width: 99%;
    height: 90px;
    border: #000000 solid 1px;
    background-image: url('../banner/banner.png');
    background-position: center;
    background-color: #9c6d26;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items:  center;
    text-align: center;
}
#bnr_id img{
    -webkit-transition: all 600ms;
    padding-top: 5px;
}
#bnr_id img:hover{transform: scale(1.3); transition: transform 200ms linear;}

#p2, #p5{
    margin-left: 10px;
    width: 60px;
    height: 60px;
}
#p3, #p4{
    margin-right: 10px;
    width: 60px;
    height: 60px;
}
#p1 img{
    margin-left: 10px;
    /*width: 70px;
    height: 70px; */
    border-radius: 50%;
    padding-top: 4px;
}
#p6 img{
    margin-right: 10px;
   /* width: 70px;
    height: 70px;  */
    border-radius: 50%;
    padding-top: 4px;
}
.kepbal, .kepjobb{
    /*border: #15C908 solid 1px;
    width: 20%;    */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    text-align: center;
}
.kozep{width: 51%;}

#lablec{
    width: 100%;
    height: 60px;   /*
    border:  #FFDB70 solid 1px;    */
    background-color: #f7f6c5;
    text-align: center;
    padding-top: 25px;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
 }
#balLC{padding-left: 20px;}
#jobbLC{padding-right: 40px;}

#nevnap{
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #AD0000;
    border: #777777 solid 1px;
    border-radius: 8px;
    margin-right: 2px;
    width: 97%;
}

#backToTop{
    margin-left: 150px;
    background-color:  #FF9900;
    border: none;
    color: white;
    padding: 12px 20px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 8px;
}
#backToTop:hover {
    background-color: #BD0000;
}
#flip {text-align: center;}

#panel {
    margin: 0 auto 0 auto;
    text-align: center;
    width: 92%;
    background-color: #e5eecc;
    border: solid 1px #c3c3c3;
    padding: 10px;
    display: none;
}
#panel button{
    border: #000000 solid 1px;
    color: white;
    background-color:  #B87A00;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
}
#hirek{
    /*border: solid #BBBBBB 1px;  */
    background-image: url(../banner/hirek.png);
    background-position: center;
    min-width: 70px;
    min-height: 300px;
}
