/*
 *   MINSZW.NL
 *
 *   Stylesheet voor printer
 *   /css/print.css
 *
 *   eend ~ maakt internet menselijk
 *
 *   V1.0 - 20/09/2007 - Robert Jan Verkade & Maaike de Laat
 *
 ************************************************************/

/*  Basisdefinities
-------------------------------------------- */
	* { font-family:univers,helvetica,arial,sans-serif; font-size:10pt; color:#000; }
	h1 { font-size:140%; font-weight:bold; }
	h2 { font-size:120%; font-weight:bold; }
	h3,h4,h5 { font-size:100%; font-weight:bold; margin:0; padding:0; }
	a { text-decoration:none; color:#000; }
	img { border:none; }
	p { margin:0; padding:0 0 1.2em; }
	abbr, acronym { font-style:normal; border:none; }
	#directnaar, #navigatie, #hoofdmenu, #servicemenu, #kop, #voet, #subnavigatie ul, #subnavigatie h2, #zoeken, #hark,
	.bladeren, .galerij.nieuws, .teruglink, .hulp,.anker, form { display:none; }
	.thuis #attentiekolom h2, .thuis #attentiekolom .linklijst, .thuis #subnavigatie, .thuis #subnavigatie ul, .thuis #subnavigatie h2, #subnavigatie ul.aanverwant { display:block; }
	#attentiekolom .schaalbeeld img { margin-bottom:1em; }
	#woordmerk { margin:0 0 50px; }
	#inhoudbox { width:19cm; }
	#inhoudbox p, #inhoudbox ul, #inhoudbox h1, #inhoudbox h2, #inhoudbox h3, #inhoudbox h4 { width:14cm; }
	#inhoudbox a:after { content:" [" attr(href) "] ";font-size:90%; }
	#inhoudbox thead a:after { display:none; }
	#inhoudbox .rsslijst a:after, #organogram a:after { content:""; }
	#inhoudbox li h2, #inhoudbox li h2,.kenmerken { margin:0;padding:0; }
	.linklijst, #subnavigatie ul { list-style-type:none; border-top:0.5pt solid #666; padding:0; margin-left:0; }
	.linklijst li, #subnavigatie ul li { border-bottom:0.5pt solid #666; padding:3pt 0; }
	.linklijst li.laatste, .linklijst li.nadruk { border-bottom-width:1pt; }
	table { width:95%; text-align:left; margin-bottom:1em; }
	td, th { padding:5pt 5pt 5pt 0; }
	.naarBoven { display:none; }
/*  contactpagina
-------------------------------------------- */
	.vcard .post-office-box, .vcard span.tel { display:block; }
/* Kruimelpad */
	#inhoudbox #kruimelpad { position:relative; top:-1em; color:#000; }
	#inhoudbox #kruimelpad span { display:none; }
	#inhoudbox #kruimelpad a { color:#000; text-decoration:none; border-bottom:none; position:relative; top:0; margin-bottom:3em; }
	#inhoudbox #kruimelpad a.dossiertitel, #inhoudbox #kruimelpad strong {
		position:absolute;
		display:block;
		margin:0;
		color:#000;
		font-size:195%; /* Iets verkleind ivm lange titels */
		text-decoration:none;
		width:180%;
		line-height:1;
		top:.5em;
		font-weight:bold;
		border-bottom:none;
	}
