/* 	Print style sheet for Superwerk
	Created by ICT 2006
	V004 23/08/2007
	
*/

/* Almost nothing in here = default print style 
	- Hide Sidebar and Footer from printing
	- Hide Google Map for printing
	- Set headers  to lesser height
	- No special formatting for links and color to black
----------------------------------------------- */

#Sidebar, #Footer, #Map {
	display:none;
	}

#Inhoud h2,h3{
	font-size:1.1em;
	}
	
#Header h2{
	font-size:1.1em;
	}

a	{
	text-decoration: none;
	color: black;
	}
	
a:link, a:visited {
	color: black;
	}
	
/* Trajecten / Vacature pagina
	- laat alle tekst in de accordions zien
	- geen click op <<>> voor mee info
	----------------------------------------------- */
.Show_hide .Show_text {
	display:block;
	}
	
.click_bes {
	display: none;
	}

