/*
	Projectnaam CSS stijldocument // Print stijlregels
	Auteur: Boye Oomens // boye@e-sites.nl
	Versie: 1.2
*/

/* ------------------------------------------- Body */
body {
  line-height: 1.5;
  font-family: "Verdana", Helvetica, Tahoma, sans-serif;   
  color:#000;
  background: none;
  font-size: 10pt;
}

/* ------------------------------------------- Lay-out */
div#mainContainer,
div#mainContent,
div#mainContentRight { width: 100%; }

/* Bepaalde divs niet tonen tbh het print canvas */
div#modelInfo,
div#topHeader,
div#mainNav,
div#mainContentLeft,
div#mainFooter,
div#e-sitesLogo { display: none; }

/* ------------------------------------------- Tekst */

h1,h2,h3,h4,h5,h6 { font-family: "Verdana", Arial, "Lucida Grande", sans-serif; }
code { font:.9em "Courier New", Monaco, Courier, monospace; } 

img { float:left; margin:1.5em 1.5em 1.5em 0; }
a img { border:none; }
p img.top { margin-top: 0; }

blockquote { margin:1.5em; padding:1em; font-style:italic; font-size:.9em; }
a:link, a:visited { background: transparent; font-weight:700; text-decoration: underline; }

/* ------------------------------------------- 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; }