#scrollbar1 { width: 610px; }
#scrollbar1_iframe { width: 520px; }
#scrollbar1 .viewport, #scrollbar1_iframe .viewport { width: 587px; height: 340px; overflow: hidden; position: relative; }
#scrollbar1_iframe .viewport { width: 498px; height: 656px; }
#scrollbar1 .overview, #scrollbar1_iframe .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0;  }
#scrollbar1 .scrollbar, #scrollbar1_iframe .scrollbar { position: relative; background-position: 0 0; float: right; width: 15px; margin-right: 3px; }
#scrollbar1 .track, #scrollbar1_iframe .track { height: 100%; width:15px; position: relative; }
#scrollbar1 .thumb, #scrollbar1_iframe .thumb { background: transparent url(/static/images/trackball.jpg) no-repeat 50% 100%; height: 20px; width: 25px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -5px; }
#scrollbar1 .thumb .end, #scrollbar1_iframe .thumb .end { background: transparent url(/static/images/trackball.jpg) no-repeat 50% 0; overflow: hidden; height: 50px; width: 25px; }
#scrollbar1_iframe .thumb .end { height: 250px; }
#scrollbar1 .disable, #scrollbar1_iframe .disable { display: none; }

.antwoord_container {
	width: 600px;
}

.fout_antwoord_regel, .fout_antwoord_regel_iframe {
	height: auto;
	float: left;
	background-color: #ECECEC;
	border: 1px solid #E4E4E4;
	margin-bottom: 3px;
	position: relative;
	padding: 3px 120px 3px 3px;
	width: 460px;
}

.fout_antwoord_regel_iframe {
	width: 373px;
}

.fout_tijdstip {
	width: 120px;
	position: absolute;
	right: 3px;
	top: 4px;
	color: red;
	text-align: right;
	font-size: 9px;
}
