@page
{
    height: 297mm;
    width: 210mm;
}

/*Print Darstellung*/
@media print
{
    /* do not show the following controls for printing */
    div#leftcontent, /* left column (navigation menu) */
    select, /* DropDownList */
    input, /* mainly Buttons */
    .noPrint /* all other controls, which should not be printed */
    {
        display: none;
    }
    
    /* show the following controls printer-friendly */
    .printLabelInsteadDropDownList,
    .printLabelInsteadTextBox
    {
        background-color: White;
        color: Black;
        display: inline;
        text-decoration: none;
    }
    
    #right-content-outer
    {
        width: 100%;
        border-left: none;
    }
    
    #headercontent
    {
        border:none;
    }
}
