/*
	Title:      Print style
	Author:     Poort80 - Frontend
	Copyright:  2009, Poort80  All rights resevered
*/

/* common tags 
============================================================= */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt !important;
	margin: 0 auto 0 auto !important;
	padding: 0;
	background: #fff;
	color: #000;
}
td, th, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt !important; /* Let op! Zet de font-sizes in punten (pt) */
}
a img {
	border: none;
}

a {
	color: #f00;
}

th {
	font-weight: bold;
	border-bottom: 1px solid #f00;
}

td, th {
	vertical-align: top;
	padding-right: 10px;
	text-align: left;
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
}

h1 {
	font-size: 18px;
	font-weight: bold;
}


h2 {
	font-size: 16px;
}


h3 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
}

h2 {
	font-size: 14px;
}

/* recreate common layouts
============================================================= */

#header {
	border-bottom: 1px solid #f00;
	clear: both;
}

.orderBlock {
	float:left;
	margin-right: 30px;
}

.orderView {
	clear: both;
}

.style3 {
	font-weight: bold;
}

/* vul onderstaande aan met elementen die niet nodig zijn voor de print
============================================================= */
h2 span.hide,
h3 span.hide,
h1 img,
#footer .subMenu,
#footer .subMenuDisclaimer,
#header,
.nonPrint {
	display:none;
}

