body {
    
    background-repeat: repeat;
    background-image:url('../images/puskasBg2.gif');    
}


.contentWrapper {
    margin-top: 35px;
}




.viewPage {
    background-color: #000;
    padding: 10px;
}

.viewPage .contentTitle {
    color: #E7BC64;
    text-align: center;
    
    background-image: url('../images/pubLogo.jpg');
    background-repeat: no-repeat;
    background-size: 80px 80px;
    background-position: 24px center;    
    
}

.puskasTopHeader {
    height: 250px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-image: url('../images/puskasMemory.jpg');
    background-repeat: no-repeat;
}

.viewPage .contentTitle .contentTitle2 {
    color: #fff;
    font-weight: bold;
    font-size: 32px;
}

.viewPage .contentTitle .contentTitleImg {
    float: right;
    margin-top: -86px;    
}
.viewPage .contentTitle img {
                width: 80px;
                height: 80px;
                }



.viewPage .fck {
    color: #999;
    font-size: 18px;
}



h2 {
    color: #fff;
}

.mainBox {
    background-color: transparent;
}


.m2adminForm label {
    color: #999!important;
}


.kvizInditasa {
    text-align: center;
}

.kvizInditasa a {
    /*
    text-decoration: none;
    padding: 10px;
    background-color: #ccc;
    color: #fff;
*/
    
    clear: both;
    background-color: #aaa;
    border: 0 none;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;    

    
}
.kvizInditasa a:hover {
    clear: both;
    background-color: #777;
    border: 0 none;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;   
    
}

.newsContainer {
    width: auto!important;
}

.limiterArrow .currentPos {
    color: #c9962c;
}
.viewPage .puskas {
    line-height: 80px;
}


.puskasAsztalfolalas {
    border: 1px solid #E7AA2E;
    display: block;
    margin: 10px;
    color: #E7AA2E;
    clear: right;
    text-decoration: none!important;
    float: left;
    clear: right;
    padding: 12px;
    margin-left: 0px;
}


.puskasAsztalfolalas:hover {
    color: #000!important;
    background-color: #E7AA2E;
    margin-left: 0px;
}



.viewPage .fck img {
    float: left;
}

.newsContainer .newsBox h2 a {
    text-decoration: none;
}

.freshNews {
    width: 111.9em;
    /* margin: 0 auto 0 auto; */
    z-index: 4;
    text-align: left;
    float: none;
     padding-left: 0px; 
    margin-bottom: 20px;
}
.freshNews span {
    color: #a1a1a1;
    font-family: 'AllerLight', serif;
    font-size: 30px;
}
@media only screen and (max-width: 640px) {
    
    .viewPage {
        background-image: url('../images/pubLogo.jpg');
        background-repeat: no-repeat;
        background-size: 60px 60px;
        background-position: 21px 74px;        
    }
    .viewPagePuskas {
        
        background-position: 21px 26px;        
    }    
    .viewPage .contentTitle {
        background-image: none;
        
        margin-left: 79px;
        font-size: 18px;        
        
    }
    
    .viewPage .puskas {
        line-height: 40px;
    }
    
    .contentTitleImg {
        display: none;
    }
    
    .viewPage .contentTitle .contentTitle2 {
            font-size: 17px;
    }
    
    
    
    
}