table.overzicht {
	border-width: thin thin thin thin;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: rgb(255, 153, 51) rgb(255, 153, 51) rgb(255, 153, 51) rgb(255, 153, 51);
	border-collapse: collapse;
	background-color: white;
}
table.overzicht td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 3px 2px 3px;
	border-style: inset inset inset inset;
	border-color: rgb(255, 153, 51) rgb(255, 153, 51) rgb(255, 153, 51) rgb(255, 153, 51);
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.overzicht th{
	font-weight: bold;
	border-width: 1px 1px 1px 1px;
	padding: 2px 3px 2px 3px;
	border-style: inset inset inset inset;
	border-color: rgb(255, 153, 51) rgb(255, 153, 51) rgb(255, 153, 51) rgb(255, 153, 51);
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
	text-align:left;
}
table.selecteer {
	border-width: thin thin thin thin;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: rgb(255, 153, 51) rgb(255, 153, 51) rgb(255, 153, 51) rgb(255, 153, 51);
	border-collapse: collapse;
	background-color: white;
	width: 95%;
}
table.selecteer tr:hover td {
	background-color: #ccc;
}
table.selecteer td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 3px 2px 3px;
	border-style: inset inset inset inset;
	border-color: rgb(255, 153, 51) rgb(255, 153, 51) rgb(255, 153, 51) rgb(255, 153, 51);
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.selecteer th{
	font-weight: bold;
	border-width: 1px 1px 1px 1px;
	padding: 2px 3px 2px 3px;
	border-style: inset inset inset inset;
	border-color: rgb(255, 153, 51) rgb(255, 153, 51) rgb(255, 153, 51) rgb(255, 153, 51);
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
	text-align:left;
}
table.formtable select{
	width:145px;
}	
table.overzicht2 td{
	padding: 2px 3px 2px 3px;
}	
.submenu_content{
	color: #666666;
	font-weight: bold;
}	
.submenu_content ul{
	padding-left: 15px;
	padding-right: 15px;
}
.error{
	background-color:#ff9933;
	background:#ff9933;
	color:black;
}
fieldset{
    padding: 2px 3px 2px 3px;
}