/*
	Projectnaam CSS stijldocument // E-TF: Print stijlregels
	Auteur: Boye Oomens // boye@e-sites.nl
	Versie: 1.3
*/

/* ------------------------------------------- Body */
body * {line-height: 1.5; font-family: "Verdana", Helvetica, Tahoma, serif; color:#000; background: none; font-size: 10pt;}

/* ------------------------------------------- Lay-out */
div.container,
div.header,
div.mainSection,
div.rightSection { width: 100%; }

/* Bepaalde divs niet tonen tbh het print canvas */
form,
ul.nav,
h2 img,
object,
img.mainImg { display: none; }
.center-img { display: block !important; }

div.rightSection .flashH2 { visibility:hidden; }
div.rightSection h2 {color:#000; visibility:visible !important; display:block !important;}

div.header h1 {left:0;}
div.rightSection {float:none; left:0; padding:0;}

/* ------------------------------------------- (Kop)tekst */

h1,h2,h3,h4,h5,h6 { page-break-after:avoid; }
a img { border:none; }
a:link, a:visited { background: transparent; font-weight:700; text-decoration: none; }

/* ------------------------------------------- Lijst elementen */
li ul, 
li ol       { margin: 0 1em;}
ul, ol      { margin: 0 1em 1em 1em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1em 0;}
dl dt       { font-weight: bold; width: 15%; float: left; }
dd          { margin-left: 1em;}

/* ------------------------------------------- Tabellen */
table       { margin-bottom: 1.4em; width:100%; border:0; }
th          { font-weight: bold; background: #ccc; }
th,td       { padding: 4px 10px 4px 5px; }
tfoot       { font-style: italic; }
caption     { background: #eee; }
