/* css knipper bug oplossing */
html { 
	filter: expression(document.execCommand("BackgroundImageCache", false, true)); 
}

body	{
	background			: #666666;
	margin				: 0 0 30px 0;
	padding				: 0;
	font				: 0.75em Arial;
	text-align			: center; /* #container centreren voor IE5 */
}

.toegankelijkheid	{
	display				: none;
}


/* --------------------------------	*/
/* container					 	*/
/* --------------------------------	*/
#container	{
	position			: relative;
	margin				: 0 auto;
	width				: 900px;
	text-align			: left;
	background			: #cccccc url(../img/container_bg.gif) no-repeat 0 325px;
}


/* --------------------------------	*/
/* header						 	*/
/* --------------------------------	*/
#header	{
	position			: relative;
	height				: 113px;
	background			: #E0E0E0 url(../img/header_bg.gif) no-repeat left bottom;
}

#header h1	{
	margin				: 0;
	position			: absolute;
	top					: 40px;
	right				: 20px;
}

#header h1 a	{
	text-indent			: -9000px;
	overflow			: hidden;
	display				: block;
	height				: 65px;
	width				: 220px;
}


/* --------------------------------	*/
/* menu							 	*/
/* --------------------------------	*/
#menu	{
	position			: relative;
	height				: 212px;
	background			: #666666 url(../img/menu_bg.jpg) no-repeat left 31px;
}

#menu ul	{
	margin				: 0;
	padding				: 6px 0 0 17px;
	list-style			: none;
}

#menu li	{
	display				: block;
	float				: left;
	border-right		: solid 2px #fff;
	height				: 19px;
}

#menu li.ehcb	{
	border-left			: solid 2px #fff;
}

#menu li a	{
	color				: #fff;
	text-decoration		: none;
	font-weight			: bold;
	padding				: 0 40px;
	line-height			: 1.5em;
}

#menu li a:hover, #menu li.actief a	{
	text-decoration		: underline;
}

#menu li.ehcb a	{
	text-indent			: -900em;
	overflow			: hidden;
	background			: url(../img/menu_ehcb.gif) no-repeat center center;
	width				: 59px;
	height				: 19px;
	display				: block;
}


/* --------------------------------	*/
/* content						 	*/
/* --------------------------------	*/
#content	{
	padding				: 30px 70px;
	line-height			: 1.6em;
}

#content h2	{
	margin				: 0 0 20px 0;
	padding				: 0 0 5px 0;
	border-bottom		: solid 3px #006BB3;
	text-transform		: uppercase;
	font-weight			: normal;
	font-size			: 1.6em;
	color				: #666;
}

#content a	{
	color				: #006BB3;
}

/* formulier */
#content input, #content select, #content textarea	{
	border				: solid 1px #006BB3;
	font				: 1em Arial;
}

#content input.radio, #content input.checkbox 	{
	border				: none;
}

#content input.button 	{
	cursor				: pointer;
	background			: #006BB3;
	color				: #fff;
	font-weight			: bold;
}


/* --------------------------------	*/
/* footer						 	*/
/* --------------------------------	*/
#footer	{
	padding				: 20px 70px 0 70px;
	background			: url(../img/footer_bg.gif) repeat-x 1px top;
	height				: 2.3em;
	color				: #006BB3;
	font-weight			: bold;
	font-size			: 0.9em;
	text-align			: left;
}

#footer address	{
	color				: #006BB3;
	font-style			: normal;
	width				: 450px;
	margin				: 0 auto;
}

#footer span	{
	width				: 150px;
	display				: block;
	float				: left;
}

#footer a	{
	color				: #006BB3;
	text-decoration		: underline;
}


/* --------------------------------	*/
/* amimpact						 	*/
/* --------------------------------	*/
#amimpact	{
	padding				: 10px 0;
	text-align			: center;
	font-size			: 0.9em;
}

#amimpact a	{
	color				: #666;
	text-decoration		: none;
}


/* --------------------------------	*/
/* contact formulier			 	*/
/* --------------------------------	*/
.contactform {
	margin				: 0;
}

.contactform input.button   {
	margin-top			: 10px;
}

.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 !important;
}

.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;
}


/* ---------------------------------------- */
/* formulieren module						*/
/* ---------------------------------------- */
.formmodule h4	{
	margin				: 0 0 1em 0;
	font-size			: 1.2em;
	color				: #003B81;
}

.formmodule p	{
	margin				: 0 0 1em 0;
}

.formmodule ul.error {
	color				: #FF0000;
	list-style			: square;
}

.formmodule fieldset {
	border				: 0;
	margin				: 0;
	padding				: 0;
}

.formmodule input, .formmodule select, .formmodule textarea	{
	border				: solid 1px #999;
	font				: 1em Verdana;
} 

.formmodule .button	{
	background			: #003B81;
	color				: white;
	font-weight			: bold;
	border				: outset 1px;
	cursor				: pointer;
} 

.formmodule .checkbox, .formmodule .radio	{
	border				: none;
} 

.formmodule input.fout	{
	border				: solid 1px #F00 !important;
	color				: #f00;
}

.formmodule .checkboxFout, .formmodule .checkboxFout	{
	background			: #F00;
} 

.formmodule ul.formulier {
	list-style			: none;
	margin				: 0 0 1em 0;
	padding 			: 0;
	border-top			: solid 1px #888;
}

.formmodule ul.formulier li	{
	padding				: 6px 0;
	border-bottom		: solid 1px #888;
	clear				: both;
} 

.formmodule label	{
	cursor				: pointer;
	margin-bottom		: 6px;
} 

.formmodule p.melding	{
	color				: #c00;
}

.formmodule acronym	{
	color				: #00F;
	cursor				: help;
	border-bottom		: solid 1px dotted;
} 

.formmodule	table.examens	{
	border				: solid 1px #888;
	border-collapse		: collapse;
	margin				: 0 0 1em 0;
}

.formmodule	table.examens td	{
	border				: solid 1px #888;
	padding				: 6px;
	background			: #D6D6D6;
}

.formmodule	table.examens th	{
	text-align			: left;
	background			: #888;
	padding				: 3px 6px;
}


/* velden op een rij... */
/* kan ook per rij door zoiets als dit te maken voor div.label en div.veld:   .formmodule li.kolomNaam div.label */
.formmodule div.label	{
	float				: left;
	width				: 150px;
	padding				: 2px 0;
}
.formmodule div.veld	{
	margin-left			: 150px;
}






















