@charset "iso-8859-1";

a:link				{color: #ff0000; font: 12px Arial; font-weight: normal; text-decoration: none; text-align:left}
a:visited			{color: #ff0000; font: 12px Arial; font-weight: normal; text-decoration: none; text-align:left}
a:hover				{color: #ff0000; font: 12px Arial; font-weight: normal; text-decoration: underline; text-align:left}
a:active			{color: #ff0000; font: 12px Arial; font-weight: normal; text-decoration: none; text-align:left}

a.nav:link				{color: #ffffff; font: 12px Arial; font-weight: normal; text-decoration: none; text-align:left; text-transform:uppercase;}
a.nav:visited			{color: #ffffff; font: 12px Arial; font-weight: normal; text-decoration: none; text-align:left; text-transform:uppercase;}
a.nav:hover				{color: #ffffff; font: 12px Arial; font-weight: normal; text-decoration: underline; text-align:left; text-transform:uppercase;}
a.nav:active			{color: #ffffff; font: 12px Arial; font-weight: normal; text-decoration: none; text-align:left; text-transform:uppercase;}
.wit					{color: #ffffff; font: 12px verdana; font-weight: normal; text-align: left; vertical-align:middle}

a.klein:link			{color: #455561; font: 10px Arial; font-weight: bold; text-align:left}
a.klein:visited			{color: #455561; font: 10px Arial; font-weight: bold; text-align:left}
a.klein:hover			{color: #455561; font: 10px Arial; font-weight: bold; text-align:left}
a.klein:active			{color: #455561; font: 10px Arial; font-weight: bold; text-align:left}
.klein					{color: #455561; font: 10px Arial; font-weight: normal; text-align:left}


.h1 					{color: #455561; font: 12px Arial; font-weight: bold; text-decoration: none; text-transform:uppercase; text-align:left}
.main, td					{color: #455561; font: 12px verdana; font-weight: normal; text-align:left; line-height: 20px}


.lichtblauw				{color: #9DA8BD; font: 12px Arial; font-weight: bold; text-decoration: none; text-align:left}
.donkerblauw			{color: #413E5A; font: 12px Arial; font-weight: bold; text-decoration: none; text-align:left}
.bruin					{color: #A74C09; font: 12px Arial; font-weight: bold; text-decoration: none; text-align:left}


#zoeken td{
	font-size: 11px;
}
#zoeken select{
	width: 250px;
	font-size: 11px;
}
#zoeken .inp{
	width: 250px;
	font-size: 11px;
}
#zoeken .inpdate{
	width: 60px;
	font-size: 11px;
	margin-right: 2px;
}
#zoeken input.btn{
	width: 150px;
	font-size: 12px;
}
#result_table td{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#result_table td.head{
	font-weight: bold;
}
#result_table td.label{
	font-weight: normal;
	color: #999999;
	width: 120px;
}
#result_table td.value{
}
#result_table td.seperate{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#searchresults{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	border: 0px solid #000000;
	font-weight: bold;
	text-align: center;
	margin-left: 4px;
	margin-right: 6px;
}
#searchresultslink{
	text-align: right;
}
td.selectbox{
	width: 20px;
}
td.title{
	width: 200px;
}
td.omschrijving{
	width: 180px;
}

div.one_column{
}
div.two_column_left{
	width:49%;
	float: left;
	padding-right: 10px;
}
div.two_column_right{
	width:49%;
	float: left;
}


