body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}


td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
#container{
	height: 770px;
	width: 860px;
	border: 5px solid #000;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#header{
	height: 169px;
	width: 860px;
	float: left;
}
#logobar{
	background-color: #585857;
	height: 50px;
	width: 860px;
	background-image: url(../images/logo.gif);
	background-position: right center;
	background-repeat: no-repeat;
	float: left;
	margin: 0px;
	padding: 0px;
}
#navigation{
	background-color: #000;
	height: 555px;
	width: 240px;
	float: left;
	background-image: url(../images/fork.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#navigationsnack{
	background-color: #000;
	height: 555px;
	width: 240px;
	float: left;
	background-image: url(../images/plastic.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
ul.navbar{
	color: #ff952d;
	list-style-type: none;
	font-size: 12px;
	text-align:center;
	padding-left: 0px;
	line-height: 22px;
}
ul.lijsten{
	list-style-type: none;
	font-size: 12px;
	padding-left: 0px;
	line-height: 22px;
}
li a{
	color: #ff952d;
	text-decoration: none;
}
li a:visited{
	text-decoration: none;
}
li a:active,
   a.active {
	color: #FF9;
}
li a:hover{
	color: #FF9;
}
#content{
	height: 535px;
	width: 300px;
	float: left;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 20px;
}
#rightcontent{
	height: 555px;
	width: 240px;
	float: right;
}
