body {
	padding:0px;
	margin:0px;

	font-size:11px;
	font-family:verdana, arial;
	color:#6f7072;

	text-align:center;

	line-height:18px;
}

td
{
	font-size:11px;
	font-family:verdana, arial;
	color:#6f7072;
}

a {
	color:#009875;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#container {
	width:801px;
	background:url("../images/bg.jpg") top left repeat-y;

	position:relative;
	margin:0 auto;

	text-align:left;
}

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

#footer {
	width:801px;
	background:url("../images/footer.jpg") top left no-repeat;
	height:97px;
	color:white;
	font-weight:bold;
	font-size:14px;
	font-family:"Myriad Pro", arial, verdana;
	letter-spacing:0.3px;
}

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

#footer a:hover {
	text-decoration:underline;
}

#footer .mail {
	background:url("../images/mailAfbeelding.jpg") top left no-repeat;
	display:block;
	width:112px;
	height:20px;	
	float:right;
	margin-right:20px;
	margin-top:50px;
	display:inline;
}

#footer a span {
	display:none;
}

.line {
	color:#009875;
	padding-left:10px;
	padding-right:10px;
}

#overflow {
	overflow:hidden;
	background:url("../images/bgContent.jpg") bottom right no-repeat;
	_height:1%;
}

.nawGegevens {
	float:left;
	margin-top:50px;
	margin-left:20px;
}

#columnLeft {
	width:178px;
	float:left;
	padding-bottom:20px;
	display:inline;
	color:white;
}

#columnRight {
	width:480px;	
	float:left;	
	display:inline;
	margin-left:10px;
	margin-top:20px;
	padding-bottom:50px;
	
	min-height:200px;
	height:auto !important;
	height:200px;
}

#columnRight h1 {
	color:#009875;
	font-size:16px;
}

#menu {
	padding:20px 40px 20px 20px;
	background:url("../images/bgMenu.jpg") top left repeat-y;
}

#agenda {
	padding:20px 30px 20px 20px;
	background:url("../images/bgAgenda.jpg") top left repeat-y;
}

#agenda h1 {
	color:#db001b;
	font-size:15px;
}

ul#leftHorTop {
	padding:0px;
	margin:0px;
	list-style:none;
	line-height:30px;
	text-align:right;
}

ul#leftHorTop li {
}

ul#leftHorTop li a {
	color:white;
	text-decoration:none;
	font-size:16px;
}

ul#leftHorTop li ul {
	position:absolute;
	left:159px;
	background:#e39b85;
	line-height:20px;
	list-style:none;
	display:none;
	text-align:left;
	
	width:150px;
	
	padding:0px;
	margin:0px;
	margin-top:-28px;
	_margin-top:0px;
}


ul#leftHorTop li ul li {
	width:150px;
	display:block;
}

ul#leftHorTop li ul li a {
	color:white;
	text-decoration:none;
	font-size:11px;
	display:block;
	padding:2px 5px;
}

ul#leftHorTop li ul li a:hover {
	background:#c9282c;
	display:block;
}