/*
	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#mainContentLeft { width: 100%; }
div#mainContainer div#mainContent ul.catOverzichtLijstWeergave {
	width: 822px;
	height: auto;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}					
	div#mainContainer div#mainContent ul.catOverzichtLijstWeergave li {
		width: 822px;
		height:	110px;
		padding: 0;
		margin-bottom: 20px;
		float: left;
		}				
		div#mainContainer div#mainContent ul.catOverzichtLijstWeergave li img {
			float: left;
			margin:	0 5px 0 0 !important;
		}						
		div#mainContainer div#mainContent ul.catOverzichtLijstWeergave li h3 {
			font-size: 1.4em;
			margin:	0 0 .5em 0;
			padding: 0;
			color: #f26202;
			font-weight: bold;
		}
/* Bepaalde divs niet tonen tbh het print canvas */
div#modelInfo,
div#topHeader,
div#flashContent,
div#fotoContent,
div#crumblePath,
div#mainNav,
div#mainContentRight,
a#iso9001Cert,
a#iso14001Cert,
div#footer,
div#e-sitesLogo { display: none; }

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

/* ------------------------------------------- Tabellen */
table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; background: #ccc; }
th,td       { padding: 4px 10px 4px 5px; }
tfoot       { font-style: italic; }
caption     { background: #eee; }