body { margin:10px;  } /* background and image worden niet gezet in stylesheet! */
body {
		scrollbar-face-color : #A9B7C3;
		scrollbar-highlight-color : white; /* same color as table.positionTable */
		scrollbar-shadow-color : black;
		scrollbar-3dlight-color : #dddddd;
		scrollbar-arrow-color : black;
		scrollbar-track-color : #70879B;
		scrollbar-darkshadow-color : black;
		//scrollbar-base-color : white;
}

body,p,a,td 	{ font:9pt Verdana, Arial, Helvetica; color:black; }
.remarkText		{ font-style:italic; font-weight:normal; text-align:left; margin:0px;}
.remarkTextBlack		{ font-style:italic; font-weight:normal; text-align:left; margin:0px; color:black;}
.question		{ font-weight:bold; margin:0px; }
.title		{ font-weight:bold; margin:0px; }
.errorText		{ color:red; }

a.nav			{ color:black; text-decoration:none; }
a.nav:hover		{ color:red; text-decoration:underline; }

a.popup			{ color:#444444; text-decoration:none; }
a.popup:hover	{ color:black; text-decoration:underline; }

/* areas */
table.outerTable, td.tableBorderColor 	{ background:white; } /* outer Table border */
td.logoArea			{ background:#A9B7C3; }
td.logoInternalArea	{ background:#C6CFD7; }
td.introText		{ background:#A9B7C3; }
td.questionArea		{ background:#C6CFD7; }
td.buttonArea		{ background:white; } /* equals outerTable */
td.disclaimerArea	{ background:white; } /* equals outerTable */

input 				{ font:9pt Verdana, Arial, Helvetica, sans-serif; }

/* for spacing of input elements */
blockquote.mediumTextBlock,
blockquote.smallTextBlock,
blockquote.largeTextBlock,
blockquote.multiselectBlock, 
blockquote.singleselectBlock,
blockquote.waarderingsBlock 		{ margin:5px; margin-left:20px; }

blockquote.imageSelectBlock			{ margin:5px; }

/* RICH TEXT EDITOR */
.richTextArea 		{ }
.richTextArea h1 	{ font-size:12pt; font-weight:bold; }
.richTextArea h2 	{ font-size:10pt; font-weight:bold; }
.richTextArea h3, 
.richTextArea h4,
.richTextArea h5 	{ font-size:10pt; font-weight:normal; }


.scaleOpt {
	padding: 10px;
}

#holder {
    width: 500px;
    margin-left: auto;
    margin-right: auto;

}

body {
    text-align: center;
}