/* Alle niet-tekstgedeelten worden d.m.v. deze stylesheet verborgen */

.FAQContent {
	overflow:visible;
	height: 100%;
}
.FAQContent table {
	overflow:visible;
	height: 100%;
}
.FAQContent table td.noborder-right {
	overflow:visible;
/*	height: 100%;*/
}
.FAQContent table .largecolumn {
	display:none;
}
.FAQContent .content {
	overflow:visible;
	height: 100%;
}
.next-main-col-widest.print {
	width: 100%;
	position: relative;
}
.ad-right {
	display: none;
}

.noprint input {
	border: 0px none;
  font-family: Verdana, Arial, sans-serif;
  color: #000000;
  font-size: 11px;
}
.noprint a {
   display: none;
   position: absolute;
   visibility: hidden;
   height: 0px;
   width: 0px;
   padding : 0px;
   clip: rect(0pt 0pt 0pt 0pt) !important;
}
.noprint a.print {
	background:url(/images/icon-print.gif) no-repeat 0px 1px;
	padding-left: 20px;
	padding-top: 2px;

