﻿@media print {

#header, #menu, #left-panel, .no-print
{
    display:none;
}

#obsah
{
    width:100%;
}

}
