/*CSS (Cascading Style Sheet) Copyright (c) Erik Stackelberg @ Stackelberg.ca*/
@media print {

    /*--------------General-----------------------------------------------------------------------------------*/

    BODY, html { height: 100%; /*important!*/ margin: 0 0 0 0; /*important!*/ font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #515151; line-height: 16px; background-image: none; background-repeat: no-repeat; }


    #stacklogo { display: none; }

    #languagemenu { display: none; }

    #find_hover { display: none; }


    #contact_hover { display: none; }

    #menu { display: none; }


    #main_footer { display: none; }

    #section_footer { display: none; }
    #section_stacklogo { display: none; }

    #topright { display: none; }

    /*-------------Print-----------------------------------------------------------------------------------*/

    #print { position: relative; width: 550px; height: 100px; }
    .imagefloat { float: left; }
    .floatright { float: left; letter-spacing: -1px; padding: 0px; font-size: 28px; text-align: left; font-weight: bold; color: #333333; line-height: 32px; }

    h1 { letter-spacing: -1px; padding: 0px; margin-top: 20px; margin-bottom: 8px; font-size: 18px; text-align: left; font-weight: bold; color: #000000; }
    #home_text_content { display: block; }
}
