tr.background { 
	background-color: #FF3333;
}

a:link {text-decoration: none; color:#FF3333;}
a:visited {text-decoration: none; color:#FF3333;}
a:active {text-decoration: underline; color:#FF3333;}

.tekst, .kop, .titel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
    font-weight: bold;
}

.verplicht {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	float:right;	
}

.tekst_klein, .breed, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.lege_regel {
	height: 20px;
}

.col1 {
	width: 25%;
}
.col2 {
	width: 100%;
}

.breed {
	width:100%;
}

.bold {
	font-weight: bold;
}