
/* Do not display irrelevant sections */

.Visual, #Mainmenu, #Path, #Search, #Context, #Footer, .MaintenanceControl, .NoPrint, LU_voetnoot
{
   display: none;
}

.NoScreen
{
   display: block;
}



/* Adapt visible sections for print */

html, body, #Container, #Main 
{
   height: auto;
}

body,
td,
input,
select,
textarea
{
   font-size: medium !important;
}

body, th, td,
h1, h2, h3, p, div,
dl, ol, ul, li,
input, select, textarea,
.Frame, .FrameHeader
{
   border-color: #000;
   color: #000;
   line-height: 1.5em;
}

#Content
{
   width: 100%;
}

h1, h2, h3
{
   margin-bottom: 1.5em;
}

a, a:link, a:visited
{
   color: #000;
   text-decoration: underline;
}
