#plannerbox {
	width: 700px;
	float: left;
	clear: right;
}
.planner {
	font-size: .8em;
	width: 310px;
	float: left;
}
.plannerdata {
	font-size: .8em;
	width: 500px;
	float: left;
}
.plannerdata th {
	text-align: right;
	padding-right: 10px;
	width: 140px;
}

#toev-melding {
	font-size: 8px; 
	color: #F00;
}
.greyplanner {
	background-color: #eee;
	width: 675px;
	padding: 10px;
	margin-bottom: 30px;
	border: 1px solid #657789;
	display: table;
}
.planner th {
	text-align: right;
	padding-right: 10px;
	width: 140px;
}
.planner td {
	padding-right: 10px;
}
.planner input, .plannerdata input {
	padding: 2px;
	border: 1px solid #657789;
}
.planner select {
	width: 250px;
}
#planneritems {
	float: left;
	width: 270px;
	padding-top: 10px;
}
#planneritems li {
	cursor: pointer;
}
#plannerbox .submit {
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 3px;
	background-color: #FFFFFF;
	color: #333333;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	width: 180px;
	height: 26px;
	line-height: 13px;
}
#planneritems a {
	line-height: 16px;
	height: 16px;
	width: 250px;
	padding-left: 20px;
	display: block;
	background-image: url('/img/planneritem.gif');
	background-repeat: no-repeat;
	background-position: top left;
	text-decoration: none;
	color: #657789;
	margin-bottom: 3px;
}
#planneritems a:hover {
	background-position: bottom left;
}
#plannerbox input.radio {
	border: none;
}
table.ophaalitems {
	border-collapse: collapse;
}
table.ophaalitems td {
	vertical-align: top;
	font-size: .8em;
	line-height: 14px;
	border-bottom: 1px solid #657789;
	padding-top: 5px;
	padding-bottom: 5px;
}
.errorbox {
	border: 1px solid #900;
	background-color: #fff2f2;
	padding: 10px 10px 10px 35px;
	width: 650px;
	margin-bottom: 20px;
	color: #900;
	background-image: url('/img/warning.gif');
	background-position: 11px 11px;
	background-repeat: no-repeat;
}


/* extranet styles */
.stripe_table {
	width: 100%;
}
.stripe_table td {
	vertical-align: top;
}
.stripe_table td a {
	color: #657789;
}
#plannerbox .stripe_table th {
	text-align: left;
}
li {
	list-style: disc;
	list-style-position: outside;
	margin-left: 20px;
}
a#aanbiedregelbutton {
	float: right;
	display: block;
	width: 170px;
	border: 1px solid #657789;
	background-color: #eee;
	color: #657789;
	text-align: center;
	padding: 3px 5px;
	margin-right: 3px;
	text-decoration: none;
}
a img {
	border: none;
}