/*== Reset CSS ==*/
html
{
	color: #FFFFFF;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,t
{
	margin: 0;
	padding: 0;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img
{
	border: 0;
}
ul li
{
	list-style: none;
}
caption,th
{
	text-align: left;
}
h1,h2,h3,h4,h5,h6
{
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after
{
	content: '';
}
abbr,acronym
{
	border: 0;
	font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup 
{
	vertical-align: text-top;
}
sub 
{
	vertical-align: text-bottom;
}
input,textarea,select
{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

/*because legend doesn't inherit in IE */
legend
{
	color: #000000;
}
a
{
	outline: 0;
}
/*== end reset==*/

/*== Typographic ==*/
body, th, td, a, input, textarea, select, strong
{
	color: #000000;
	font-family: Arial;
	font-size: 10px;
	line-height: 17px;
}
input
{
	font-size: 10px;
}
p
{
	padding: 0 0 10px 0;
}
.text
{
	line-height: 17px;
}
/*.font_small,
.font_small a
{
	font-size: 12px !important;
}
.font_small input,
.font_small textarea
{
	font-size: 13px !important;
}
.font_normal,
.font_normal a
{
	font-size: 14px !important;
}
.font_normal input,
.font_normal textarea
{
	font-size: 14px !important;
}
.font_big,
.font_big a
{
	font-size: 16px !important;
}
.font_big input,
.font_big textarea
{
	font-size: 15px !important;
}*/
/*== ==*/

/*== Global definitions ==*/
a
{
	color: #7B4C9E;
	text-decoration: underline;
}
a:hover
{
	color: #58297A;
	text-decoration: none;
}
ul
{
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
}
ul li
{
	padding: 0 0 0 24px;
	list-style: none;
	background: transparent url('../images/bullet_black.gif') no-repeat 8px 6px;
}
ol
{
	margin: 0 0 0 24px;
	padding: 0 0 10px 0;
}
ol li
{
	
}
blockquote
{
	margin: 16px 40px 16px 40px;
}
.invisible
{
	float: left;
	overflow: hidden;
	height: 0;
	width: 0;
	visibility: hidden;
}
.hidden
{
	display: none;
}
.afb_
{
	clear: both;
	display: block;
}
.afb_Links
{
	float: left;
	margin: 0 10px 5px 0;
}
.afb_Rechts
{
	float: right;
	margin: 0 0 5px 10px;
}
.link_
{
	display: block;
}
.zichtbaar_,
.only_when_printing
{
	display: none !important;
}
a.backlink
{
	
}
a.anchor_top
{
	
}

body
{
	background: url(../images/bg.gif) repeat-x left top;
}
#root
{
	width: 800px;
	margin: 0 auto;
	text-align: center;
}
#logo
{
	width: 545px;
	margin: 0px auto;
	overflow: hidden;
	text-align: center;
}
#logoMargins
{
	padding: 11px 0 10px 0;
	margin: 0 auto;
	width: 145px;
	text-align: center;
}
#logoMargins img
{
	display: block;
}
#textArea
{
	width: 545px;
	height: 492px;
	margin: 0 auto;
	text-align: center;
	background: #ECECF3;
}
#textAreaMargins
{
	padding: 20px;
	text-align: left;
}
.bigGray
{
	font-size: 18px;
	color: #9395A8;
	padding: 0 0 20px 0;
}
/*== ==*/


/*== Fixes N Hacks ==*/
.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix
{
	display: inline-block;	/* for IE/Mac */
}
/*== ==*/