
    jQuery(document).ready(function() {
    
        /*
        *   Áthelyezi az oldal alján elhelyezett #header-info-content tartalmát a fejlécbe.
        *
        */
    
        jQuery("#header-info-content").contents().appendTo("#header-info").detach(jQuery("#header-info-content"));

    });