div#resultaten {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding-right: 15px;	
}

/* link styles */

#submit {
	display:block; 
	text-align: center;
	width:80px; 
	height: 15px;
	border:1px solid #000000;
	background-color: #000080;
}
#clearselect {
	display:block; 
	width:80px; 
	height: 15px;
	border:1px solid #000000;
	background-color: #000080;
}
/* search results */
.highlight { 
	background: #B2CFEB; 
}
.searchheading { 
	font-size: 100%; 
	font-weight: bold; 
	color: #3A6EA5;
}
.summary { 
	font-size: 80%; 
	font-style: italic; 
} 
.results { 
	font-size: 100%; 
}
.category { 
	color: #999999; 
}
.description { 
	font-size: 88%; 
}
.context { 
	font-size: 88%; 
}
.infoline { 
	font-size: 77%; 
	font-style: normal; 
	color: #808080;
}
.result_title { 
	color: #3A6EA5;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}
a.result_title, a.result_title:visited {
	color: #3A6EA5;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
a.result_title:active, a.result_title:hover {
	color: Red;
}
.keywords {
	font-weight: normal;
}
