/* CSS Document */

/* Algemene layout */

#titel {
	position: absolute;
	left: 85px;
	top: 75px;
}

.content {
	position: absolute;
	left: 85px;
	top: 140px;
	width: 395px;
	height: 421px;
	padding-right: 5px;
	overflow: auto;
}


#menuBalk {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 950px;
	height: 20px;
	background-color: #304c7b;
	border: none;
	padding: 0px;
	margin: 0px;
}

#subMenuBalk {
	position: absolute;
	left: 10px;
	top: 30px;
	_top: 32px; /* IE hack */
	width: 475px;
	height: 20px;
	background-color: #868cac;
	padding: 0px;
	margin: 0px;
	line-height: 1px;
	display: none;
}

#buffetBalk {
	position: absolute;
	left: 10px;
	top: 30px;
	_top: 32px; /* IE hack */
	width: 475px;
	height: 40px;
	background-color: #868cac;
	padding: 0px;
	margin: 0px;
	line-height: 1px;
	display: none;
}
#menuPlaatje {
	position: absolute;
	left: 485px;
	top: 30px;
	_top: 32px; /* IE hack */
	width: 475px;
	height: 530px;
	border: none;
}

.naam {
	width: 330px;
	font-weight: bold;
}

.gerecht {
	position: relative;
	left: 0px;
	top: 0px;
	padding-bottom: 10px
}
.prijs {
	position: absolute;
	top: 0px;
	left: 320px;
}

.omschrijving {
	width: 310px;
}

.maandMenu {
	padding-bottom: 10px;
}

input.button {
	background-color: #304c7b;
}
