/* @group hide */

h1,
#alt-navigation,
#search,
#navigation,
#sec-navigation,
#opmerkingen,
#gerecht-gebruikers,
#footer,
#disclaimer,
#gerecht-opties,
#buur-afbeelding,
#buur-naam,
#lijstje-tools,
#lijstje ul li a,
#kalender-opvullen,
#aantalpersonen {
	display: none;
}

img {
	border: 0;
}



/* @end */

/* @group styling */

body {
	font: 14px Georgia, serif;
	position: relative;
}

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

#logo {
	margin: 0;
	padding-top: 29px;
}

#logo img {
	width: 300px;
}

#header {
	border-bottom: 5px dashed #ccc;
	height: 100px;
	margin-bottom: 35px;
}

h4 {
	margin-top: 0;
}

/* @group kalender */

#kalender table {
	width: 100%;
	border: 1px solid #ccc;
}

#kalender table p {
	margin: 0;
}

#kalender table a.verwijder {
	display: none;
}

#kalender table p.day {
	text-align: right;
	color: #999;
	margin-bottom: 5px;
}

#kalender table th {
	text-transform: uppercase;
	font-size: 12px;
}

#kalender table th,
#kalender table td {
	border: 1px solid #ccc;
	width: 10%;
	padding: 10px;
}

#kalender-bereik p {
	margin-top: 0;
	text-align: center;
}

#kalender-bereik h4,
#kalender-bereik a {
	display: none;
}

/* @end */

/* @group gerecht */

#gerecht-afbeelding {
	float: right;
	border-left: 20px solid #fff;
}

#gerecht-ingredienten {
	border-bottom: 1px solid #ccc;
}

#gerecht-ingredienten ul {
	padding-left: 20px;
}

#gerecht-afbeelding p {
	margin-top: 0;
}

#gerecht-header h3,
#winkellijstje h2,
#kalender h2 {
	line-height: 100px;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	text-align: right;
	font-size: 24px;
	font-weight: normal;
	margin: 0;
}

#gerecht-header h3 a small,
#gerecht-header h3 small a {
	display: none;
}

#gerecht-header p {
	color: #999;
}

#gerecht-header p a {
	color: #999;
}

/* @end */

/* @group winkellijstje */

#lijstje ul {
	padding: 0;
}

#lijstje ul li {
	list-style: none;
/*	margin-bottom: 10px;*/
/*	line-height: 15px;*/
	width: 22%;
	float: left;
/*	border-bottom: 1px solid #ccc;*/
	padding: 2px 0;
	margin: 0 3% 0 0;
/*	white-space: nowrap;*/
	overflow: hidden;
	font: 12px Georgia, serif;
}

#lijstje ul li img {
	width: 10px;
	float: left;
	margin-right: 10px;
	vertical-align: middle;
}

/* @end */

/* @end */