@import url(form.css);
html,
body
{
	height:100%;
	margin:0 0 0px 0;
	padding:0;
}

body
{
	text-align:center;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:80%;
	line-height:170%;
	color: #888888;
	color: #686868;
	padding:0px;
	margin:0 0 0px 0;
	background: #f3f3f3;
}

/* ----- generic styling ----- */
p,
h2,
h3,
h4,
h5,
ul,
li,
ol
{
	margin:0px 0 0 0;
	padding:0;
}

li {
	list-style-position: outside;
	margin-left: 15px;
}

a {

	text-decoration: none;

}

a:hover	{ text-decoration: underline; }

h1 {
	color: #2764a0;
	width: 100%;
	margin: 10px 0 0px 0;
	font-weight:bold;
	font-size:140%;
	}
	
h1 em
{
	color: gray;
	font-style: normal;
}	

h2,
h3,
h4,
h5
{
	color: #2764a0;
	font-weight:bold;
	font-size:120%;
	margin: 20px 0 5px 0;
}

h1 span { display: none; }
h2 span { display: none; }

embed { margin: 0px; padding: 0px; }
object{ margin: 0px; padding: 0px;}

em, i { width: 95%; font-size: 100%; }

hr { 
	height: 1px; 
	border: 0 solid transparent; 
	color: black; 
	background-color: #D6D6D6; 
	margin: 20px 0;
	line-height: 1px;
}

img { margin: 0px; padding: 0px; border: 0px; }

.clear { clear: both;}
.clearright { clear: right;}
.clearleft { clear: left;}

table {
	font-size: 90%; 
	border-collapse: collapse;
	color: #2764A0;
	padding: 1px;
}

tr 
{ 
	background: #F3F3F3;
	vertical-align:top;
	border-bottom: 1px solid #E1E1E1;
	padding: 4px;
	}

td
{
	padding: 0 4px;
}


/*====================================================================================*/
/*	 Structure						  */
/*====================================================================================*/

#top
{
	background: #307dc6 url(../img/bg_top.jpg) no-repeat center top;
	height: 10px;
	line-height: 1px;
	font-size: 1px;
	width: 100%;
}

#middle
{
	background: white url(../img/bg_body.gif) no-repeat center top;
	min-height: 700px;
	height: 700px;
	width: 100%;
	border-bottom: 1px solid #e1e1e1;
}

*> #middle
{
	height: auto;
}

#mainContainer
{
	width: 950px;
	margin: 0 auto;
}

#header
{
	position: relative;
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

.wrap
{
	width: 920px;
	margin: 0 auto;
	text-align: left;
	padding: 0 0 10px 0;
}

.wrap p,
wrapWide p {
	margin-bottom: 15px;
}

.wrapWide
{
	width: 950px;
	margin: 0 auto;
	text-align: left;
}


#columnRight
{
	float: right;
	width: 276px;
}

#columnLeft
{
	float: left;
	width: 625px; 
}

#innerColumnLeft
{
	float: left;
	width: 300px;
}

#innerColumnMiddle
{
	float: right;
	width: 300px;
}

/*====================================================================================*/
/*	 Common elements						  */
/*====================================================================================*/
h1
{
	height: 50px;
}

h1.xlarge /* pagewidth 950px */
{
	background: url(../img/bg_h1_xlarge.gif) no-repeat center bottom; 
}

h1.large /* 625px */
{
	background: url(../img/bg_h1_large.gif) no-repeat center bottom;
}

h1.medium /* 300px */ 
{
	background: url(../img/bg_h1_medium.gif) no-repeat center bottom;
}

h1.small /* 275px */
{
	background: url(../img/bg_h1_small.gif) no-repeat center bottom;
}

h1.small /* 250px  gray background*/
{
	background: url(../img/bg_h1_small.gif) no-repeat center bottom;
}

.wrap p strong, .wrapWide p strong
{
	font-weight: bold;
}

.box
{
	margin-bottom: 20px;
}

.wrap a,
.wrapWide a {
	color: #2764a0;
	text-decoration: none;
	font-weight: bold;
}

.wrap a:hover,
.wrapWide a:hover	{ text-decoration: underline; }

/*====================================================================================*/
/*	 Nav						  */
/*====================================================================================*/
   
  
div#nav
{
	position: absolute;
	top: 5px;
	right: 0px;
	width: 600px;
	font-size: 110%;
}

div#nav ul {float: right; margin: 0px;}

/*
div#nav ul li
{
	float: left;
	margin: 0px;
	list-style: none;
	eight: 2.5em;
	background: 
}

div#nav ul li.selected { background: url(../images/bg_li_selected.gif) no-repeat center 30px; } */

div#nav ul a
{
	color: #3286c9;
	text-decoration: none;
/*	border-right: 1px solid #3286c9; */
}

div#nav ul a:hover { text-decoration: underline;}
div#nav ul a.last
{
	padding-right: 0px;
	border: none;
	background: none
} 

div#nav a.menuItemSelected{
	cursor: default;
	color: grey;
}

