/* Basic Structure */

body {
	background-color: #F4F5F5;
	color: #000F60;
	margin: 0;
	padding: 0;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

A{
	color: #000F60;
}

form {
	margin: 0;
}

h1 {
	font-size: 140%;
	margin-top: 0;	/* default is dit verschillend in IE en FF */
	text-transform: uppercase;
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 120%;
}

ul{
	float:top;
}

select,input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: thin solid black;
}

.formulier_text,.formulier_textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: thin solid black;
	width: 120px;
}

/* General Structure */

#container{
	width: 100%;
}

#topmenu,.header{
	background-color: #000F60;
	color: white;
	padding: 2px;	
}

#topmenu A,.header A{	
	color: white;
	text-decoration: none;
}

#topcontent{
	margin-top: 1px;
	background-color: #088dce;
	color: white;
	padding: 2px;	
}

#content_part{
	background-color: #e3e3e3;
}

.result_even , .even {
	background-color: #e9e9e9;
}

.result_odd , .odd {
	background-color: #e0e3e9;
}

.search_title{
	padding: 5px;
	
}

/* Hide 'print-only' items */

.printonly {
	display: none;
}
