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

body	{
	background			: #babcc2;
	margin				: 0;
	padding				: 0;
	font				: 0.8em Arial;
	text-align			: center; /* #container centreren voor IE5 */
}


/* --------------------------------	*/
/* container					 	*/
/* --------------------------------	*/
#container	{
	position			: relative;
	margin				: 0 auto;
	width				: 794px;
	text-align			: left;
}

#container .clear	{
	clear				: both;
}


/* --------------------------------	*/
/* header						 	*/
/* --------------------------------	*/
#header	{
	height				: 630px;
	background			: url(../img/header_bg.gif) repeat-x left bottom;
	border-left			: solid 10px white;
	border-right		: solid 10px white;
}

#header h1	{
	background			: url(../img/header.jpg) no-repeat;
	margin				: 0;
	height				: 611px;
	text-indent			: -900em;
}

#header p	{
	display				: none;
}


/* --------------------------------	*/
/* content						 	*/
/* --------------------------------	*/
#content	{
	font				: 0.95em/1.5em Tahoma;
	background			: white url(../img/advies_blok.gif) no-repeat 67px bottom;
	padding-bottom		: 30px;
}

#content h2	{
	font				: bold 1em/1.6em Tahoma;
	margin				: 0;
}

#content p	{
	margin				: 0 0 1.2em 0;
}

#content a	{
	color				: #F09144;
}

#content .advies	{
	display				: none;
}

/* kolomen */
#content .kolom1, #content .kolom2, #content .kolom3	{
	float				: left;
	margin-top			: 20px;	
	width				: 205px;
}

#content .kolom1	{ 	padding-left: 67px; }
#content .kolom2	{	margin-left: 22px;	}
#content .kolom3	{	margin-left: 22px;	}

/* adres */
#content address	{
	background			: white url(../img/logo.gif) no-repeat;
	padding-top			: 110px;
	width				: 218px;
	font-style			: normal;
}

#content dl {
	width				: 250px;
	margin				: 0;
}

#content dt	{
	float				: left;
	width				: 50px;
}

/* formulieren */
#content .button	{
	font				: 1em Tahoma;
	background			: #9A9AC3;
	color				: #ffffff;
	border				: solid 1px #B5B4D6;
	cursor				: pointer;
}

#content input, #content select, #content textarea 	{
	font				: 1em Tahoma;
	background			: #fff;
	color				: #505865;
	border				: solid 1px #B5B4D6;
}

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


/* --------------------------------	*/
/* footer						 	*/
/* --------------------------------	*/
#footer	{
	background			: #43475a;
	border-top			: solid 10px white;
	clear				: both;
	text-align			: center;
	padding				: 10px 0;
}

#footer a	{
	font				: 0.85em Tahoma;
	color				: #ffffff;
	text-decoration		: none;
}








