
input:focus, textarea:focus, select:focus {
    background-color: #eaf4fb; /* Lichtere versie van blauw */
    border: 2px solid #026495; /* Donkerblauwe rand */
    outline: none;
}

.txt, .txtklein, .txtarea
{
	background-color: #ffffff;
	border: solid 1px ;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 17px;
	font-family: inherit;
    border-radius: 3px;
    padding-left: 5px;
    
}
.txt
{
	height: 32px;
}

.chk
{
	margin: 0;
	padding:0;
	margin-bottom: 13px;
}

.slct
{
	min-width: 220px;
}

.txt.error, .veld.error, .txtarea.error, .chk.error, .slct.error
{
	background-color: #fdece3;
	border: solid 1px #e2001a;
}

.txtklein
{
	height: 14px;
	font-size: 10px;
	width: 20px;
}





.frmheader b
{
	color: ;
	font-weight: bold;
}
.frmheader
{
	padding-top: 5px;
	height: 20px;
}
#extraopmerkingen, .extraopmerkingen
{
	display: none;
}
#contactpersoon, .contactpersoon
{
	display: none;
}
