body
{
	padding:			0px;
	margin:				0px;
	
	font-family:		arial;
	font-size:			11px;
	color:				black;
	
	text-align:			center;
	line-height:		20px;
	
	height:				100%;
	background-color:	#440000;
}

#idContainer
{
	width:				842px;
	
	position:			relative;
	margin:				0 auto;
	
	background:			url("../images/bg.jpg") top left repeat-y;
	
	text-align:			left;
	overflow:			hidden;
}

* html #idContainer
{
	overflow:			visible;
}

#idHeader
{
	width:				842px;
	height:				129px;
	background:			url("../images/header.jpg") top left repeat-y;
}

#idSubContainer
{
	width:				842px;
	min-height:			500px;
	height:				auto !important;
	height:				500px;
	background:			url("../images/content_bg.jpg") bottom right no-repeat;
	overflow:			hidden;
}

* html #idSubContainer
{
	overflow:			visible;
}

#idContent
{
	width:				494px;
	min-height:			305px;
	height:				auto !important;
	height:				305px;
	float:				left;
	margin:				10px;
	z-index:1;
}

#idMenuLeft
{
	min-height:			305px;
	_height:			305px;
	width:				166px;
	float:				left;
	background:			url("../images/menu_links.jpg") top left no-repeat;
	z-index:500;
}

#idMenuRight
{
	min-height:			305px;
	_height:			305px;
	width:				132px !important;
	width:				162px;
	float:				left;
	background:			url("../images/menu_rechts.jpg") top left no-repeat;
	padding-left:		25px;
	padding-top:		18px;
}

.clsMenuHead
{
	margin-top:			30px;
	margin-left:		15px;
	font-size:			14pt;
	color:				#FFFFFF;
}

.clsNieuwsHead
{
	margin-top:			30px;
	margin-left:		20px;
	font-size:			14pt;
	color:				#FFFFFF;
}

h1
{
	color:				#800000;
	font-size:			15pt;
	font-weight:		normal;
}

ul
{
	margin:				0;
	padding:			0;
	margin-left:		10px;
}

ol li, #idMenuLeft ul li
{
	font-family:		Trebuchet MS, Arial;
	color:				#800000;
	font-size:			13px;
	font-weight:		bold;
	list-style:			none;
}

ol li a, #idMenuLeft ul li a
{
	font-family:		Trebuchet MS, Arial;
	color:				#800000;
	font-size:			13px;
	font-weight:		bold;
	text-decoration:	none;
	
}

ol li a:hover, #idMenuLeft ul li a:hover
{
	font-family:		Trebuchet MS, Arial;
	color:				#800000;
	font-size:			13px;
	font-weight:		bold;
	text-decoration:	underline;
}
