/*	(c) 2009 Sunshine IT - http://www.sunshine-it.nl	*/
html,body
{
	margin				:	0px;
	padding				:	0px;
	background-color	:	#ffffff;
	color				:	#000000;
}
html,body,input
{
	font-size			:	10pt;
	font-family			:	Tahoma,Verdana,Helvetica;
}
BODY
{
	width				:	868px;
	margin-left			:	auto;
	margin-right		:	auto;
}
IMG
{
	border				:	0px;
}
A
{
	color				:	#000000;
}
/*	Website-gedeelte	*/
div#divSite
{
	margin-top			:	30px;
	width				:	100%;
	float				:	left;
	border-bottom		:	1px solid #d1f18b;
}
div.divFullWidth
{
	width				:	100%;
	clear				:	both;
	float				:	left;
}
div.divNoClear
{
	clear				:	none;
	float				:	left;
}
div#divSiteLogo
{
	float				:	left;
	height				:	40px;
	padding-top			:	15px;
	border-bottom		:	1px solid #d1f18b;
}
/*	Linker menu	*/
div#divSiteLeft
{
	margin-top			:	15px;
	float				:	left;
	width				:	210px;
	height				:	400px;
}
div#divSiteLeftMenu
{
	width				:	200px;
}
div#divSiteLeftMenu A
{
	background-color	:	#e8f8c5;
	letter-spacing		:	1px;
	font-size			:	11px;
	font-weight			:	bold;
	text-decoration		:	none;
	display				:	block;
	float				:	left;
	width				:	175px;
	height				:	15px;
	padding				:	4px;
	margin				:	2px;
	padding-left		:	15px;
	text-align			:	left;
}
div#divSiteLeftMenu A:hover, div#divSiteLeftMenu A.aSiteMenuCurrentItem
{
	font-size			:	12px;
	background-color	:	#d1f18b;
}

/*	Content-gedeelte	*/
div#divSiteRight
{
	width				:	650px;
	float				:	right;
	margin-top			:	15px;
}
div#divSiteRightContent
{
	padding-bottom		:	15px;
}
div#divSiteRightContent H1, div#divSiteRightContent H2
{
	font-size			:	18px;
	font-weight			:	bold;
	margin				:	0px;
	padding				:	0px;
}
div#divSiteRightContent P
{
	margin				:	0px;
	padding				:	0px;
	padding-top			:	10px;
}

/*	Tabellen en dergelijke	*/
TD
{
	background-color	:	#e8f8c5;
	vertical-align		:	top;
}
TH
{
	border-top			:	1px solid #e8f8c5;
	border-bottom		:	1px solid #e8f8c5;
	text-align			:	left;
	vertical-align		:	top;
}