@page 
{
    size:  auto;  //  auto is the initial value 
    margin: 0mm;  // this affects the margin in the printer settings 
}

#pagearea{
    height: 500px;
}

html, body {
    padding: 0px;
    width: 100%;
    font-family: arial;
    font-size: 12px;
    float: none;
    margin:20px;
}  

#content, #frame {
    width: 100%;    
    margin: 0px;
}

#printtable td{
    padding: 10px;
    border: 1px solid #888;
}

.tooltip, .button, .noprint, input, .ausgabe, .achse{
    display:none !important;
}

#printtable{
    display: block;
    border-spacing: 0px;
    border-collapse: collapse;
}

.noborder {
    border: none;
}