/*****************************************************************************************************/
/* UNIVERSEEL                                                                                        */
/*****************************************************************************************************/
* {
	/* hier kun je bijvoorbeeld een standaard font e.d. neerzetten */
}

img, fieldset {
   border: 0;
}

p, h1, h2, fieldset, form, input, select, table, tr, td {
   margin: 0;
   padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1 {
	font: 24px Arial;
}

/*****************************************************************************************************/
/* 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;
}
.menu{
	background-color: #006718;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold; 
}
.linksOutline_top {
	background-color: #CEEAD4;
}
.main_top{
}
.rechtsOutline_top{
	background-color: #7FB38D;
}
.linksOutline_bottom{
	background-color: #D0E9D4;
}
.main_bottom{
	font-family: Verdana, Arial, Helvetica;
	text-align: left;
	size: 12px;
	color: #000000;
	text-decoration: none;
	vertical-align: top;
	margin-top: 10px;
	padding-top: 15px;
	padding-left: 20px;
}
.rechtsOutline_bottom{
	background-color: #D0E9D4;
}
.center {
	vertical-align: middle;
	text-align: center;	
}
.header{
	background-image: ./images/background_top.jpg;
}
.outline {
	border-style: solid;
	border-color: #000000;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
}
p {
   margin-top: 0px;
   margin-bottom: 0px;
   font-family: Arial;
   font-size: 12px;  
   font-family: Verdana, Arial, Helvetica;
	text-align: left;
	color: #405272;
	text-decoration: none; 
}
.forminput {
	width: 400px;
}
.color {
	color: #405272;
}
p a{
	color: #405272;
}

