body
{
	font-family: verdana, arial, sans-serif;
	font-size:70%;
	margin: 0;
	padding: 0 0 0 1px;
	width: 740px;
}

form
{
	margin: 0px;
}

form fieldset
{
 	margin:0;
 	padding:0;
 	border:0
}

form legend
{
 	display:none;
}

img
{
	border:none;
}

p
{
	margin:0;
}

a
{ 
	color:#0000C0;
	text-decoration: none;
	font-weight:bold;
}

a:hover
{
	text-decoration: underline;
}

a:visited
{
}

h1
{
	font-size: 120%;
	margin: 0 0 0.5em 0;
}

h2
{
	font-size: 115%;
}

h3
{
	margin: 0 0 2px 0;
	font-size: 100%;
}

#container
{
	width: 730px;
	padding: 0px 0px 10px 0px;
	margin: 5px 0px 10px 0px;
	border-bottom: 1px #ccc solid;
}

#content
{
	float: left;
	width: 520px;
	overflow: hidden;
	padding: 0 0 0 5px;
}

#sidebar
{
	float: right;
	width: 200px;
	overflow: hidden;
}

#sidebar div.box
{
	background: #d3d3d3;
	margin: 0 0 10px 0;
	padding: 5px;
}

ul.optionList
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.block
{
	margin-bottom: 10px;
}

#sidebar div.buttons
{
}

#sidebar form input.text
{
	background: white;
	border: 1px #777 solid;
	font-size: 100%;
	width: 184px;
	padding: 2px;
}

div.buttons
{
	text-align: right;
}

div.buttons input 
{
	border: 1px #0000C0 solid;
	background: #ccc;
}

div.results
{
	
}

ol.results li
{
	margin-bottom: 10px;
}

p.resultaatUrl a
{
	font-style: italic;
}

p.info
{
	color: #999;
	margin: 5px 0 5px 0;
}

p.url
{
	color: #999;
}

p.url a
{
	font-weight: normal;
}

.hidden
{
	display: none;
}

.visible
{
	display: block;
}

.right
{
	text-align: right;
}

.row
{
	clear:both;
}

.Results p.right a 
{
	color: #0000C0;
}

/*
For the numbering the list has been made a UL instead of OL.
To mimick the same layout of the old site the padding for the different elements has been set.
*/
ul.results {
	list-style-type:none;
	padding-left:21px;
	margin-left:0px;
}

ul.results a 
{
	padding-left:4px;
}
ul.results li 
{
	margin-bottom:10px;
}

ul.results div,
ul.results p 
{
	padding-left:10px;
}

ul.results div.Description, 
ul.results p.resultaatUrl a 
{
	padding-left:0px;
}