/* Content CSS Document */

HTML, BODY {

	width: auto;
	height: 100%;
	padding: 0;
	margin: 0;
}
TD, DIV {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #565350;
}


h1 {
	color: #E6AA05;
	font-size: 18px;
	font-weight: bold;
	display: inline;
	margin: 0px;
	padding: 5px 0 5px 0;
}
h2 {
	color: #B19A64;
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0 2px 0;
}
h2 a {
	color: #B19A64;
	text-decoration: none;
}
h2 a:hover {
	color: #B19A64;
	text-decoration: underline;
}
h3 {
	color: #E6AA05;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0 0 7px 0;
}
h3 a {
	color: #E6AA05;
	text-decoration: none;
}
h3 a:hover {
	color: #E6AA05;
	text-decoration: underline;
}
p {
	margin: 0;
	padding: 2px 0 8px 0;
}
hr {
	border: 0;
	color: #DBDBDA;
	background-color: #DBDBDA;
	height: 1px;
	width: 100%;
	clear: both;
	margin-top: 5px !important; margin-top: 0px;
	margin-bottom: 5px !important; margin-bottom: 0px;
}

/* productoverzicht */
.pagenumber, .pagenumberspan {
	text-align: left;
	display: block;
	float: left;
}

.pagenumberspan
{
width: 150px;
}

.product {
	padding: 8px 5px 5px 5px;
	height: auto;
	clear: both;
	display: block;
	position: relative;
}
.productimage {
	width: 520px;
	height: auto;
}
.productdescription {
	float: left;
	width: 380px;
	height: auto;
}
.prodimg {
	padding: 4px;
	border: 1px solid #F1D178;
	margin: 0 10px 4px 0;
}
/* productdetails */
.productimage2 {
	float:left;
	width: 170px;
	height: auto;
}
.productdescription2 {
	float: right;
	width: 300px;
	height: auto;
}
.productdescription2 p {
	line-height: 16px;
}
.intro {
	font-weight: bold;
	color: #B19A64;
}
a.intro {
	text-decoration: underline;
}
/* shoppingbasket */
.bordertop {
	border-top: 1px solid #DBDBDA;
	background-image: url(../img/pixelgrey.gif);
	background-repeat: repeat-x;
}
.text_large {
	font-size: 12px;
	color: #000;
}

/*---------------------------------RECEPTEN---------------------------*/

/* tabel recept zoeken */

#recept_zoeken {
	background-image: url(../img/bg_submenu02.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FBFAF7;
	border-top: 1px Solid #B19A64;
	border-bottom: 1px Solid #D8CCB1;
	width: 100%;
	padding-top: 15px;
	padding-left: 15px;
}

.p_recept_zoeken {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 270px;
}

/* zoekgedeelte dropboxen */

.dropbox {
	margin-right: 20px;
	width: 165px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* textfield ingrediënten */

#ingredienten {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 348px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: Black;
	margin-bottom: 10px;
	margin-top: 0px;
}

.receptfoto {
	border: 1px Solid #E6AA05;
	margin-right: 15px;
	margin-bottom: 10px;
}

.receptomschrijving {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	margin-top: 0px;
}

.ul_recepten {
	margin-top: 0px;
	margin-left: -27px;
	*margin-left: 15px; 
	_margin-left: 15px; 
	margin-bottom: 5px;
}

.li_recepten {
	list-style-image: url(../img/small_bullet.gif);
}

.a_ingredient {
	color:#666666;
	text-decoration: none;
	font-weight: bold;
}

.a_ingredient:hover {
	text-decoration: underline;
	
}
