html {
	overflow-y: scroll;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #777777;
	margin: 0px;
	padding: 0px;
	
}
.maintable {
	border: 2px solid #FA9C3B;
	background-color: #FFFFFF;
}
.mini {
	font-size: 10px;
}
a.minilink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.preventagri {
	font-weight: bold;
	color: #0098B4;
}
.verplicht {
	font-weight: bold;
	color: #D41B1B;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #737373;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
form {
	margin: 0px;
	padding: 0px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #CCCCCC;
	border: 2px solid #737373;
}
input.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFBA00;
	background-color: #737373;
	border: 2px solid #CCCCCC;
}
input.buttondisable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFEB00;
	background-color: #ADADAD;
	border: 2px solid #CCCCCC;
}


table.info {
	background-color: #FFFFFF;
	border: 2px solid #FA9C3B;
}
td.infotitel {
	font-weight: bold;
	color: #FFBA00;
	background-color: #055EB0;
	height: 20px;
}
.super {
	font-size: 13px;
	font-weight: bold;
	color: #FFEB00;
}
td.vraag {
	font-size: 14px;
	line-height: 26px;
}

table.list {
	border: 1px solid #737373;
}
tr.bodylist1 {
	background-color: #EEEEEE;
}
tr.bodylist2 {
	background-color: #FFFFFF;
}
td.listtitel {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #737373;
}
a.listtitellink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFEB00;
}
a.listtitellink:hover {
	text-decoration: none;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FA9C3B;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}