/* css knipper bug oplossing */
html { 
	filter: expression(document.execCommand("BackgroundImageCache", false, true)); 
	font-size: 100%;
}

body	{
	margin				: 0;
	padding				: 0;
	font				: 62.5% Arial;	
}

.toegankelijkheid	{
	display				: none;
}

a	{
	color				: #00479c;
}

a:hover	{
	text-decoration		: none;
}

/* --------------------------------	*/
/* container					 	*/
/* --------------------------------	*/
#container	{
	margin				: 0;
	text-align			: left;
	font				: normal 1.1em Arial;
}


/* --------------------------------	*/
/* header						 	*/
/* --------------------------------	*/
#header	{
	height				: 100px;
	background			: #CDDAEB url(../img/bg_header.gif) repeat-y left top;
}

#header h1	{
	margin				: 2px 0 0 0;
	width				: 755px;
}

#header h1 a	{
	text-indent			: -9000px;
	overflow			: hidden;
	display				: block;
	height				: 94px;
	width				: 235px;
	background			: url(../img/logo.gif) no-repeat 30px 5px;
}

#header	form	{
	position			: absolute; 
	top					: 30px;
	right				: 20px;
	margin				: 0;
}


#taalkeuze	{
	position			: absolute; 
	top					: 10px;
	right				: 20px;
	margin				: 0;
	padding				: 0;
	list-style			: none;
}

#taalkeuze li	{
	display				: block;
	float				: left;
	margin				: 0 0 0 8px;
	color				: #01479D;
}

#taalkeuze li a	{
	display				: block;
	text-indent			: -900em;
	overflow			: hidden;
	width				: 16px;
	height				: 11px;
}

#taalkeuze li a.en	{	background: url(../img/en.gif) no-repeat;}
#taalkeuze li a.nl	{	background: url(../img/nl.gif) no-repeat;}


#subheader	{
	border-top			: 1px solid white;
	height				: 13px;
	background			: url(../img/bg_subheader.gif) repeat-x left top;
	clear				: both;
}


/* --------------------------------	*/
/* left_content					 	*/
/* --------------------------------	*/
#left_content	{
	background			: url(../img/bg_world.gif) no-repeat left bottom;
	padding				: 0 0 40px 0;
	float				: left;
	margin-top			: 10px;
	
	
}


/* --------------------------------	*/
/* menu					 	*/
/* --------------------------------	*/
.menu	{
	margin				: 0 0 0 0;
	padding				: 0;
	list-style			: none;
	width				: 211px;
}

.menu ul	{
	margin				: 0 0 0 10px;
	padding				: 0;
	list-style			: none;
	width				: 190px;
}

#menu	{
	padding-top			: 103px;
	background			: url(../img/bg_menu_top.jpg) no-repeat left top;
}

#menu li	{
	background			: #CDDAEB url(../img/bg_menu_item.gif) repeat-x left bottom;
	padding				: 2px 5px 2px 0;
	border-bottom		: 1px dashed #00479c;	
}

#menu li a	{
	background			: url(../img/icon_plus.gif) no-repeat 5px;
	font				: bold 1.05em Arial, Helvetica, sans-serif;
	color				: #00479c;	
	display				: block;
	width				: 183px;
	padding				: 2px 5px 2px 16px;
}

#menu li.actief a {
	background			: url(../img/icon_min.gif) no-repeat;
}

#menu li li a, #menu li.actief li a { background: none; width: 160px;}

#menu li li	{
	border				: 0;
	background			: none;
}

#menu li a:hover	{
	text-decoration		: none;
}


/* --------------------------------	*/
/* add_menu 						*/
/* (menu onder hoofdmenu links) 	*/
/* --------------------------------	*/
#add_menu	{
	margin				: 15px 0 0 0;
}

#add_menu li	{
	padding				: 1px 5px 1px 0;
}

#add_menu li a	{
	font				: normal 1.05em Arial, Helvetica, sans-serif;
	color				: #00479c;	
	padding				: 2px 5px 2px 16px;
}

#add_menu li a:hover	{
	text-decoration		: none;
}


/* --------------------------------	*/
/* topmenu						 	*/
/* --------------------------------	*/
#topmenu	{
	background			: #01479D;
	color				: white;
	text-transform		: uppercase;
	list-style			: none;
	margin				: 0;
	padding				: 1px 0 1px 20px;
}
	
#topmenu li	{
	display				: inline;
	margin				: 0 10px;
}

#topmenu a	{
	color				: white;
	text-decoration		: none;
	font				: bold 1em Arial;
}

#topmenu a:hover	{
	text-decoration		: underline;
}

/* --------------------------------	*/
/* content						 	*/
/* --------------------------------	*/
#content	{
	display				: block;
	margin-left			: 210px;
	margin-top			: 10px;
	font				: normal 1em/1.8em Arial, Helvetica, sans-serif;
	/* 3px float bug workaround */
	/*display				: inline-block; */
	padding-left		: 2px;
}

