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

/* ------------------------------------------- Body */
body {
  line-height: 1.5;
  font-family: "Tahoma", Helvetica, Arial, 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#navContainer,
div#subNavContainer,
div#topHeader,
div#distance,
div#flashPlayer,
div.flashPhoto,
div#contact,
div#e-sitesLogo { display: none; }

div.text { clear: both; }

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

h1,h2,h3,h4,h5,h6 { font-family: "Tahoma", 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;}
