﻿@media print {

    @page { /*Vyhodit automaticky tisk URL a title. V IE to nefunguje*/
        margin-top: 0mm;
        margin-bottom: 0mm;
    }

    .print-hide {
        display: none;
    }

    body .page {
        background: none #fff;
    }

    body .content {
        width: 99%;
        background: #fff none;
    }

    body div.box {
        border: none;
        background: none;
    }

    body div.box-inner {
        border: none;
        background: none;
    }

    body a.button {
        display: none;
    }

    .menu {
        display: none;
    }

    div.logo {
        display: none;
    }

    div.logo {
        background: #fff none;
    }

    .logo h1 {
        display: none;
    }

    body table.list-zaj tr.header {
        background: none;
    }

    .rightpanel {
        display: none;
    }

    .footer > div:first-child {
        display: none;
    }
}
