/*
	main stylesheet
*/

html,body
{
	height: 100%;
}

body
{
	
	margin:0;
	padding:0;
	font-family:"Lucida Sans Unicode","Trebuchet MS",Arial;
	color:#000;
	font-size:76%;
}

p,ol,ul,td
{
	font-size:1em;
	list-style:none;
	margin:0;
	padding:0;
	min-height:1%;
}

p
{
	margin: 0;
	padding: 0;
}

a:link
{
	text-decoration: underline;
	color:#000;
}
a:visited
{
	color:#000;
}

a:hover
{}
a:active
{
	
}

h1
{}

h2
{}

h3{
	font-size:110%;
}

h3 a:link
{
	color:#FA6A30
}


/*----------------------------------------------------------------------------*/
#main
{
	border-top:	1px solid #F3F3F3;	
	margin:		0;
	padding:	0;
	text-align:	left;
	padding-bottom:1em;
	background:	url(../images/back_content.png) 0 0 repeat-x;
}

/*----------------------------------------------------------------------------*/
#header
{
	margin:	0 0 2em -.5em;
	position:	relative;
	text-align:	left;
	padding-top:2em;
	padding-bottom:1em;
	}

#header h1
{
	font-size:	1.8em;
	font-weight:normal;
	margin:		0;
	margin-left:.2em;
	padding:	0;
	text-align:	left;
	width:		15em!important;
}

#homelink{
	position:absolute;
	margin-left:50em;
	text-align:right;
	padding-right:1em;
	margin-top:-2em;
	}
	
/*----------------------------------------------------------------------------*/
#content
{
	width:750px;
	margin:0 auto;
	padding:.7em;
	border-right: #C9DAF1 2px solid;
	border-left: #C9DAF1 2px solid;
	min-height: 390px;
	}

#content ul{
	padding-top:2em;
	}
	
#content ul li{
	padding-bottom:1em;
	}
	
/*----------------------------------------------------------------------------*/

form#io4search
{
position: absolute;
top: 80px;
left: auto;
width: 750px;
padding: 0;
margin: 0;
}

form#io4search fieldset
{
margin: 1px;
}

p.suggestion
{
	position: absolute;
	top: 21em;
}


fieldset.narrow
{
	width: 30%;
	float: left;
	height: 90px;
}

h3 span.hidden
{
	position: absolute;
	text-indent: -999em;
	left: -999em;
}

#numberofresults
{
	margin-top: 11em;
	font-size: 1.4em;
}

.resultnumber {
	border-right:2px solid #FA6A30;
	color:#FA6A30;
	margin-right:0.4em;
	padding-right:0.4em;
}

#zoeknavigatie
{
	padding-bottom:1em;	
}

#zoeknavigatie p
{
	margin-top:1em;
}
	
#zoeknavigatie li {
	display:inline;
	width:2em;
	padding-right:1em;
	}

#zoeknavigatie ul li {
	color: #FA6A30;
	}

#sform {
	background:#ECECEC none repeat scroll 0 0;
	border-top:6px solid #A6A6A6;
	padding:1em;
	position:absolute;
	top:11em;
}

#searchresults{
	margin-top: 1em;
	padding-top: 0em !important;
}

#searchresults li small {
	color:#666666;
	font-weight:normal;
}

	
/*----------------------------------------------------------------------------*/

.nonvisual{
	display:none;
	}
	

#visual
{
	
	margin-top:	3em;
	text-align:	center;
	
}

#visual h2
{
	color:		#000077;
	font-size:	1.8em;
	font-weight:normal;
	text-align:	center;
}

/*----------------------------------------------------------------------------*/

#footer{
	width:750px;
	margin:0 auto;
	padding:.7em;
	height:256px;
	background:	url(../images/back_home.gif) center bottom no-repeat;
	margin-top:-1em;
	border-right: #C9DAF1 2px solid;
	border-left: #C9DAF1 2px solid;	
	position: relative;
	z-index: -1;
	}
	
