﻿@media print {

    #header-container, #menu-container, #pre-content-container, #footer-container, .controlTable, #page-menu, #news-block, .breadcrum, .omgeving { display: none; }
    
    h1,h2,h3,h4,h5,h6 { color: #000000; }

    a { color: #00F !important; }

    #content {
        width: inherit;
    }

    #content-block {
        float: none; 
        border-style: none !important;
        width: inherit;
    }
}
