body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	background-image: url('/bg_body.gif');
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	line-height: 140%;
}

.container {
	background-image: url('/bg_right.jpg');
	background-position: right top;
	background-repeat: repeat-y;
	background-color: #FAFAFA;
	width: 968px;
	border-left: 1px solid #ECECEC;
	border-right: 1px solid #ECECEC;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background-image: url('/bg_head.jpg');
	background-repeat: no-repeat;
	height: 101px;
	padding-top: 49px;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

#content {
	min-height: 400px;
	border-right: 1px solid #E2E2E2;
	width: 695px;
	padding-bottom: 30px;
	padding-top: 39px;
	float: left;
}

#content ul {
margin-left: 40px;
}

#content p {
margin-left: 30px;
}

#content table {

}

#footer {
	background-image: url('/bg_footer.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	height: 40px;
	clear: both;
	padding-top: 1px;
}

#menu {
	position: relative;
}

#menu ul {
	list-style-type: none;
}

#menu ul li {
	display: block;
}

span.lists {
 	display: block;
	outline-style: none;
	position: absolute;
}

.lists > .button {
	padding-left: 23px;
	padding-top: 7px;
	font-size: 1em;
	text-transform: uppercase;
}

.lists.selected > .vink {
	background: transparent url('/stappen_vinkje.png') no-repeat 0 0;
	position: absolute;
	right: 24px;
	top: 6px;
}


span#knop1 {
	background: transparent url('/stappen_knop1.png') no-repeat scroll 0 0;
	height: 28px;
	width: 148px;
	top: -42px;
	left: 81px;
}

span#knop1.selected {
	background: transparent url('/stappen_knop1.png') no-repeat scroll bottom left;
	height: 28px;
	width: 148px;
	top: -41px;
	left: 81px;
}

span#knop2.selected {
	background: transparent url('/stappen_knop2_3.png') no-repeat bottom left;
	height: 28px;
	width: 148px;
	top: -42px;
	left: 214px;
}

span#knop2 {
	background: transparent url('/stappen_knop2_3.png') no-repeat scroll 0 0;
	height: 28px;
	width: 148px;
	top: -42px;
	left: 214px;
}

span#knop3 {
	background: transparent url('/stappen_knop2_3.png') no-repeat scroll 0 0;
	height: 28px;
	width: 148px;
	top: -42px;
	left: 347px;
}

span#knop3.selected {
	background: transparent url('/stappen_knop2_3.png') no-repeat bottom left;
	height: 28px;
	width: 148px;
	top: -42px;
	left: 347px;
}

span#knop4 {
	background: transparent url('/stappen_knop4.png') no-repeat scroll 0 0;
	height: 28px;
	width: 148px;
	top: -42px;
	left: 480px;
}

span#knop4.selected {
	background: transparent url('/stappen_knop4.png') no-repeat bottom left;
	height: 28px;
	width: 148px;
	top: -42px;
	left: 480px;
}

span#knop1:active {
	background: transparent url('/stappen_knop1.png') no-repeat scroll center left;
	height: 28px;
	width: 148px;
	top: -42px;
	left: 81px;
}

#sidebar-right {
	float: left;
	width: 230px;
	margin-right: 22px;
	margin-left: 20px;
	padding-bottom: 30px;
	overflow: hidden;
	margin-top: 20px;
}

#sidebar-right div.block {
	background-color: white;
	border: 1px solid #E2E2E2;
	margin-bottom: 20px;
	display: block;
	width: 228px
}

#sidebar-right div.block .content {
	padding: 15px 10px;
}

.title {
	background-color: #BCD1CF;
	color: #444444;
	font-size: 12px;
	padding: 5px 40px 5px 20px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
}

.buttons {
	margin-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.buttons .next {
	float: right;
	width: 100px;
	background-color: #fff;
	cursor: pointer;
	font-family: Arial,Helvetica,sans-serif;
	border: 1px solid #48A5C7;
	color: #48A5C7;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 17px;
	padding: 2px;
	margin-right: 10px;
}
.buttons .previous {
	float: left;
	background-color: #fff;
	width: 100px;
	cursor: pointer;
	font-family: Arial,Helvetica,sans-serif;
	border: 1px solid #48A5C7;
	color: #48A5C7;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 17px;
	padding: 2px;
	margin-left: 10px;
}

input {
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

a {
	color:#606060;
	text-decoration: none;
}
a:hover {
	color:#CC0000;
	text-decoration:underline;
}


table.list td {
	padding: 1px 10px 1px 5px;
}

table.list th {
	color: #303030;
	text-decoration: underline;
}


#progress ul {
	list-style: none;
	margin: 0;
	padding: 0;

}
#progress li {
	padding-bottom: 5px;
	padding-right: 10px;
	font-weight: bold;
	color: #444444;
	font-size: 15px;
	text-align: right;
}

#progress li .current_step {
	color: #00793E;
}


fieldset label {
	width: 250px;
	float: left;
	padding-top: 5px;
}

fieldset div {
	height: 24px;
}

.dark td {
	background-color: #EDEFF1;
	border: 1px solid #fff;
}