.info_container:after{
    content: '';
    clear: both;
    display:block;
}

.akt_informaciok_bal{
    font-weight:300;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width:300px;
    border-right:2px solid #EEEEEE;
    padding-right:20px;
}

.akt_informaciok_bal h1{
    font-size:26px;
    color:#da5b3e;
}



.naptar_resz_jobb{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width:1200px;

}

.naptar_resz_jobb:after{
    content: '';
    clear: both;
    display: block;
}

.egynap{
    background:url('../images/nap_hatter2.jpg') top left;
    width:167px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float:left;
    margin-right:3px;
    border-right:1px solid #E3E3E3;
    min-height:600px;
    height:auto;
    border-bottom:1px solid #EFEFEF;
    cursor:pointer;
    
}

.egynap:hover{
    background-color: #f2f2f2;
}

.egynap h2{
    margin-top:0px;
    padding:10px;
    text-align: center;
    font-weight:300;
    font-size:20px;
    color:#FFFFFF;
    background-color:#4b6d9e;
}

.egynap:hover h2{

    background-color: #DA5C40;
}

.egynap h2.szunet{
    margin-top:0px;
    padding:10px;
    text-align: center;
    font-weight:300;
    font-size:20px;
    color:#da5b3e;
    background-color:#ebd2cd;
}

.egynap:hover h2.szunet{
    background-color: #DA5C40;
    color:#ffffff;
}

.egynap .todo{
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*border:1px solid #000;*/
    -webkit-box-shadow:  0px 0px 2px #888888;
    -moz-box-shadow:  0px 0px 2px #888888;
    box-shadow:  0px 0px 2px #888888;
    padding:5px 10px;
    font-weight:300;
    font-size:16px;
    cursor:pointer;
    margin-bottom:3px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.egynap .todo:hover{
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);

    -webkit-box-shadow:  1px 1px 2px #444444;
    -moz-box-shadow:  1px 1px 2px #444444;
    box-shadow:  1px 1px 2px #444444;  
    
    margin-bottom:30px;
}

.egynap .todo_napi{
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*border:1px solid #000;*/
    -webkit-box-shadow:  0px 0px 2px #888888;
    -moz-box-shadow:  0px 0px 2px #888888;
    box-shadow:  0px 0px 2px #888888;
    padding:5px 10px;
    font-weight:300;
    font-size:16px;
    cursor:pointer;
    margin-bottom:3px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.egynap .todo_napi:hover{
    -webkit-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);

    -webkit-box-shadow:  1px 1px 2px #444444;
    -moz-box-shadow:  1px 1px 2px #444444;
    box-shadow:  1px 1px 2px #444444;  
        
}

.naptar_fejlec{
    background-color:#EEEEEE;
    color:#FFFFFF;
    padding:5px 10px;
    margin-bottom:5px;
    width:1167px;
}

.naptar_fejlec a{
    color:#AAAAAA;
    text-decoration: none;
    font-size:14px;
    margin-right:30px;
}

.naptar_fejlec a:hover{
    color:#DA5C40;
}

.naptar_fejlec a.aktiv{
    color:#DA5C40;
    text-decoration: none;
    font-size:18px;
    margin-right:30px;
}

.naptar_fejlec a.aktiv:hover{
    color:#DA5C40;
}

/* HAVI NÉZET */

.egynap_havi{
    background:url('../images/nap_hatter2.jpg') top left;
    width:167px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float:left;
    margin-right:3px;
    border-right:1px solid #E3E3E3;
    min-height:160px;
    height:auto;
    border-bottom:1px solid #EFEFEF;
    cursor:pointer;
    
}



.egynap_havi:hover{
    background-color: #f2f2f2;
}

.egynap_havi h2{
    margin-top:0px;
    padding:10px;
    text-align: center;
    font-weight:300;
    font-size:18px;
    color:#FFFFFF;
    background-color:#4b6d9e;
}

.honapon_kivul{
    background-color:#EEEEEE !important;
    color:#666666 !important;
}

.egynap_havi:hover h2{

    background-color: #DA5C40;
}

.egynap_havi h2.szunet{
    margin-top:0px;
    padding:10px;
    text-align: center;
    font-weight:300;
    font-size:18px;
    color:#da5b3e;
    background-color:#ebd2cd;
}

.egynap_havi:hover h2.szunet{
    background-color: #DA5C40;
    color:#ffffff;
}

.egynap_havi .todo{
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*border:1px solid #000;*/
    -webkit-box-shadow:  0px 0px 2px #888888;
    -moz-box-shadow:  0px 0px 2px #888888;
    box-shadow:  0px 0px 2px #888888;
    padding:5px 10px;
    font-weight:300;
    font-size:12px;
    cursor:pointer;
    margin-bottom:3px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.egynap_havi .todo:hover{
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);

    -webkit-box-shadow:  1px 1px 2px #444444;
    -moz-box-shadow:  1px 1px 2px #444444;
    box-shadow:  1px 1px 2px #444444;  
    
}