/* ----- CSS Style Sheet for La Cucina Website specifiek voor weer gave van de produkten----- */
/* ----- Author: Sascha Leijssenaar (Maart 2007)  ----- */

h4 {
	margin: 0px;								/* - Firefox hack to get text to top of div - */
	font: 22px Tahoma;
	font-weight: bold;
	color: #000000;
	margin-bottom: 20px;
}

a.informatie, a.informatie:visited {						/* - css for links in product-listing - */
	font: 9px Trebuchet MS;
	color: #EF3D39;
	text-decoration: none;
	}

a.informatie:hover, a.informatie:active, a.informatie:focus {	/* - css for links in product-listing - */
	font: 9px Trebuchet MS;
	color: #000000;
	text-decoration: none;
	}

.merk_omschr {
	font: 10px Tahoma;
	color: #313131;
	margin-bottom: 20px;
	}
	
.produkt_omschr_lang {
	font: 11px Trebuchet MS;
	padding-top: 25px;
	}

/* ------------------------------------------------------------------------------------------------------------------- */
/* ----- TABLES ------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------- */



/* ------------------------------------------------------------------------------------------------------------------- */
/* ----- LAYOUT ------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------- */

#list_produkt {
	font: 10px Trebuchet MS;
	border-top: 1px solid #BABABA;
	border-bottom: 1px solid #BABABA;
	color: #000000;
	width: 485px;
	margin-bottom: 10px;
	padding: 5px 0px 5px 0px;
	float: left;
	overflow: auto;
	}

#list_produkt_details {
	font: 10px Trebuchet MS;
	border-top: 1px solid #BABABA;
	border-bottom: 1px solid #BABABA;	
	width: 485px;
	margin-bottom: 10px;
	padding: 25px 0px 5px 0px;
	overflow: auto;
	}

/* ------------------------------------------------------------------------------------------------------------------- */
/* ----- TEXT -------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------- */

#text-header {
	font: 10px Tahoma;
	padding-top: 13px;
	padding-left: 15px;
	float: left;
	}
	
#text-content {									/* - contains main text - */
	border: 0px solid #E2E2E2;					/* - grey border around text part - */
	width: 485px;
	line-height: 1.5;							/* - make sure line height is the same cross browser - */
	text-align: justify;
	color: #000000;
	margin-top: 20px;							/* - make div border align with submenu link background - */
	margin-left: 190px;							/* - place text div 190px outside wrapper border - */
	padding: 5px 0px 50px 0px;
	}
