body {
	color: #000000;
	background-color: #FFD900;

	text-align: left;
	font-family: sans-serif;
	font-size: 13px;
}

/*------- LINKS ALGEMEEN ------------------------------------*/

a {
	text-decoration: none;
	border-bottom: dotted 1px;
	color: #000000;
}

a:hover {
	text-decoration: none;
	border-bottom: solid 1px;
	color: #000000;
}

a:archive {
	text-decoration: none;
	color: #000000;
}

a:active {
	text-decoration: none;
	color: #000000
}

/*------------------CONTAINER--------------------------------*/

#container {
	margin: 0 auto 0 auto;

	width: 800px;
}

/*------------------------TOP-----------------------------------------------------------------------*/

#banner {
	margin: 0 0 0 0;

	height: 120px;

	background: url('images/top.gif');
}

/*------------------------MIDDEN---------------------------------------------------------------------*/

#middenstuk {
	margin: 0 0 0 0;

	padding: 0 0 0 0;

	background: #F7941D;

	display: table;
}

#middenrij {
	display: table-row;
*	display: block;

	margin: 0 0 0 0;

	padding: 0 0 0 0;
}

/*------------------------menu----------------------*/

#menu {
*	float: left;

	margin-top: 5px;
	margin-right: 0;

	padding-left: 3px;
	padding-top: 0;

	width: 117px;

	text-align: left;
	v-align: top;

	display: table-cell;
}


#item {
	font-size: 11px;
	margin-left: 2px;
}

#item a {
	border-bottom: 0px;
}

#item a:hover {
	border-bottom: dotted 1px;
	border-left: dotted 1px;
}

#item a:active {
	border-left: dotted 1px;
}

#menu span.menuhoofd {
	font-size: 20px;
}

#menu span.menustuk a {
	border-bottom: dotted 1px;
}

#menu span.menustuk a:hover {
	border-bottom: solid 1px;
}


/*-------------------inhoud-----------------------*/

#inhoud {
	margin-top: 0;
/*	margin-right: 120px; */
	margin-bottom: 0;
/*	margin-left: 120px; */

	padding-top: 1em;
	padding-bottom: 1em;

	width: 560px;

	background: #FFD900;
	color: #000000;

	min-height: 500px;
*	height: 500px;

/*	position: relative;
*	bottom: 451px; */

	display: table-cell;
}

	.scheidingslijn {
		width: 560px;
		height: 18px;
		background: url('images/scheidingslijn.gif');
		z-index: 1;
	}

h1 {
	margin-top: 0em;
	padding-top: 0em;
}

/*-------------------rechts------------------------*/

#rechts {
	width: 120px;
	display: table-cell;
*	display: none;
}


/*-------------------------VOETNOOT------------------------------------------------------------------------*/

#voetnoot {
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;

	height: 20px;
	width: 800px;

	background: url('images/voetnoot.gif');

	text-align: center;
	padding-top: 6px;
	vertical-align: text-bottom;

/*	position: relative;
*	bottom: 451px; */
}

#voetnoot span.envelop {
	position: relative;
	top: 4px;
}

#voetnoot a {
	border-bottom: dotted 1px;
}

#voetnoot a:hover {
	border-bottom: solid 1px;
}




/*---------------------PAGINA SPECIFIEK---------------------------------------------------------------------*/
/*---------------------nieuws---------------------------------------------*/
#voorwoord {
	margin-top: 0em;
	margin-right: 0em;
	margin-left: 0em;

	width: 560px;
	min-height: 220px;
*	height: 220px;

	background-image: url('images/toni.jpg');
	background-position: 100% 100%;
	background-repeat: no-repeat;
}

	span.voorwoordtitel {
		font-size: 18px;
	
		margin-left: 5px;
		margin-top: 0em;
	
		width: 555px;
		height: 25px;
	}
	
	#voorwoordtekst {
		margin-left: 25px;
		margin-top: 0em;
		margin-right: 160px;
	
		width: 375px;
	}
	
	
