/*
  $Id: recept.css,v 1.3 2004/08/17 22:56:56 gbiersteker Exp $
  www.kokenmetrenske.nl
  Copyright 2004 by Auxilium Software Development
  http://www.auxilium-sd.nl
*/


/* ----------------------------- Recepten -------------------------------- */
/* ----------------------------------------------------------------------- */

#recepten INPUT
{
	background-color: white;
	border:1px solid silver;
	font-family: Verdana, Arial;
	color:black;
}

#recepten INPUT.button{
	background-color: #EEEFDE;
	color:#666666;
	border:1px solid #C8D2AE;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}



/* ------------------------------ Recept --------------------------------- */
/* ----------------------------------------------------------------------- */

#recept TABLE{
	border-collapse:collapse;
	width:575px;
}

#recept TD{
	width:100%;
}

#recept TD.foto{
	width:200px;
}

#recept TD.ingr{
	width:375px;
}

#recept TEXTAREA
{
	background-color: white;
	border:silver 1px solid;
	color: black;
	font-family: Verdana, Arial;
	font-size: 10px;
}

#recept SELECT
{
	background-color:white;
}

#recept SELECT.gang
{
	width:150px;
}

#recept SELECT.personen
{
	width:150px;
}

#recept SELECT.tijden
{
	width:90px;
}

#recept SELECT.soort
{
	width:150px;
}
#recept SELECT.type
{
	width:150px;
}

#recept SELECT.keuken
{
	width:130px;
}

#recept SELECT.techniek
{
	width:140px;
}