/*
	Title:      Print style
	Author:     Front-end
	Copyright:  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;
	line-height: normal;
}

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;
}

h1 span.hide,
h2 span.hide,
h3 span.hide,
h4 span.hide,
h5 span.hide,
h6 span.hide {
	display: none;
}

h1 {
	color: #009de9;
	font-size:18pt;
	margin-bottom: 0;
}

h2 {
	font-size:14pt;
	margin: 0;
}

h2, h3, h4, h5, h6, p, li, div, th, td, .defaultColor {
	color: #333;
}

.defaultColor {
	font-weight: normal;
}

h4, h5, h6 {
	margin-top: 10px;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0;	
}

h1, h2, h3, h4, h5, h6, strong, dt {
	font-weight:bold;
}

p, ol, ul, dl, hr, pre, table, address, fieldset, input, caption, legend {
	margin-bottom:18px;
}

hr {
	border:0px #999999 dotted;
	border-top-width:2px;
	clear:both;
	height:0px;
	margin: 5px 0;
}

ol, ul {
	list-style: disc;
}

fieldset {
	border: none;
}

#contentWrapper a, 
#contentWrappera:link {
	color: #009de9;
}

table {
	margin-top: 10px;
	margin-bottom: 10px;
}

td, th {
	text-align: left;
	vertical-align: top;
	margin: 0;
	padding: 0 10px 0 0;
}

#wrapper[style] {
	background: none !important;
}

/* swatches
============================================================================= */

.swatch1,
.sectionHeading {
	color: #009de9; /* Ben blauw */
}

.swatch2 {
	color: #000; /* Zwart */
}

.swatch3 {
	color: #333; /* Ben 'body color' donkergrijs */
}

.swatch4 {
	color: #f00; /* formvalidation rood */
}

.swatch5 {
	color: #44b7ef; /* light 'Ben' color */	
}

.swatch6 {
	color: #fff; /* wit */
}

/* header
============================================================= */

#header {
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: right;
}

#header img {
	display: none;
}

#header .logo img {
	display: block;
}

/* mainContent
============================================================= */

#mainContent {
	width: 11cm;
	float: left;
}

/* sidebar
============================================================= */

#sidebar {
	width:5cm;
	float: right;
}

/* T10i
============================================================= */

.userAddress span {
	display: block;
}

/* form table
============================================================= */

.formType1 .subCol1 {
	display:inline-block;
	margin-right:10px;
	width:105px;
}

/* vul onderstaande aan met elementen die niet nodig zijn voor de print
============================================================= */

#mainNav,
#subNav,
#login,
.flashHeader,
.sectionWrapper .btnChange,
embed,
fieldset legend,
object,
.pageButtons,
#footer,
.non_print,
.backgroundImg {
	display:none;
}
