html, body
{
	margin						:	0px;
	padding						:	0px;
	width						:	100%;
	background-color			:	#000000;
}
body
{
	width						:	1004px;
	border						:	1px solid #000000;
	margin						:	5px;
	margin-left					:	auto;
	margin-right				:	auto;
	background-color			:	#363636;
	font-family					:	Verdana;
	font-size					:	13px;
	color						:	#ffffff;
}
div#divTop
{
	clear						:	both;
	height						:	220px;
	width						:	100%;
	background-color			:	#d61e14;
	border-bottom				:	1px solid #cfcfcf;
	background-image			:	url(/img/teamgrondman/teamgrondman_top.jpg);
	background-repeat			:	no-repeat;
}
div#divTopMenu
{
	margin-top					:	189px;
	height						:	31px;
	width						:	664px;
	float						:	right;
	padding-right				:	68px;
}
div#divTopMenu A
{
	width						:	94px;
	height						:	22px;
	float						:	left;
	display						:	block;
	color						:	#ffffff;
	background-color			:	#000000;
	text-decoration				:	none;
	padding-top					:	9px;
	text-align					:	center;
	font-size					:	11px;
	border						:	1px solid #ffffff;
	border-bottom				:	0px;
	margin-right				:	-3px;
}
div#divTopMenu A.aSiteMenu1CurrentItem
{
	font-weight					:	bold;
	background-color			:	#1c1e1a;
}
div#divBody
{
	margin-left					:	auto;
	margin-right				:	auto;
	margin-top					:	10px;
	width						:	920px;
	padding-left				:	20px;
	padding-right				:	20px;
	background-color			:	#363636;
	background-position			:	top center;
}
div#divBody A
{
	color						:	#ffffff;
}
IMG
{
	border						:	1px solid #000000;
}
H1
{
	font-size					:	20px;
	font-weight					:	bold;
	margin						:	0px;
	padding						:	0px;
}
H2
{
	font-size					:	16px;
	font-weight					:	bold;
	margin						:	0px;
	padding						:	0px;
}
div#divBodySitemap
{
	clear						:	both;
	padding-top					:	30px;
	margin-left					:	auto;
	margin-right				:	auto;
	height						:	30px;
	width						:	640px;
	text-align					:	center;
	font-size					:	9px;
}


/*	Achteraf nog de hoogten gaan bijstellen	*/
div#divBody:after
{
	content				:	".";
	display				:	block;
	height				:	0;
	font-size			:	0;
	clear				:	both;
	visibility			:	hidden;
}
div#divBody
{
	display				:	inline-block;
}
* html div#divBody
{
	height				:	1px;
}