#content h2	{
	margin				: 0;
	padding				: 8px 0 25px 22px;
	font				: bold 1.65em Arial, Helvetica, sans-serif;
	color				: #00479c;
	width				: 693px;
}

#content .hr	{
	height				: 3px;
	background			: #fff url(../img/bg_menu_item.gif) repeat-x left top;
	padding				: 20px 0;
}


/* --------------------------------	*/
/* pagina acties					*/
/* --------------------------------	*/
#pagina_acties	{
	float		: right;
	
}

#pagina_acties a	{
	text-indent			: -999em;
	overflow			: hidden;
	float				: left;
	height				: 47px;
}

#pagina_acties .print					{	width: 55px; background: #fff url(../img/print.gif);	}
#pagina_acties .inschrijfformulier 		{	width: 54px; background: #fff url(../img/btn_inschrijfform.gif);	}
#pagina_acties .algemene_voorwaarden	{	width: 72px; background: #fff url(../img/btn_algemenevoorw.gif);	}
#pagina_acties .registerform			{	width: 72px; background: #fff url(../img/btn_download_registerform.gif);	}
#pagina_acties .terms					{	width: 72px; background: #fff url(../img/btn_terms_and_conditions.gif);	}
#pagina_acties .emci					{	width: 28px; background: #fff url(../img/btn_emci_2.gif);	}

/* --------------------------------	*/
/* main_content					 	*/
/* --------------------------------	*/
#main_content	{
	padding				: 0 22px;	
}




/* --------------------------------	*/
/* amimpact						 	*/
/* --------------------------------	*/
#amimpact	{
	padding-top			: 175px;
	text-align			: center;
}

#amimpact a	{
	color				: #999;
}



/* --------------------------------	*/
/* formulieren					 	*/
/* --------------------------------	*/
.input	{
	border				: 1px solid #9FA395;
	background			: #F5F9FC;
	font				: normal 1.15em Arial;
	color				: #333333;
}

.button	{	
	background			: #9FA395;
	font				: bold 1.1em Arial;
	color				: white;
	border				: 1px solid #9FA395;
	padding				: 0 5px;
	cursor				: pointer;
}

/* --------------------------------	*/
/* contact formulier			 	*/
/* --------------------------------	*/
.contactform {
	margin				: 0;
}

.contactform input, .contactform select, .contactform textarea   {
	border				: solid 1px #999;
	font				: 1em Arial;
}

.contactform input.button   {
	cursor				: pointer;
	background			: #999;
	color				: #fff;
	font-weight			: bold;
}

.contactform ul {
	list-style			: none;
	margin				: 0;
	padding 			: 0;
}

.contactform fieldset {
	border				: 0;
	margin				: 0;
	padding				: 0;
}

.contactform legend 	{
	display				: none;
}

.contactform label 	{
	font-weight			: bold;
}

.contactform .veldFout 	{
	border				: 1px solid red;
}

.contactform #frmMelding 	{
	color				: red;
	font-weight			: bold;
	margin				: 10px 0;
}

.contactform li.postcode	{
	float				: left;
	width				: 70px;
}

.contactform li.plaats	{
	float				: left;
	width				: 230px;
}

.contactform li.telefoon	{
	clear				: both;
}


/* --------------------------------	*/
/* zoekresultaten					*/
/* --------------------------------	*/
#zoekresultaten a	{
	font-weight			: bold;
}

#zoekresultaten dt	{
	margin-top			: 5px;
}

#zoekresultaten dd	{
	margin				: 0;
}



/* --------------------------------	*/
/* blokje							*/
/* --------------------------------	*/
.blokje	{
	border				: 2px solid #01479D;
	margin				: 0 0 0 5px;
}

.blokje	h3	{
	margin				: 0;
	background			: #01479D;
	color				: white;
	font				: bold 1.0em Arial, Helvetica, sans-serif;
	padding				: 1px 1px 1px 3px;
	border-bottom		: 1px dashed white;
}

.blokje ul	{
	margin				: 0 0 0 5px;
	padding				: 0 0 0 5px;
	list-style			: none;
	overflow			: hidden;
	position			: relative;
	height				: 25px;
}

.blokje ul li	{
	height				: 25px;
}

.blokje a	{
	font				: normal 1em Arial, Helvetica, sans-serif;
}

/* --------------------------------	*/
/* googlemaps					 	*/
/* --------------------------------	*/
#googlemaps	{
	border				: 1px solid black;
	height				: 400px;
	width				: 400px;/*100%;*/
	background			: #eee;
	text-align			: left;
	font				: 1em Arial;
	color				: #58585A;
}

#googlemaps a	{
	color				: #58585A;
}
