#contentgroot { /*toegevoegd */
	width: 100%;
}
#test{
	padding-left: 15px;
	padding-right: 15px;
	color: #333333;
	background: #F9F9F9;
	width: 915px;
	float: left;
	font-size: 0.8em;
	margin: 12px;
	padding-bottom: 25px;
}

#test_body{
	border: 1px solid #E5E5E5;
	border-top: none;
	float: left;
	background: white;
	padding: 15px;
	width: 883px; /* toegevoegd */
}
#antwoordstap1, #antwoordstap2, #antwoordstap3, #antwoordstap4, #antwoordstap5, #antwoordstap6, #antwoordstap7{
	margin-top: 50px;
}
#test_body td.vraag{
	font-weight: bold;
}

#randje{
	float: left;
	width: 915px;
	border-bottom: 1px solid #E5E5E5;
}
#stappenmenu{
	float: left;
	width: 915px;
}

div.stap, div.stapactief{
	float: left;
	position: relative;
	top: 1px;
	padding: 3px;
	padding-left: 3px;
/*	width: 130px; */
	min-width: 95px;
	margin-left: 10px;
	color: #A3A3A3;
	border: 1px solid #E5E5E5;
	background: #eaeaea;
	font-size: 0.8em;
	white-space: nowrap;
	background-image: url('../pic/tab2_inactief.gif');
	background-repeat: repeat-x;
}

div.stapactief{
	color: #F3955F;
	background-image: none;
	background: white;
	border-bottom: 1px solid white;
}

#test a{
	color: #26699D;
}
#test a:hover{
	color: #FF7D47;
}
#testantwoord{
	float: right;
}
#testantwoord a, #testantwoord a:hover{
	text-decoration: none;
	color: black;
	font-weight: bold;
}
