body {
	font-family: Arial, 'Helvetica Neue';
	margin: 0;
	background: #f6f6f6;
}

h2 {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	text-align: left;
	margin: 0 0 15px 0;
	color: #404041;
}

.clear {
	clear: both;
}

.background {
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: 415px;
	border-bottom: 1px solid #e9e9e9;
	z-index: -1;
}

#wrap {
	margin: 0 auto;
	width: 960px;
}

#header {
	position: relative;
	height: 100px;
	border-bottom: 1px solid #e9e9e9;
	margin: 0 0 32px 0;
}

#header .logo {
	position: absolute;
	top: 35px;
	left: 0;
}

#header .contact-gegevens {
	padding-top: 45px;
	text-align: right;
	height: 50px;
	font-size: 12px;
	color: #666;
}

#header .contact-gegevens a {
	color: #4bacaa;
	text-decoration: none;
}

#footer {
	text-align: right;
	height: 50px;
	font-size: 12px;
	color: #666;
}

#footer a {
	color: #4bacaa;
	text-decoration: none;
}

.block {
	background: #fff;
	width: 535px;
	min-height: 250px;
	border: 1px solid #e9e9e9;
	padding: 50px 60px;
	margin-bottom: 40px;
}

.block img.stappen {
	margin: 0 0 40px -5px;
}

.block p {
	font-size: 13px;
	line-height: 22px;
	color: #aaa;
	margin: 0 0 30px 0;
}

.divider {
	height: 1px;
	background: #ddd;
	margin: 30px 0;
}

.wensen table {
	border-spacing:1px;
	font-size: 13px;
	line-height: 13px;
	color: #666;
}

.wensen table th {
	height: 40px;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	vertical-align: top;
	padding: 15px 0 0 0;
	background: #fff;
	color: #333;
}

.wensen table td {
	width: 100px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

.wensen table tr:nth-child(odd) {
	background: #f0f0f0;
}

.wensen table tr td:first-child {
	text-align: left;
	width: 150px;
}

.wensen input.text {
	font-family: Arial, 'Helvetica Neue';
	text-align: center;
	border: none;
	outline: none;
	font-size: 13px;
	line-height: 13px;
	color: #666;
}

.wensen input {
	font-family: Arial, 'Helvetica Neue';
	width: 100%;
	border: 1px solid #aaa;
	height: 24px;
	padding: 6px;
	font-size: 12px;
	color: #222;
	outline: none;
}

.wensen input:focus {
	border: 1px solid #888;
	
}

.wensen select {
	width: 100%;
}

.wensen textarea {
	font-family: Arial, 'Helvetica Neue';
	width: 100%;
	height: 60px;
	padding: 6px;
	outline: none;
	border-color: #ddd;
}

.gegevens input {
	font-family: Arial, 'Helvetica Neue';
	height: 40px;
	border: 1px solid #ddd;
	margin: 0 0 10px 0;
	outline: none;
	
	color: #aaa;
	font-size: 12px;
	line-height: 12px;
	padding: 0 10px;
}

.gegevens input.half {
	font-family: Arial, 'Helvetica Neue';
	width: 260px;
	float: left;
}

.gegevens input.half-right {
	font-family: Arial, 'Helvetica Neue';
	width: 260px;
	float: right;
}

.gegevens input.full {
	font-family: Arial, 'Helvetica Neue';
	width: 535px;
}

.button {
	float: right;
	padding: 10px 12px;
	font-size: 14px;
	text-decoration: none;
	border: none;
	border-radius: 4px;
	background: #4bacaa;
	color: #fff;
}

.button-large {
	float: right;
	padding: 14px 16px;
	font-size: 16px;
	text-decoration: none;
	border: none;
	border-radius: 4px;
	background: #4bacaa;
	color: #fff;
}

.steps {
	text-align: center;
	margin-bottom: 50px;
}

.steps ul li {
	position: relative;
	display: inline-block;
	padding: 0 20px;
	padding-top: 18px;
	border-top: 3px solid #ccc;
	
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	
	color: #ccc;
}

.steps ul li.done {
	border-top: 3px solid #4bacaa;
}

.steps ul li.active {
	color: #404041;
	border-top: 3px solid #4bacaa;
}

.steps ul li:before {
	content: "";
	position: absolute;
	top: -10px;
	left: 50%;
	display: block;
	width: 18px;
	height: 18px;
	margin-left: -5px;
	background: #ccc;
	border-radius: 9px;
}

.steps ul li.active:before, .steps ul li.done:before {
	content: "\2713";
	font-size: 10px;
	line-height: 18px;
	
	background: #4bacaa;	
	color: #fff;
}