body {
    background-image: url(../Plan2_06c.png);
    background-color: rgba(88, 136, 198,1);
    background-attachment: fixed;
    /*background: rgba(88, 136, 198, 0.5);*/
    background-repeat: no-repeat;
    background-position: center top;

}

.aaa{

background-color: #f1dac1;

}
.hlavicka {
    background-color: rgba(51, 51, 51, 0.8);
    color: white;
}

.hlavicka2 {
    background-color: rgba(51, 51, 51, 1);
    color: white;
    padding-bottom:10px;
}

.login_frame {

    /*background-color: rgba(255, 255, 255, 0.5);*/
}
.login_frame2 {
    background-color: rgba(255, 255, 255, 0.9);
}
footer {
    position: fixed;
    height: 180px;
    bottom: 0px;
    width: 100%;
}


.paticka {
    /*background-color: rgba(48, 140, 186, 0.8);*/
    background-color: rgba(51, 51, 51, 0.8);
}

.paticka2 {
    /*background-color: rgba(48, 140, 186, 1);*/
    background-color: rgba(51, 51, 51, 1);
    color: white;
    height: 100%;
}
.vypln {
    /*background-color: white;*/
}
@media (max-height: 920px) {
    .paticka {
        display: none;
    }

    footer {
        display: none;
    }
}


