html, body 
{
	margin				: 0;
	padding				: 0;
	font				: normal 10pt Arial;
	background			: #fff url('/img/bg/body-large.png') repeat-y left center;
	color				: #fff;
}
body
{
SCROLLBAR-FACE-COLOR: #FFCE84; SCROLLBAR-HIGHLIGHT-COLOR: #FFF9E1; SCROLLBAR-SHADOW-COLOR: #FF9900; SCROLLBAR-3DLIGHT-COLOR: #FF9900; SCROLLBAR-ARROW-COLOR: #FF9900; SCROLLBAR-TRACK-COLOR: #FF9900; SCROLLBAR-DARKSHADOW-COLOR: #FFEFA6;
}
/* algemeen */

a:link
{     
	color				: #666699;                        
	text-decoration		: underline;
}
a:visited
{
	color				: #666699;
	text-decoration		: underline;
}
a:hover 
{
	color				: yellow;
	text-decoration		: none;
}
a:active
{
	color				: white;
	text-decoration		: none
}
a img
{
	border				: none;
	text-decoration		: none;
}
table#form tr.first
{
	display				: none;
}

#container
{
	width				: 989px;
}

#left
{
	position			: fixed;
	display				: block;
	top					: 0px;
	left				: 0px;
	width				: 179px;
	height				: 469px;
	background			: url('/img/bg/left.png') no-repeat left top;
}

a#generativiteit
{
	text-decoration		: none;
	display				: block;
	width				: 130px;
	height				: 49px;
	font-size			: 1px;
	margin				: 35px 0 0 8px; 
}
a#generativiteit span
{
	visibility			: hidden;
	font-size			: 0px;
}

#navigation
{
	list-style-type		: none;
	margin				: 0 0 0 8px;
	padding				: 75px 0 0 0;
	width				: 144px;
	line-height			: 17px;
}
#navigation a
{
	color				: orange;
	text-decoration		: none;
}
#navigation a:hover
{
	color				: #c30;
}


#text
{
	width				: 690px;
	margin-left			: 180px;
	padding-top			: 47px;
	text-align			: justify;
}
#text h1
{
	margin				: 0px;
	font				: bold 12pt arial;
	padding-bottom		: 10px;
}
#text h2
{
	margin				: 0px;
	font				: bold 11pt arial;
	padding-bottom		: 5px;
}


#footer
{
	clear				: both;
	text-align			: center;
	margin				: 16px 0;
	padding				: 4px;
	border-top			: 1px solid #fff;
	font-size			: 8pt;
}
#footer li
{
	display				: inline;
	padding				: 0 10px;
}