/* webEmbryo  - gebruik voor print style */

/* 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;
}

/* default > col2
============================================================= */

div.col2 img.leftImg {
	float: left;
}

div.col2 img.rightImg {
	float: right;
}

div.col1,
div.col2 {
	color: #7e6f4b;
	line-height: 1.7em;
	font-family: "Trebuchet MS";
}

div.col1 h1,
div.col2 h1 {
	font-size: 16pt;
	font-weight: bold;
	line-height: normal;
	color: #c3d2e9;
}

div.col1 h3,
div.col2 h3 {
	color: #666666;
	font-weight: bold;
	font-size: 12pt;
}

div.col1 em,
div.col2 em,
div.col1 i,
div.col2 i {
	font-style: italic;
}

div.col1 strong,
div.col1 b,
div.col2 strong,
div.col2 b {
	font-weight: bold;
}

div.col1 a,
div.col2 a {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px dotted #000;		
}

table.stripe tr th,
table.stripe tr td {
	text-align: left;
	padding: 4px 10px 4px 4px;
}

table.stripe tr th {
	border-bottom: 1px solid #000;
}

table.stripe tr th {
	vertical-align: bottom;
}	

table.stripe tr td {
	vertical-align: top;
}

div#header p#payOff {
	color: #b2a68f !important;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 8pt;
}


/* page breaks, geef aan waar elementen op een nieuwe pagina moeten komen
============================================================= */
/*
ul {
	page-break-before: always;
}
*/

/*
div#block,
h2 {
	page-break-before: always;
}
*/

/* vul onderstaande aan met elementen die niet nodig zijn voor de print
============================================================= */

span.hide,
p#payOff strong,
div#mainNav,
div#aniHeader,
.non_print {
	display: none;
}

/* ipsum output
============================================================= */
/*
span.editableContent {
	font-size: 10pt;
	color:#;
}

span.editableContent  h1 {
	margin:0pt 0pt 22px;
	padding:0pt;
	color:#;
	font-size:18pt;	
	font-weight: bold;
}

span.editableContent h2 {
	color:#;
	font-size:14pt;
	margin:37px 0pt 5px;
	padding:0;
	font-weight: bold;
}

span.editableContent h3,
span.editableContent h4,
span.editableContent h5,
span.editableContent h6 {
	font-weight: bold;
	margin: 8px 0px;
}

span.editableContent td,
span.editableContent p {
	margin-bottom: 10px;
	line-height: 1.3em;
	color:#;
}

span.editableContent a {
	color: #;
	text-decoration: none;
	font-weight: bold;
}

span.editableContent a:hover {
	color: #;
}

span.editableContent strong,
span.editableContent b {
	color: #;
	font-weight: bold;
}

div.col4 span.editableContent strong,
div.col4 span.editableContent b {
	font-weight:strong !important;
}

span.editableContent ul,
span.editableContent ol {
	list-style: square;
}

span.editableContent ul li,
span.editableContent ol li {
	margin: 0 0 0 0px;
}

span.editableContent hr {
	height: 0px;
	overflow: hidden;
	margin: 10px 0;
	padding: 0;
	border: none;
	border-top: 1px solid #;
}
*/