/* Start of CMSMS style sheet 'Drie stappen CSS' */
#content .drie_stappen {
	width: 800px;
	margin: 15px auto 0 auto;
	background: #6571B5;
	padding: 0 0 20px 0;
}

#content .drie_stappen h2 {
	color: #fff;
	font-size: 16px;
	padding: 15px 15px 15px 15px; margin: 0;
}

#content .drie_stappen .meer {
	font-size: 13px;
	font-weight: normal;
	color: #ccc;
}

#content .drie_stappen .stap {
	float: left;
	width: 260px;
}

#content .drie_stappen .stap p {
	color: #fff;
	padding: 0 0 0 65px;
}

#content .drie_stappen .stap p.nummer {
	position: absolute;
	font-size: 25px;
	color: #ccc;
	margin: 0 0 0 15px; padding: 0 9px;
	font-weight: bold;
	background: #2D358F;
	border: 2px solid #4F5BA4;
}

#content .drie_stappen .stap p.nummer a {
	color: #ddd;
	text-decoration: none;
}

#content .drie_stappen .stap a {
	color: #fff;
	text-decoration: none;
}

#content .drie_stappen .stap a:hover {
	text-decoration: underline;
}

#step1, #step2, #step3 {
	background: #eee;
	padding: 15px;
	margin: 0;
}

#step1 .stepnumber, #step2 .stepnumber, #step3 .stepnumber {
	position: absolute;
	font-size: 110px;
	color: #333;
	margin: -20px 0 0 0;
	opacity: .15; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=15); /* IE lt 8 */
	-ms-filter: "alpha(opacity=15)"; /* IE 8 */
	-khtml-opacity: .15; /* Safari 1.x */
	-moz-opacity: .15; /* FF lt 1.5, Netscape */	
}

#step1 h1, #step2 h1, #step3 h1 {
	color: #262261;
	margin: 0;
	padding: 0;
	font-size: 18px;
}

#step1 p, #step2 p, #step3 p {
	margin: 0;
	padding: 10px 0 0 0;
	color: #333;
	line-height: 1.6em;
}

#step1 p a, #step2 p a, #step3 p a {
	color: #262261;
}

#step1 p a:hover, #step2 p a:hover, #step3 p a:hover {
	text-decoration: none;
}

#step1 img, #step2 img, #step3 img {
	float: right;
	margin: 5px 0 0 10px;
	width: 100px;
}
/* End of 'Drie stappen CSS' */

