html,body {
	margin: auto;
	background-image: url(images/bg.jpg);
}

.container {
	margin: auto;
	width: 800px;
	height: 598px;
	background-image: url(images/achtergrond.jpg);
}

.header {
	width: 800px;
	height: 154px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

.menu {
	padding-top: 118px;
	width: 800px;
	height: 13px;
	text-align: center;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #C4C5AA;
}

.content {
	float: left;
	width: 800px;
	height: 444px;
}

.left {
	padding-top: 5px;
	padding-left: 12px;
	float: left;
	width: 163px;
	height: 444px;
	background-image: url(images/links.jpg);
	background-repeat: no-repeat;
} 

.right {
	float: left;
	width: 625px;
	height: 444px;
	background-image: url(images/rechts.jpg);
	background-repeat: no-repeat;
}

.text {
	float: left;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	width: 583px;
	height: 360px;
	overflow: auto; 
}

.kop {
	float: left;
	padding-bottom: 10px;
	width: 565px;
	height: 16px;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #6B6B5C;
}

.content1 {
	float: left;
	width: 565px;
	height: 330px;
	font-family: verdana;
	font-size: 12px;
}

.tijd {
	float: left;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	width: 583px;
	height: 12px;
}

.gerechten {
	float: left;
	font-family: verdana;
	font-size: 12px;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #000;
}

a:hover  {
	text-decoration:none;
	color: #ffffff;
}
