﻿/**
 * @author	Stichting ICTU, Overheid heeft Antwoord
 * @since	14 september 2009
 * @name	Print stylesheet
 * @version	0.95
 */
 
@media print
{
	/* general */	
	*
	{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	body
	{
		font-size: .8em;
	}
	
	h1
	{
		display: none;
	}
	
	h2
	{
		font-family: Arial, Helvetica, sans-serif;
	}	
	
	.hidden
	{
		display: none;
	}
	
	/* navigation & header */
	
		
	.menu h2, .menu h3, .menu > .main, .menu > .meta, .options, .header dl, .header #contrast, .menu #Salutation
	{
		display: none !important;
	}
		
	div.menu
	{
        display: none !important;
	}
	
	div.header
	{
	    position:absolute;
	    left:0px;
	    padding: 0px;
		border-bottom: none;
	}
	
	.header h1
	{
		display: block;	
		float:left;
	}
		
	#content-container
	{
		padding:0px;
		position: absolute;
		top: 80px;		
		width: 100%;
	}
	
	#content-container > .breadcrumb
	{
	    display: none;
	}	
	
    /*.breadcrumb
	{
		padding: 0;
		top: 80px;
		left: 10px;		
	}
	
	.breadcrumb a
	{
		color: black;
	}
	
	.breadcrumb *
	{
		display: inline !important;	
		color: black;
	}	
    
    .breadcrumb li:before
	{
		color: black;
		content: ">";
	}
	
	.breadcrumb h2
	{
	    font-size:1.3em;
	    margin-left: 5px;
	}
    */
    ul.breadcrumb
	{
	    position:absolute;
		padding: 0;
		top: 80px;
		left: 0px;		
	}
	
    .breadcrumb *
	{
		display: inline !important;	
		color: black;
	}	
    
    .breadcrumb li a
    {
        display:none !important;
    }
    
    .breadcrumb h2
	{
	    font-size:1.3em;
	    margin-left: 5px;
	}
	
	fieldset.buttons
	{
	    display:none;   
	}
	
	ol.steps
	{
	    display:none;
	}	
	
	/* columns */
	#zoek-en-submenu, #actie-menu
	{
		display: none;
	}	
	
	#test-informatie
	{
	    display: none;   
	}
	
	/* footer */
	.footer
	{
		display: none;
	}
	
	
}