a {
	color: #000080;
	font-weight: bold;
	text-decoration: underline;	
}

a:hover {
	text-decoration: none;
}

body {
	font-family: tahoma;
	font-size: 11px;
	margin: 10px 0px;
	padding: 0px;	
}

form {
	margin: 0px;
	padding: 0px;
}

input, select, textarea, table {
	font-family: tahoma;
	font-size: 11px;
}

input.checkbox, input.radio {
	margin-right: 5px;
	vertical-align: sub;
	_vertical-align: middle;
}

input.knop {
	background-color: #ffffff;
	border: 1px solid #000080;
	color: #000080;
	cursor: pointer;
	cursor: hand;
	padding: 2px 0px;
	width: 75px;
}

input.tekstvak, select, textarea {
	border: 1px solid #000080;	
}

input.tekstvak.kort {
	width: 75px;
}

input.tekstvak.lang {
	width: 160px;
}

input.tekstvak.zeerkort {
	width: 25px;
}

input.validatie-nok, select.validatie-nok, textarea.validatie-nok {
	border: 1px solid red;	
}

input.validatie-ok, select.validatie-ok, textarea.validatie-ok {
	border: 1px solid green;	
}

li {
	margin: 0px;
	padding: 0px;
}

li.informatie {
	font-weight: bold;
	margin-top: 25px;
}

li.resultaat {
	height: 60px;
	margin-top: 10px;
	_height: 30px;	
}

li.titel {
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 25px;
	text-decoration: underline;
}

select.kort {
	width: 160px;
}

select.lang {
	width: 500px;
}

span#resultaat {	
	padding-left: 20px;	
}

span.belangrijk {
	color: #ff0000;
}

span.schuin {
	font-size: 10px;
	font-style: italic;
}

span.validatie {
	background: transparent url(../gif/nok.gif) no-repeat center left;
	cursor: pointer;
	cursor: hand; 
	display: inline;
	margin-left: 10px;
	padding-left: 12px;
	height: 15px;
	width: 15px;
}

span.validatie-ok {
	background: transparent url(../gif/ok.gif) no-repeat;
	color: green;
}

span.validatie-niet-ok {
	background: transparent url(../gif/nok.gif) no-repeat;
	color: red;	
}

span.vet, td.vet {
	font-weight: bold;
}

table.formulier {
	width: 100%;
}

table.tabel {
	border: 1px solid #000080;
	border-collapse: collapse;
	font-size: 11px;
	height: 100%;	
	width: 675px;
}

td.bovenkant {
	background: url(../jpg/bovenkant.jpg) no-repeat top center;
	height: 75px;
}

td.centreren {
	text-align: center;
}

td.data {
	width: 200px;
}

td.hoofding {
	color: #a31c23;
	font-weight: bold;
	padding-bottom: 15px;
	text-align: center;
}

td.item {	
	width: 110px;
}

td.itemsplitser {
	width: 25px;
}

td.onderkant {
	background: url(../jpg/onderkant.jpg) no-repeat center 15px;
	color: #000080;
	font-size: 10px;
	padding-bottom: 10px;
	padding-top: 30px;
	text-align: center;
}

td.onderlijnen {
	border-bottom: 1px solid #000080;	
}

td.opvuller {
	height: 100%;
}

td.rood {
	color: #ff0000;
}

td.splitser {
	height: 25px;
}

td.tekst {
	padding: 0px 25px;	
}

td.tekst.centreren {
	text-align: center;
}

td.tekst.uitlijnen {
	text-align: justify;
}

td.titel {
	font-weight: bold;
	padding-bottom: 10px;
	text-decoration: underline;
}

textarea {
	height: 70px;
	width: 500px;
}

tr.itemrij {
	height: 17px;
}

tr.rij {
	height: 20px;
}

ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}