body {
	padding:0px;
	margin:0px;
	text-align:center;
}

body, td
{
	font-family:verdana,arial;
	letter-spacing:0.5px;
	font-size:11px;
	color:black;
	line-height:18px;
}

a {
	color:#ee7d11;
}

#container {
	width:991px;
	height:100px;
	
	position:relative;
	margin:0 auto;
	
	text-align:left;
}	

#overflow {
	clear:both;
	width:991px;
	min-height:600px;
	height:auto;
	_height:600px;

	background:url("../images/overflow.jpg") top right no-repeat;
	overflow:hidden;
	_overflow:visible;
}


#header {
	background:url("../images/header_2.jpg") top left no-repeat;
	width:991px;
	height:234px;
}

#content {
	background:url("../images/bodyBg.jpg") top left repeat-y;
	width:991px;
	height:auto;
}

#footer {
	background:url("../images/footer.jpg") top left no-repeat;
	width:831px;
	_width:991px;
	height:42px;
	padding: 18px 80px 25px 80px;
	color: #228dc8;
	text-align:center;
	font: 11px 'Century Gothic', Arial, Verdana;
}

#footer a {
	color:#228dc8;
	text-decoration:none;
}

#footer a.email {
	background: yellow url("../images/email.jpg") top left no-repeat;
	width:146px;
	height:17px;
	display:block;
	
	float:right;
	margin-top:21px;
	margin-right:101px;
	
	display:inline;
}

#text {

	width:620px;
	_width:640px;
	padding-right:30px;
	overflow:auto;
	
	margin-left:150px;
	margin-top:40px;
	float:left;
	display:inline;
}

h1 {
	color:#567531;
	font-size:13px;
}


.bullet {
	padding-bottom:2px;
}

ul#topLeftHor, ul#topLeftHor li ul
{
	list-style:			none;
	margin:				0px;
	padding:			0px;
}

ul#topLeftHor
{
	float:				left;
	display:			inline;
	
	margin-top:207px;
	margin-left:139px;
	_margin-left:130px;
}

ul#topLeftHor li
{
	float:				left;
	display:			inline;
	padding-left:		13px;
	margin-left:		10px;
}

* html ul#topLeftHor li
{
	width:				1%;
}

ul#topLeftHor li a
{
	display:			block;
	font-family:		"Trebuchet MS";
	font-weight:		bold;
	text-decoration:	none;
	color:				#567531;
	line-height:		16px;
	white-space:nowrap;
}

ul#topLeftHor li a:hover
{
}

ul#topLeftHor li ul
{
	width:				200px;
	position:			absolute;
	margin-top:			-1px;
	margin-left:		-8px;
	display:			none;
	background-color:	#f8cba0;
}

ul#topLeftHor li ul li
{
	margin-left:		0px;
	margin-top:			0px;
	margin-bottom:		0px;
	background:			none;
	float:				none;
	padding:			0px;
	width:				100%;
	height:				100%;
}

ul#topLeftHor li ul li a
{
	font-weight:		100;
	font-weight:		bold;
	color:				#567531;
	padding:			2px 7px;
}

ul#topLeftHor li ul li a:hover
{
	font-weight:		100;
	padding:			2px 7px;
	color:				#f8cba0;
	background-color:	#567531;
	text-decoration:	none;
	font-weight:		bold;	
	
}

ul#topLeftHor li ul li ul
{
	border:				1px solid #BBBBBB;
	margin-top:			-20px; /* Menu hoogte in principe. Mag ook afwijken. */
	margin-left:		130px; /* Menu breedte in principe. Mag ook afwijken. */
}

/* IE */
* html ul#topLeftHor li ul li
{
	float:				left;
	clear:				both;
}

* html ul#topLeftHor li a
{
	height:				1%;
}

