@media print {
/* BASIS ELEMENTEN */

.no_print {
	display: none;
}

body {
	font-size: 7.5pt;
}

table {
	background-color:#FFFFFF;
}

tr {
	background-color:#FFFFFF;
}

td {
	background-color:#FFFFFF;
}

a:link, a:visited, a:active, a:focus {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #000;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000;
	line-height: 12pt;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000;
	line-height: 12pt;
	padding: 0px;
	margin: 0px;
}


p {
	margin: 0px;
}

/* LINKS *//* LINKS *//* LINKS *//* LINKS *//* LINKS *//* LINKS */

.tekst a:link, .tekst a:active, .tekst a:visited {
	color: #000;
	text-decoration: underline;
}

.tekst a:hover {
	color: #000;
	text-decoration: none;
}

.tekst-wit a:link, .tekst-wit a:visited, .tekst-wit a:active {
	color: #000;
	text-decoration: underline;
}

.tekst-wit a:hover {
	text-decoration: none;
}

/* TEKST */

.tekst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000;
	line-height : 13pt;
}

.tekstbold {
	font-weight: bold;
}

/* ACHTERGRONDEN *//* ACHTERGRONDEN *//* ACHTERGRONDEN */

.content_bg {
	vertical-align: top;
	text-align: left;
	background-color: #FFF;
}

.main_bg {
	margin: 0px;
	padding: 15px 20px;
	background-color: #FFF;
	width: 540px;
	text-align: left;
	vertical-align: top;
}

.tekst_bg {
	margin: 0px;
	padding: 15px 20px;
	background-color: #FFF;
	width: 535px;
	text-align: left;
	vertical-align: top;
}

.main_kolom_1 {
	margin: 0px;
	padding: 15px 20px 15px 20px;
	background-color: #FFF;
	text-align: left;
	vertical-align: top;
}

/* PRODUCTEN ACHTERGRONDEN *//* PRODUCTEN ACHTERGRONDEN */

.producten_titel_links {
	background-color: #FFF;
	text-align: left;
	padding: 3px 0px 2px 5px;
}

.producten_titel_rechts {
	padding: 3px 5px 2px 0px;
	background-color: #FFF;
	text-align: right;
}

.producten_rechts {
	padding: 3px 5px 2px 0px;
	text-align: right;
}

.producten_links {
	padding: 3px 0px 2px 5px;
	text-align: left;
}

.rechts_bg {
	display: none;
}

.dropmenu_table {
	display: none;
}
}