div#nav a.menuItemSelected:hover{
	text-decoration: none;
}
	


/*====================================================================================*/
/*	 Content						  */
/*====================================================================================*/

#intro
{
	width: 950px;
	height: 316px;
	background: url(../img/bg_intro.jpg) no-repeat left 1px;
	margin-bottom: 10px;
	margin: 0 0 10px 0;
	padding: 0px;
}

#intro #banner
{

	width: 520px;
	height: 285px;
	margin-right: -5px;
	padding-top: 31px;
}


#intro #tabs
{
	float: right;
	width: 427px;
	height: 316px;
	overflow: hidden;
	color: white;
	text-align: left;
}


#tab1.ui-state-active
{
	background: url(../img/bg_tab1.jpg) no-repeat right bottom;
	color: white;
}

#intro #tabs #tabs-1 a
{
	display: block;
	width: 427px;
	height: 285px;
	background: url(../img/bg_tab_arbeid.jpg) no-repeat right bottom;	
}

#intro #tabs #tabs-1 a span
{
	display: none;
}


/* -- right column */
	/*-- checklist --*/

ul.checkList {}
ul.checkList li 
{
	background: url(../img/bg_li_checklist.gif) no-repeat 5px 0.4em ;
	color: #2764a0;
	padding-left: 30px;
	margin: 0px 0 1.2em 0;
	list-style: none;
}

ul.checkList li a{
	font-weight: normal;
}

	/*--images --*/
		

	.imageBox 
	{
		float: left;
		margin: 35px 20px 15px 0;
		background: url(../img/bg_img_box.gif) repeat-y 0 0;
		width: 310px;
	}
	
	.imageBox .imageBoxTop
	{
		background: url(../img/bg_img_box_top.gif) no-repeat 0 0;
		min-height: 118px;
	}
	
	.imageBox .imageBoxBottom
	{
		background: url(../img/bg_img_box_bottom.gif) no-repeat 0 bottom;
		padding-bottom: 17px;
	}
		
	.imageBox img
	{
		margin: 0px;
	}
	

#answers
{
	background: #f3f3f3;
}

#answers .padding
{
	padding: 15px;
}


div.spotLight { background: url(../img/bg_uitgelicht.jpg) repeat-y center left;}
div.spotLight .top { background: url(../img/bg_uitgelicht_top.jpg) no-repeat top left;}
div.spotLight .top .bottom { 
	background: url(../img/bg_uitgelicht_bottom.jpg) no-repeat bottom left;
	height: 140px;
	min-height: 140px;	
	}
	
	*> div.spotLight .top .bottom {height: auto;}

	div.spotLight .padding { padding: 20px 50px 20px 20px;}
	div.spotLight .padding h2 {margin: 0px;}
	
	div.spotLight .padding a 
	{
		color: white;
		text-decoration: none;
		font-weight: bold;
		margin: 0px 0 3px 0;
		display: block;
		border-bottom: 1px solid #6196C7;
		}
	
	div.spotLight .padding a:hover {color:#A5BAD6}	
	
		div.spotLight .padding a span
		{
			background: url(../img/bg_a_spotlight.gif) no-repeat center center;
			padding: 10px;
			width: 2em;
			line-height: 2em;
		}
	
/* pdf in pagina's */

div.pdfBox
{
	margin-top: 15px;
	padding: 0px 0px 10px 10px;	
	border: 1px solid #E1E1E1;
}

div.pdfBox .pdfItem
{
	
	padding: 5px 0 5px 45px;
	background:  url(../img/bg_pdf_item.gif) no-repeat left 5px;
}

div.pdfBox a
{
	display: block;
	color: #3E75AA;
	font-weight: bold;
	
}

div.pdfBox span
{
	display: block;
	font-size: 90%;
	color: #3E75AA;
	line-height: 1.4em;		
}





/*====================================================================================*/
/*	 Footer						  */
/*====================================================================================*/

#footer { padding: 5px 0 10px 0;}

#footer a
{
	font-size: 85%;
	color: #3E75AA;
	padding: 0 7px;
	text-decoration: none;
	border-right: 1px solid #3E75AA;
}

#footer a:hover { text-decoration: underline;}
#footer a.last
{
	padding-right: 0px;
	border: none;
} 


