/*************************
* general styles for printing
*************************/
body {
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	font-style: normal;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, p {
	padding: 0;
	margin-top: 0;
	margin-bottom: 10px;
}
th, td {
	font-size: 12px;
}
h1 {
	font-size: 18px;
	text-transform: capitalize;
}
h2 {
	font-size: 16px;
	text-transform: capitalize;
}
input {
	height: 15px;
	border: solid 1px #636267;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
textarea {
	border: solid 1px #636267;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 220px;
}
#content img {
	border: 1px solid #000;
}
/*************************
* hide elements from printing
*************************/
#bannertitel,
#languageselect,
#hoofdmenu,
#left,
#banner,
#topnews,
#hoofdmenu_bottom {
	display: none;
}
/*************************
* THUMBS
*************************/
#thumb_overzicht div.thumb_product {
	width: 210px;
	float: left;
	text-align: center;
	margin-bottom: 10px;
}
#thumb_overzicht div.thumb_product div.titel_product {
	font-weight: bold;
	color: #636267;
}
/*************************
* producten
*************************/
#productsubgroepen h3 {
	text-align: center;
	font-size: 14px;
}
#productsubgroepen #producten {
	width: 100%;
	border-bottom: 1px solid #000;
}
#productsubgroepen table tr td {
	padding: 2px;
}