.nieuws {
	margin-left: 25px;
	margin-right: 55px;
	margin-top: 0em;

	width: 480px;
	height: auto;

	background: url('images/recepten/midden.gif');
}

	.nieuwshoofding {
		margin-left: 0em;
		margin-top: 0em;
		margin-right: 0em;
	
		width: 480px;
		height: 25px;
	
		background: url('images/recepten/top.gif');
	}
	
		.nieuwsnaam {
			float: left;
			font-size: 15px;
			margin-left: 32px;
		*	margin-left: 16px;
		}
		
		.nieuwsdatum {
			float: right;
			margin-right: 15px;
		*	margin-right: 9px;

			font-size: 12px;
		}
	
	.nieuwsmiddenstuk {
		margin-left: 10px;
		margin-top: 0em;
		margin-right: 6px;
	
		width: 464px;
	}
	
		.nieuwscommentaar {
			width: 364px;
*			float: left;
		}
		
		.nieuwsfoto {
			float: right;
			margin-right: 0em;
			margin-top: 0em;
			width: 100px;
			text-align: center;
		}

		.nieuwsfoto img {
			border-width: 0;
		}

	.nieuwsvoetnoot {
		margin-left: 0em;
		margin-right: 0em;
		width: 480px;
		height: 20px;
		background: url('images/recepten/voetnoot.gif');
	}

/*--------------------menulijst------------------------------------------*/
#menulijst {
	margin-left: 30px;
}

#menulijst li {
	list-style-position: outside;
	list-style-type: circle;
	margin-bottom: 0.5em;
}


/*---------------------recepten-------------------------------------------*/
.recepten {
	margin-left: 25px;
	margin-right: 55px;
	margin-top: 0em;

	width: 480px;
	height: auto;

	background: url('images/recepten/midden.gif');
}

	.receptenhoofding {
		margin-left: 0em;
		margin-top: 0em;
		margin-right: 0em;
	
		width: 480px;
		height: 25px;
	
		background: url('images/recepten/top.gif');
	}

		.receptennaam {
			float: left;
			font-size: 15px;
			margin-left: 32px;
		*	margin-left: 16px;
		}

		.receptendatum {
			float: right;
			margin-right: 15px;
		*	margin-right: 9px;

			font-size: 12px;
			text-align: right;
		}

	.receptenmiddenstuk {
		margin-left: 10px;
		margin-top: 0px;
		margin-right: 6px;
	
		width: 464px;
		height: auto;
	}

		.receptentekst {
			width: 360px;
			margin-right: 3px;

		}

			.receptentekst ul {
				margin-top: 0em;
				margin-bottom: 0em;
				margin-right: 0em;
			}

			.receptentekst li {
				list-style-position: outside;
				list-style-type: circle;
			}

			.recepteningredienten {
				margin-left: 2em;
			}
			
			.receptenbereidingswijze {
				margin-left: 20px;		
			}
		
			.receptencommentaar {
				margin-left: 5px;
			}
			.receptenscore {
				margin-bottom: 10px;
			}

		.receptentekstgastenboek {
			margin-right: 3px;
			width: 460px;

		}
			
		.receptenfoto {
			float: right;
			margin-right: 0.1em;
			margin-top: 0em;
			width: 100px;
			text-align: center;
			border-width: 0em;
		}
			.receptenfoto img {
				border-width: 0;
			}
		
	.receptenvoet {
		margin-left: 0em;
		margin-right: 0em;
		width: 480px;
		height: 20px;
		background: url('images/recepten/voetnoot.gif');
	}

/*--------------------zoeken----------------------------------------------*/
#zoeken {
	margin-left: 30px;
}

#zoeken li {
	list-style-position: outside;
	list-style-type: circle;
}

/*--------------------kooklinks-------------------------------------------*/
/*--------------------login-----------------------------------------------*/
#logintitel {
	font-size: 20px;
	text-decoration: underline;
}

/*--------------------gastenboek------------------------------------------*/
#gastenboekpost {
	margin-left: 30px;
}
