/*****************************************************************************************************/
/* UNIVERSEEL                                                                                        */
/*****************************************************************************************************/
* {
	/* hier kun je bijvoorbeeld een standaard font e.d. neerzetten */
   font-family: arial, verdana, tahoma;
   font-size: 11px;
   line-height: 16px;
   color: #5B5C58;
}

img, fieldset {
   border: 0;
}

p, h1, h2, fieldset, form, input, select, table, tr, td {
   margin: 0;
   padding: 0;
   font-family: arial, verdana, tahoma;
   font-size: 11px;
   line-height: 16px;
   color: #5B5C58;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

#menu1 {
   padding-left: 22px;
   padding-bottom: 2px;
}

#menu1selected {
   padding-left: 22px;
   background-color: #F5F7F8;
}

#menu2 {
   padding-left: 36px;
}

#menu2selected {
   padding-left: 36px;
   background-color: #F5F3F3;
}

#menu1txt {
   font-size: 12px;
   color: #3D3D3D;
   text-decoration: none;
}

#menu2txt {
   color: #666666;
   text-decoration: none;
}


/*****************************************************************************************************/
/* HTML, BODY, CONTAINER                                                                             */
/*****************************************************************************************************/
html, body {
   margin: 0;
   padding: 0;
   border: none;
   height: 100%;
}

/*****************************************************************************************************/
/* ZOEKEN                                                                                            */
/*****************************************************************************************************/
form#frmZoek table {
	border-collapse: collapse;
}

form#frmZoek table tr td {
	border: 1px solid #4B7C9F;
}

form#frmZoek input#txtZoek {
	width: 100%;
	height: 17px;
	border: 0;
	padding-top: 1px;
	font: 12px Arial;
}
