@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 150%;
}
body#page {
	height: 100%;
	margin-top: 1em;
}
h3 {
	color: #59A465;
}
div.width-wide {
	width: 480px;
	position:absolute;
	left:50%;
	margin-left:-240px;
	color: #2E0F14;
}
/* set body font size (styleswitcher) */

body.font-small {
	font-size: 12px;
}
body.font-medium {
	font-size: 13px;
}
body.font-large {
	font-size: 14px;
}
body.background-whitegrey {
	background-color: #F5F4EF;
}
/* header */
div#header {
	width: 480px;
	height: 76px;
	background-image: url(../assets/images/logo_meatandcheese.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin: 2em 0;

}

div#content {
	border: solid thin #000;
	padding: 1em;
}

div#footer {
	margin: 2em 0;
	padding: 1em;
	background-color: #59A465;
	font-size: 75%;
	text-align: center;
	color: #FFF;
	border: solid thin #000;
}

a img { border: none; }
.font_size_small {
	font-size: 75%;	
}
.font_color_green {
	color: #59A465;
}

/* Formulieren */

form.form-clean fieldset {
  margin-bottom: 10px;
}
form.form-clean legend {
  padding: 0 2px;
  font-weight: bold;
}
form.form-clean label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.form-clean ol {
  margin: 0;
  padding: 0;
}
form.form-clean li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.form-clean em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.form-clean label {
  width: 7em; /* Width of labels */
}
form.form-clean input, form.form-clean select, form.form-clean textarea  {
	background: #D5D4CE;
	border: 1px solid #A4A4A4;
}
form.form-clean#frmcontact input {
	width: 20em;	
}
form.form-clean#frmcontact input#button {
	width: 10em;	
}

form.form-clean input#button {
	border: 2px solid #A4A4A4;
	cursor:  pointer;
	height: 25px;
	padding: 0 5px;
	margin-left: 10em;
	color: #FFF;
	font-weight: bold;
}



/* Storefront */

#searchform {
	display: block;
	height: 43px;
	width: 163px;
}
#searchform #searchfld {
	border: 1px solid #000;
	float: left;
	margin: 3px 5px 3px 0;
	padding: 2px 0;
	width: 130px;
}
/*
#loginform input {
	background: #D5D4CE;
	border: 1px solid #A4A4A4;
	display: block;
	padding: 2px;
	margin: 3px 0 15px 0;
}
#loginform input#loginbtn {
	background: transparent url("/images/bg-loginbtn.gif") no-repeat top left;
	border: none;
	cursor:  pointer;
	height: 21px;
	padding: 0 0 0 88px;
	overflow: hidden;
	width: 89px;
}
*/
#bestelform input#bestelaantal {
	border: 1px solid #A9A7A2;
	padding: 2px;
	font-size: 90%;
}
#bestelform input#bestelbtn {
	background: transparent url("/images/bg-bestelbtn.gif") no-repeat top left;
	border: none;
	cursor:  pointer;
	height: 21px;
	padding: 0 0 0 88px;
	overflow: hidden;
	text-indent: -999px;
	width: 89px;
}
#contactform input, #contactform textarea {
	background: #D5D4CE;
	border: 1px solid #A4A4A4;
	display: block;
	padding: 2px;
	margin: 3px 0 15px 0;
}
#contactform input#contactbtn {
	background: transparent url("/images/bg-contactbtn.gif") no-repeat top left;
	border: none;
	cursor:  pointer;
	height: 21px;
	padding: 0 0 0 88px;
	overflow: hidden;
	width: 89px;
}