body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #a28c7b;
	background-image:url(../../images/bg_zakelijk.jpg);
	background-repeat:repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#header { 
	height: 171px;
}
#leftcolumn {
	float: left;
	width: 292px;
	/*background-image:url(../../images/tf_cultureel_18.jpg);*/
	background-repeat:repeat-x;
}


#navcontainer { width: 300px; margin-left: 10px; }

#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#navcontainer a {
	display: block;
	padding: 3px;
	width: 292px;
	background-color: #e9e2d9;
	border: 1px solid #e1d8cb;
	margin-bottom: 3px;
}

#navcontainer a:link, #navlist a:visited {
	color: #1f1813;
	text-decoration: none;
}

#navcontainer a:hover {
	background-color: #c1b9ac;
	color: #1f1813;
}