/*** DEFAULT STYLESHEET ***/

/*________________________________________________________________________________GENERAL ELEMENTS___*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../img/bg_page.png) repeat-x #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%; /* Browser default is 16px. */
	line-height: 1.125em; /* This is based on the above font size of 16px and results in 18px. */
	color: #666666;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0 0 0.5em;
}

.csc-textpic{
	display:block;	
}

.csc-textpic-clear{
	clear:both;	
}

h4, h5, h6 {
	font-size: 1em;
	color: #333333;
}

h1 {
	margin: 0 0 1em;
	padding: 0 0 1em;
	font-size: 1.65em;
	color: #ffffff;
}

h2 {
	font-size: 1.65em;
	color: #2ac4f4;
}

h3 {
	font-size: 1.3em;
	color: #ed171f;
}

p {
	font-size: 1em;
}

p strong {
	color: #333333;
}

a {
	color: #2ac4f4;
	text-decoration: underline;
}

a:hover {
	color: #13a4d0;
}

img {
	border: none;
}

hr {
	background: url(../img/bg_line_stripes.png) repeat-x left top;
	height: 1px;
	margin: 1.5em 0;
	color: #c2c2c2;
	border: none;
	clear: both;
}

div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image {
	float:none;
}

div.csc-textpic-right div.csc-textpic-imagewrap {
	float: none;
	text-align: right;
}

div.csc-textpic-image csc-textpic-lastcol {
	float:none;
}


div.csc-textpic-left div.csc-textpic-imagewrap{
	float:none;
}

div.csc-textpic-intext-right div.csc-textpic-imagewrap{
		/*float:none;*/
}


ul {
	margin: 0 0 1em 0;
	padding: 0;
	list-style-type: none;
}



ul li {
	background: url(../img/icon_listmarker.png) no-repeat left 0.55em;
	margin: 0.25em 0;
	padding-left: 1.5em;
}

ol {
	margin: 0 0 1em 1.5em;
	padding: 0;
}

ol li {
	margin: 0.25em 0;
}

table {
	margin: 0 0 1em;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	font-size: 1em;
}

table th,
table td {
	padding: 0.5em 1em;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}

.standaardcontentblok{
	
}


/*________________________________________________________________________________BASIC CLASSES___*/

.clear {
	clear: both !important;
	height: 0 !important;
	text-indent: -9999px !important;
	line-height: 0 !important;
	font-size: 1px !important;
}

.hidden {
	display: none !important;
}

.noborder {
	border: none !important;
}

.nomargin {
	margin: 0 !important;
}

.floatright {
	float: right !important;
	clear: both !important;
	margin: 0 0 5px 5px;
}

.center {
	text-align: center !important;
}

/* Use the noprint class for elements which aren't allowed to be printed. */
.noprint {
	display: block !important;
}

/* Use the printonly class for elements visible only while printing a webpage. */
.printonly {
	display: none !important;
}



/*________________________________________________________________________________BASIC FORM___*/

form legend {
	display: none;
}

form fieldset {
	margin: 0;
	border: none;
}

form fieldset.labels_right {
	text-align: right;/**/ /* Activate this for aligning the labels to the right. */
}

form fieldset br {
	clear: both;
}

form fieldset label,
form fieldset p.label {
	position: relative;
	float: left;
	display: block;
	width: 15em;
	margin: 0 2em 0.5em 0;
}

form fieldset label span,
form fieldset p.label span {
	position: absolute;
	top: 0;
	right: -1em;
	padding: 0 0 0 0.5em;
	text-align: left;
}

form fieldset input,
form fieldset textarea,
form fieldset select,
form fieldset p.filled_out {
	float: left;
	background: #ffffff;
	width: 170px;
	border: 1px solid #cccccc;
}

form fieldset input,
form fieldset textarea,
form fieldset select,
form fieldset p.filled_out,
form fieldset div.inputgroup {
	margin: 0 0 0.636em 0;
}

form fieldset input,
form fieldset textarea,
form fieldset select {
	font-family: Arial, Helveticca, sans-serif;
	font-size: 1em;
	color: #7f8182;
}

form fieldset input {
	width: 164px;
	height: 14px;
	padding: 2px 3px 0;
}

form fieldset textarea {
	width: 173px; /* Standard input width + 3px. */
	height: 100px;
	padding: 0 0 0 3px;
}

form fieldset select {
	width: 179px; /* Standard input width + 9px. */
	height: 16px;
	padding: 0;
}

form fieldset select option {
	padding: 0 3px;
}

form fieldset p.filled_out {
	background: none;
	border: none;
	text-align: left;
}

form fieldset label,
form fieldset p.label,
form fieldset p.filled_out {
	padding: 0.1em 0 0;
}

form fieldset .field_half {
	width: 85px !important;
}

form fieldset .field_quart {
	width: 42px !important;
}

form fieldset .field_eighth {
	width: 21px !important;
}

form fieldset div.inputgroup input,
form fieldset div.inputgroup label {
	float: left;
	width: auto;
}

form fieldset div.inputgroup input {
	background: none;
	margin: 0 0.25em 0 0;
	border: none;
}

form fieldset div.inputgroup label {
	height: 22px; /* Standard input height + 2px. */
	margin: 0 1em 0 0;
	text-align: left;
}

form fieldset div.inputgroup.error {
	background: none;
	border: none;
}

form fieldset div.inputgroup.error p.label {
	color: #ff3333;
}

form fieldset div.inputgroup div.inputlist {
	float: left;
	margin: 0 0 0.5em;
}

form fieldset div.inputgroup div.inputlist label {
	clear: both;
	width: 200px;
	height: auto;
	margin: 0;
}

form fieldset div.inputgroup p.hint {
	margin: 0;
	text-align: left;
	font-size: 0.8em;
}

form fieldset div.textfields label {
	position: relative;
	float: left;
	display: block;
	width: 15em;
	margin: 0 2em 0 0;
}

form fieldset.labels_right div.textfields label {
	text-align: right;
}

form fieldset div.textfields label span {
	position: absolute;
	top: 0;
	right: -1em;
	padding: 0 0 0 0.5em;
	text-align: left;
}

form fieldset div.textfields input {
	float: left;
	background: #ffffff;
	border: 1px solid #cccccc;
}

form fieldset input.button,
form fieldset input.submit {
	background: #000000;
	width: 5em;
	height: 2em;
	margin: 1em 0 1em 17em;
	padding: 0 0 0.5em;
	font-weight: bold;
	font-size: 1em;
	color: #ffffff;
	cursor: pointer;
}

form fieldset input.button:hover,
form fieldset input.submit:hover {
	background: #333333;
}

form fieldset .error {
	background: #ffdddd;
	border: 1px solid #ff3333;
	color: #ff3333;
}

form fieldset p.required_fields {
	clear: both;
	margin: 0 0 0 17em;
	text-align: left;
}

form fieldset p.required_fields span {
	font-size: 0.8em;
}

form fieldset div.form_error_report {
	clear: both;
	background: #ffdddd;
	margin: 0 0 1em;
	padding: 0.5em 1em 1em;
	border: 1px solid #ff0000;
	text-align: left;
}

form fieldset div.form_error_report p.form_error_head {
	font-weight: bold;
	font-size: 1.2em;
	margin: 0 0 0.2em;
	color: #990000;
}

form fieldset div.form_error_report p {
	margin: 0;
	color: #ff0000;
}

/*________________________________________________________________________________GENERAL LAYOUT___*/

div#page_outerwrapper,
div#footer_wrapper {
	font-size: 0.687em; /* Based on the browser default of 16px and results in 11px. */
}

div#page_outerwrapper {
	position: relative;
	overflow: hidden;
	background: #ffffff;
	background: url(../img/bg_page_shadow_sides.png) repeat-y #ffffff;
	width: 970px;
	margin: 0 auto;
}

div#page_innerwrapper {
	position: relative;
	width: 910px;
	margin: 0 auto;
	padding: 0 10px;
}

div#page_shadow_left,
div#page_shadow_right {
	position: absolute;
	top: 0;
	width: 20px;
	height: 1300px;
}

div#page_shadow_left {
	left: -20px;
	background: url(../img/bg_page_shadow_left.png) no-repeat;
}

div#page_shadow_right {
	right: -20px;
	background: url(../img/bg_page_shadow_right.png) no-repeat;
}

div#page_shadow_bottom {
	position: absolute;
	left: -20px;
	bottom: 0;
	background: url(../img/bg_page_shadow_bottom.png) no-repeat;
	width: 970px;
	height: 21px;
}



/*________________________________________________________________________________HEADER___*/

div.home div#header {
	height: 438px;
}

div#header {
	width: 910px;
	height: 318px;
	margin: 0 auto;
}



/*________________________________________________________________________________CONTENT___*/

div.home div#content {
	background: url(../img/bg_col_blue_top.png) repeat-x top #f2fafe;
}

div#content {
	background: #f2fafe;
	width: 910px;
	margin: 0 auto;
	padding: 0 0 1em;
	z-index: 1;
}

div#content div.col2_left,
div#content div.col2_right,
div#content div.col3_left,
div#content div.col3_center,
div#content div.col3_right,
div#content div.col3_center_right {
	float: left;
/* 	height: 200px; TEMP */
}

div#content div.col2_left {
	position: relative;
	background: url(../img/bg_col_grey_top.png) repeat-x top #ffffff;
	width: 404px;
	margin: 0 24px 0 0;
	padding: 0 30px 0 15px;
}

div#content div.col2_left div.overlay_shadow {
	position: absolute;
	top: 0;
	right: -10px;
	background: url(../img/bg_col_overlay_shadow.png) repeat-y right;
	width: 15px;
	height: 720px;
}

div#content div.col2_right {
	background: url(../img/bg_col_blue_top.png) repeat-x top #f2fafe;
	width: 412px;
	margin: 0 15px 0 0;
	padding: 0 5px;
}

div#content div.col3_left {
	position: relative;
	background: url(../img/bg_col_grey_top.png) repeat-x top #ffffff;
	width: 230px;
	height: 1px; /* Define with js according to overlay height */
	z-index: 10;
}

div#content div.col3_left_viewport {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	background: url(../img/bg_col_grey_top.png) repeat-x top #ffffff;
	width: 215px;
	padding: 0 0 0 15px;
	z-index: 20;
}

div.search div#content div.col3_left_viewport {
	background: url(../img/bg_col_grey_top_search.png) repeat-x top #ffffff;
	width: 673px;
}

div#content div.col3_left_viewport div.overlay_indicator {
	position: absolute;
	top: 41px;
	right: 0;
	background: url(../img/icon_overlay_indicator_open.png) no-repeat;
	width: 16px;
	height: 27px;
	cursor: pointer;
}

div#content div.col3_left_viewport div.overlay_indicator_close {
	background: url(../img/icon_overlay_indicator_close.png) no-repeat;
}

div#content div.col3_left_viewport div.overlay_shadow {
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/bg_col_overlay.png) repeat-y top right;
	width: 15px;
	height: 100%;
}

div#content div.col3_left_viewport div.overlay_shadow div {
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/bg_col_overlay_shadow.png) no-repeat;
	width: 15px;
	height: 720px;
}

div.search div#content div.col3_left_viewport div.overlay_shadow div {
	background: url(../img/bg_col_overlay_shadow_search.png) no-repeat;
}

div#content div.col3_overlay {
	width: 648px;
	padding-top: 20px; 
}

div.content div#content div.col3_overlay {
	padding-top: 72px; 
}

div#content div.col3_center {
	position: static;
	background: url(../img/bg_col_blue_top.png) repeat-x top #f2fafe;
	width: 420px;
	padding: 0 20px;
}

div#content div.col3_right {
	background: url(../img/bg_col_blue_top.png) repeat-x top #f2fafe;
	width: 194px;
	padding: 0 16px 0 10px;
}

div#content div.col3_center_right {
	background: url(../img/bg_col_blue_top.png) repeat-x top #f2fafe;
	width: 644px;
	padding-left: 20px;
	padding-right: 16px;
}

div.searchresults div#content div.col3_center_right {
	width: 680px;
	padding-left: 0;
	padding-right: 0;
}

div#content div.col2_left,
div#content div.col2_right,
div#content div.col3_left,
div#content div.col3_center,
div#content div.col3_right,
div#content div.col3_center_right,
div#content div.col3_overlay {
	padding-top: 20px;
}

div#content div.col3_overlay h1 {
	margin: 0;
	padding: 0 0 1em;
	color: #2ac4f4;
}

div#content div.col3_center h1 {
	color: #ffffff;
}

div#content div.col3_center_right h1 {
	float: left;
	margin-left: 0;
	color: #ffffff;
}

div.searchresults div#content div.col3_center_right h1 {
	margin-left: 20px;
}

div#content div.content_clear {
	clear: both;
	background: #ffffff;
}

div.col_small {
	float: left;
	width: 200px;
	margin-right: 24px;
	position: relative;
}

div.col_small_double {
	float: left;
	width: 424px;
}

div.col_small_triple {
	float: left;
	width: 672px;
}

dl.legenda {
	margin: 0 0 1em;
	padding: 0 0 1em;
}
dl.legenda dt {
	float: left;
	clear: both;
}
dl.legenda dd {
	margin-left: 25px;
}



/*________________________________________________________________________________LIGHTBOX___*/


div#shadowbox_container div#shadowbox_title {
	visibility: hidden;
}

div.lightbox {
	background: #ffffff;
	width: 400px; /* 450px */
	height: 360px; /* 400px */
	margin: 0;
	padding: 15px 20px;
	border: 5px solid #eeeeee;
	font-size: 0.687em; /*  Based on the browser default of 16px and results in 11px. */
}

div#f21_lightbox_forward_recipe {
	height: 390px; /* 430px */
}

div#f33_lightbox_order_form {
	height: 580px; /* 300px */
}

div#f34_lightbox_contact_form {
	height: 420px; /* 460px */
}

/*
div.lightbox a.link_close_lightbox {
	position: absolute;
	top: -12px;
	right: -12px;
	display: none;
	background: url(../img/bg_lightbox_close_btn.png) no-repeat;
	width: 25px;
	height: 25px;
}
*/

div.lightbox h3 {
	font-weight: bold;
	font-size: 1em;
	color: #333333;
}

div.lightbox form label,
div.lightbox form p.label {
	width: 150px;
	margin: 0 20px 0 0;
}

div.lightbox form input {
	width: 204px;
	height: 16px;
}

div.lightbox form select {
	width: 212px;
	height: 20px;
}

div.lightbox form textarea {
	width: 207px;
	height: 108px;
}

div.lightbox form div.inputgroup {
	height: 20px;
}

div.lightbox form div.inputgroup input {
	margin: 0.25em 0.75em 0 0;
}

div.lightbox form div.inputgroup label {
	height: auto;
	margin: 0 1.5em 0 0;
}

div.lightbox form p.error_report {
	background: #eeeeee;
	width: 200px;
	margin: 0 0 1em 170px;
	padding: 2px 6px;
	font-weight: bold;
	color: #ff0000;
}

div.lightbox form fieldset.lightbox_form_navigation {
	margin: 0 0 0 170px;
}

div.lightbox form fieldset.lightbox_form_navigation a.component_button {
	margin-right: 0.8em;
}

div.lightbox form input,
div.lightbox form textarea,
div.lightbox form select,
div.lightbox form div.inputgroup {
	margin: 0 0 1em 0;
}

div#f34_lightbox_contact_form {
	font-size: 0.687em;
}



/*________________________________________________________________________________COMPONENTS (REUSABLE ELEMENTS)___*/

/*___COMPONENT BUTTON___*/

a.component_button {
	float: left;
	display: block;
	background: url(../img/bg_btn_blue_right_on_white.png) no-repeat top right;
	width: auto;
	height: 21px;
	margin: 0;
	padding: 0 4px 0 0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #ffffff;
	cursor: pointer;
}

a.component_button span {
	background: url(../img/bg_btn_blue_left_on_white.png) no-repeat left 1px;
	padding: 3px 6px 3px 10px;
	line-height: 20px;
}

a.component_button:hover {
	background: url(../img/bg_btn_blue_right_on_white_hover.png) no-repeat top right;
	color: #ffffff;
}

a.component_button:hover span {
	background: url(../img/bg_btn_blue_left_on_white_hover.png) no-repeat left 1px;
}

a.component_button_disabled,
a.component_button_disabled:hover {
	background: url(../img/bg_btn_grey_right_on_white.png) no-repeat top right;
	color: #eeeeee;
	cursor: default;
}

a.component_button_disabled span,
a.component_button_disabled:hover span {
	background: url(../img/bg_btn_grey_left_on_white.png) no-repeat left 1px;
}


/*___COMPONENT RATING___*/

div.component_rating span {
	float: left;
	display: -moz-inline-box;
	display: inline-block;
	overflow: hidden;
	background: url(../img/sprite_rating.png) no-repeat -100px 0;
	width: 94px;
	height: 14px;
	margin: 0.25em 0 0 0;
	text-indent: -9999px;
}

div.component_rating span.rating00 {
	background-position: -100px 0;
}
div.component_rating span.rating05 {
	background-position: -80px -14px;
}
div.component_rating span.rating10 {
	background-position: -80px 0;
}
div.component_rating span.rating15 {
	background-position: -60px -14px;
}
div.component_rating span.rating20 {
	background-position: -60px 0;
}
div.component_rating span.rating25 {
	background-position: -40px -14px;
}
div.component_rating span.rating30 {
	background-position: -40px 0;
}
div.component_rating span.rating35 {
	background-position: -20px -14px;
}
div.component_rating span.rating40 {
	background-position: -20px 0;
}
div.component_rating span.rating45 {
	background-position: 0 -14px;
}
div.component_rating span.rating50 {
	background-position: 0 0;
}


/*___COMPONENT RATING SELECTOR___*/

form.component_rating_selector {
	width: 100%;
	margin: 0 0 1em;
}

form.component_rating_selector ul#rating_selector {
	float: left;
	width: 100px;
	height: 14px;
	margin: 0.3em 1em 0 -3px;
	padding: 0;
}

form.component_rating_selector ul {
	background: url(../img/sprite_rating.png) no-repeat -97px 0;
}

form.component_rating_selector ul#rating_selector li {
	position: relative;
	float: left;
	background: none;
	margin: 0;
	padding: 0;
}

form.component_rating_selector ul#rating_selector li a {
	display: block;
	width: 10px;
	height: 14px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

form.component_rating_selector ul#rating_selector li a.zero {
	position: absolute;
	top: 0;
	left: -10px;
}

form.component_rating_selector ul.rating00 {
	background-position: -97px 0;
}
form.component_rating_selector ul.rating05 {
	background-position: -77px -14px;
}
form.component_rating_selector ul.rating10 {
	background-position: -77px 0;
}
form.component_rating_selector ul.rating15 {
	background-position: -57px -14px;
}
form.component_rating_selector ul.rating20 {
	background-position: -57px 0;
}
form.component_rating_selector ul.rating25 {
	background-position: -37px -14px;
}
form.component_rating_selector ul.rating30 {
	background-position: -37px 0;
}
form.component_rating_selector ul.rating35 {
	background-position: -17px -14px;
}
form.component_rating_selector ul.rating40 {
	background-position: -17px 0;
}
form.component_rating_selector ul.rating45 {
	background-position: 3px -14px;
}
form.component_rating_selector ul.rating50 {
	background-position: 3px 0;
}

form.component_rating_selector a.component_button {
	float: left;
}


/*___COMPONENT AVAILABILITY OVERVIEW___*/

table.component_availability_overview {
	margin: 0;
	border: none;
}

table.component_availability_overview th,
table.component_availability_overview td {
	float: left;
	display: block;
	margin: 0;
	border: none;
}

table.component_availability_overview thead {
	display: block;
	background: url(../img/bg_line_stripes.png) repeat-x bottom;
	padding-bottom: 0.5em;
}

table.component_availability_overview thead th {
	width: 24px;
	text-align: center;
	text-transform: uppercase;
}

table.component_availability_overview thead th,
table.component_availability_overview tbody th {
	padding: 0;
	font-weight: normal;
	font-size: 0.9em;
}

table.component_availability_overview thead th.first,
table.component_availability_overview tbody th {
	width: 122px;
	text-align: left;
}

table.component_availability_overview tbody {
	display: block;
	padding-top: 0.5em;
}

table.component_availability_overview tbody th {
	padding-top: 2px;
	font-weight: bold;
	font-size: 1em;
	color: #333333;
}

table.component_availability_overview td {
	width: 14px;
	height: 14px;
	padding: 5px;
	text-align: center;
}

table.component_availability_overview td.availability_0,
table.component_availability_overview td.availability_1,
table.component_availability_overview td.availability_2,
table.component_availability_overview td.availability_3 {
	text-indent: -9999px;
}

table.component_availability_overview td.availability_0 {
	background: url(../img/icon_availability_0.png) no-repeat 5px 5px;
}

table.component_availability_overview td.availability_1 {
	background: url(../img/icon_availability_1.png) no-repeat 5px 5px;
}

table.component_availability_overview td.availability_2 {
	background: url(../img/icon_availability_2.png) no-repeat 5px 5px;
}

table.component_availability_overview td.availability_3 {
	background: url(../img/icon_availability_3.png) no-repeat 5px 5px;
}


/*___COMPONENT PAGINATOR___*/

div.component_paginator {
	margin: 0 0 1em;	
}

div.component_paginator ul {
	position: relative;
	float: left;
	margin: 0;
}

div.component_paginator ul li {
	float: left;
	background: none;
	margin: 0;
	padding: 0;
}

div.component_paginator ul li a {
	display: block;
	padding: 2px 7px;
	text-decoration: none;
	color: #333333;
}

div.component_paginator ul li a:hover,
div.component_paginator ul li.active a,
div.component_paginator ul li.active a:hover {
	padding: 1px 6px;
}

div.component_paginator ul li a:hover {
	background: #ffffff;
	border: 1px solid #c6c6c6;
	color: #333333;
}

div.component_paginator ul li.active a,
div.component_paginator ul li.active a:hover {
	background: #333333;
	border: 1px solid #c6c6c6;
	color: #ffffff;
}

div.component_paginator ul li a.prev,
div.component_paginator ul li a.next {
	width: 4px;
	text-indent: -9999px;
}

div.component_paginator ul li a.prev {
	background: url(../img/icon_arrow_left.png) no-repeat center;
}
div.component_paginator ul li a.prev:hover {
	background: url(../img/icon_arrow_left.png) no-repeat center #ffffff;
}

div.component_paginator ul li a.next {
	background: url(../img/icon_arrow_right.png) no-repeat center;
}
div.component_paginator ul li a.next:hover {
	background: url(../img/icon_arrow_right.png) no-repeat center #ffffff;
}


/*___MOOTOOLS TOOLTIP___*/

div.tip-top,
div.tip,
div.tip-bottom {
	background: #ffff00;
	width: 226px;
}

div.tip-top {
	background: url(../img/bg_tooltip_top.png) no-repeat;
	height: 11px;
}

div.tip {
	overflow: hidden;
	background: url(../img/bg_tooltip_middle.png) no-repeat left top;
	width: 181px; /* 226px */
	height: 180px; /* 134px */
	padding: 5px 15px 5px 30px;
	font-size: 0.687em; /* Based on the browser default of 16px and results in 11px. */
}

div.tip div.tip-title {
	width: 181px;
}

div.tip div.tip-title h3 {
	float: left;
	margin: 0 0 0.25em;
	font-size: 1em;
	color: #333333;
}

div.tip div.tip-title img {
	margin: 0 0 0.5em;
	float: right;
}

div.tip div.tip-title p {
	float: left;
	clear: both;
	padding: 0 0 0 12px;
}

div.tip div.tip-text {
	display: none;
}

div.tip-bottom {
	background: url(../img/bg_tooltip_bottom.png) no-repeat;
	height: 11px;
}



/*________________________________________________________________________________F01 TITLE BAR WITH LOGO AND TAGLINE___*/

div.f01_title_bar_with_logo_and_tagline a.logo {
	position: absolute;
	top: 5px;
	left: 29px;
}

div.f01_title_bar_with_logo_and_tagline p.tagline {
	position: absolute;
	top: 25px;
	right: 10px;
	background: url(../img/bg_slogan.png) no-repeat #ed171f;
	width: 711px;
	height: 51px;
	text-indent: -9999px;
}

div.f01_title_bar_with_logo_and_tagline div.header_my_recipes {
	position: absolute;
	top: 69px;
	right: 58px;
	background: url(../img/bg_balloon.png) no-repeat;
	width: 110px; /* 156px */
	height: 99px; /* 134px */
	padding: 35px 10px 0 36px;
	text-align: center;
	z-index: 10;
}

div.f01_title_bar_with_logo_and_tagline div.header_my_recipes p {
	margin: 0;
	font-weight: bold;
	font-size: 1.25em;
	color: #ffffff;
	text-decoration: none;
}



/*________________________________________________________________________________F02 PUSHBOX___*/

div.f02_pushbox,
div.f02_pushbox div.viewport,
div.f02_pushbox div.slide {
	width: 910px;
	height: 268px;
}

div.f02_pushbox {
	position: absolute;
	top: 117px;
	left: 10px;
}

div.f02_pushbox ul.slideshow_nav {
	position: absolute;
	bottom: 9px;
	right: 20px;
	margin: 0;
}

div.f02_pushbox ul.slideshow_nav li {
	float: left;
	margin: 0 2px 0 0;
	padding: 0;
}

div.f02_pushbox ul.slideshow_nav li a {
	float: left;
	background: #ffffff;
	padding: 0 0.5em;
	text-decoration: none;
	font-weight: bold;
}

div.f02_pushbox div.viewport {
	position: relative;
	overflow: hidden;
}

div.f02_pushbox div.slide {
	position: absolute;
	top: 0;
	left: 0;
}

div.f02_pushbox div.slide div.info {
	position: absolute;
	top: 70px;
	right: 20px;
	background: url(../img/bg_header_visual_info_top.png) no-repeat top;
	width: 282px; /* 322px */
	padding: 18px 20px;
}

div.f02_pushbox div.slide div.info div.info_bottom {
	position: absolute;
	bottom: -13px;
	left: 0;
	background: url(../img/bg_header_visual_info_bottom.png) no-repeat top;
	width: 322px;
	height: 13px;
}

div.f02_pushbox div.slide div.info h2 {
	margin: 0 0 0.6em;
	font-size: 2em;
	color: #2ac4f4;
}

div.f02_pushbox div.slide div.info p {
	margin: 0 0 1.25em;
	color: #000000;
}

div.f02_pushbox div.slide div.info a.component_button {
	margin: 0 0.5em 0 0;
}



/*________________________________________________________________________________F03 HEADER VISUAL___*/

div.f03_header_visual {
	position: absolute;
	top: 117px;
	left: 10px;
	border-top: 3px solid #2ac4f4;
}



/*________________________________________________________________________________F04 FOOTER___*/

div#footer_wrapper {
	position: relative;
	background: url(../img/bg_footer.png) repeat-x #19acda;
	width: 100%;
	border-top: 2em solid #ffffff;
}

div#footer {
	position: relative;
	width: 910px; /* 930px */
	height: 185px; /* 241px */
	margin: 0 auto;
	padding: 56px 0 0 20px;
	color: #ffffff;
}

div#footer a {
	color: #ffffff;
}

div#footer a.footer_tab {
	position: absolute;
	top: 0;
	left: 10px;
	display: block;
	background: url(../img/bg_footer_tab_left.png) no-repeat top left;
	width: auto;
	height: 20px; /* 31px */
	padding: 8px 10px 3px 15px;
	font-weight: bold;
	font-size: 1.3em;
}

div#footer a.footer_tab span {
	position: absolute;
	top: 0;
	right: -5px;
	background: url(../img/bg_footer_tab_right.png) no-repeat top right;
	width: 5px;
	height: 31px;
	text-indent: -9999px;
}

div#footer a.footer_disclaimer_link {
	position: absolute;
	top: 54px;
	right: 10px;
	text-decoration: underline;
}

div#footer div.second {
	margin-right: 40px;
}

div#footer div.last {
	margin-right: 0;
}

div#footer h3,
div#footer div.head_holder {
	height: 2em;
	margin: 0 0 0.5em;
	line-height: 1.1em;
	font-size: 1.45em;
}

div#footer h3 {
	color: #ffffff;
}

div#footer div.head_holder img {
	margin: 0.25em 0;
}

div#footer fieldset {
	margin: 1em 0;
}

div#footer fieldset a.component_button {
	background: url(../img/bg_btn_blue_right_footer.png) no-repeat right top;
	font-size: 1.1em;
}

div#footer fieldset a.component_button span {
	background: url(../img/bg_btn_blue_left_footer.png) no-repeat left 1px;
}

div#footer fieldset a.component_button:hover {
	background: url(../img/bg_btn_blue_right_footer_hover.png) no-repeat right top;
	color: #ffffff;
}

div#footer fieldset a.component_button:hover span {
	background: url(../img/bg_btn_blue_left_footer_hover.png) no-repeat left 1px;	
}



/*________________________________________________________________________________F05 RECIPE QUICK SEARCH___*/

form.f05_recipe_quick_search {
	width: 414px; /* 414px */
	height: 22px; /* 50px */
	margin: 0 0 1.5em;
	padding: 0 0 14px;
}

form.f05_recipe_quick_search select {
	width: 143px;
	height: 22px;
	margin: 0 27px 0 0;
}

form.f05_recipe_quick_search input {
	width: 166px;
	height: 16px;
	margin: 2px 6px 0 0;
	border: none;
}

div.col3_left form.f05_recipe_quick_search,
div.col3_overlay form.f05_recipe_quick_search {
	width: auto;
}

div.col3_overlay form.f05_recipe_quick_search input {
	width: 336px;
}

div.col3_left form.f05_recipe_quick_search a.link_search_extensively {
	float: left;
	clear: both;
	width: 143px;
	margin-top: -4px;
}

div.col3_overlay form.f05_recipe_quick_search div.col_small input {
	width: 121px;
}



/*________________________________________________________________________________F06 INFORMATION SEARCH___*/

form.f06_information_search {
	height: 22px;
	margin: 0 0 1.5em;
	padding: 0 0 14px;
}

form.f06_information_search input {
	float: left;
	width: 334px;
	height: 16px;
	margin: 2px 6px 0 0;
	border: none;
}

form.f06_information_search a.component_button {
	background: url(../img/bg_btn_blue_right_on_blue.png) no-repeat right top;
}

form.f06_information_search a.component_button span {
	background: url(../img/bg_btn_blue_left_on_blue.png) no-repeat left 1px;
}

form.f06_information_search a.component_button:hover {
	background: url(../img/bg_btn_blue_right_on_blue_hover.png) no-repeat right top;
	color: #ffffff;
}

form.f06_information_search a.component_button:hover span {
	background: url(../img/bg_btn_blue_left_on_blue_hover.png) no-repeat left 1px;	
}

div.col3_center_right form.f06_information_search {
	float: right;
	width: 194px;
	margin-right: 0;
}

div.searchresults div.col3_center_right form.f06_information_search {
	margin-right: 16px;
}

div.col3_right form.f06_information_search input,
div.col3_center_right form.f06_information_search input {
	width: 116px;
}



/*________________________________________________________________________________F07 RECIPE SEARCH___*/

form.f07_recipe_search {
	width: 658px;
	height: 93px;
	margin: 0 0 1em;
}

form.f07_recipe_search select {
	width: 142px;
	height: 20px;
	margin: 0 26px 0 0;
	color: #000000;
}

div#receptenzoekenformulier {
	margin-bottom: 1em;
}

form.f07_recipe_search fieldset.search_keywords {
	float: right;
	width: 242px;
	margin: 0 24px 0 0;
}

form.f07_recipe_search fieldset.search_keywords input {
	height: 18px;
	margin-right: 6px;
	border: none;
}



/*________________________________________________________________________________F08 SEARCHRESULTS RECIPES___*/

div.f08_searchresults_recipes h2 {
	float: left;
	margin: 1em 0 1em; 
	color: #cccccc;
}

div.f08_searchresults_recipes p.searchresults_index {
	float: right;
	margin: 2em 1em 0 0;
}

div#searchresults_sort_filter {
	float: right;
	width: 179px;
	margin: 3.65em -2.25em 0 0;
	
}

div.f08_searchresults_recipes div#searchresults_sort_filter fieldset {
	border: none;
}

div.f08_searchresults_recipes div#searchresults_sort_filter legend {
	display: none;
}

div.f08_searchresults_recipes div#searchresults_sort_filter select {
	height: 20px;
	width:170px;
}

div.f08_searchresults_recipes ul.searchresults_recipes_list {
	margin: 0;
}

div.f08_searchresults_recipes ul.searchresults_recipes_list li {
	float: left;
	clear: both;
	background: url(../img/bg_line_stripes.png) repeat-x bottom;
	width: 650px;
	margin: 0 0 1.5em;
	padding: 0 0 1.5em;
}

div.f08_searchresults_recipes ul.searchresults_recipes_list li img {
	float: left;
	margin: 3px 15px 0 0;
	padding: 0 0 0.5em 0;
}

div.f08_searchresults_recipes ul.searchresults_recipes_list li h3 {
	float: left;
	margin: 0 0 0.7em;
	line-height: 1.46em;
	font-weight: bold;
	font-size: 1.1em;
	color: #333333;
}

div.f08_searchresults_recipes ul.searchresults_recipes_list ul {
	float: left;
	width: 570px;
	margin: 0;
}

div.f08_searchresults_recipes ul.searchresults_recipes_list ul li {
	float: left;
	clear: right;
	background: none;
	width: 110px;
	margin: 0 6px 0 0;
	padding: 0;
	color: #666666;
}

div.f08_searchresults_recipes ul.searchresults_recipes_list ul li.recipe_title {
	width: 130px;
}

div.f08_searchresults_recipes ul.searchresults_recipes_list ul li.recipe_preparation_time {
	width: 104px;
}

div.f08_searchresults_recipes ul.searchresults_recipes_list ul li.recipe_availability {
	width: 114px;
}

div.f08_searchresults_recipes ul.searchresults_recipes_list ul li.recipe_energy {
	width: 104px;
}

div.f08_searchresults_recipes ul.searchresults_recipes_list ul li.recipe_rating {
	width: 94px;
	margin: 0;
}

div.f08_searchresults_recipes ul.searchresults_recipes_list ul li h3,
div.f08_searchresults_recipes ul.searchresults_recipes_list ul li p strong {
	float: none;
	margin: 0;
	line-height: 1.46em;
	font-weight: bold;
	font-size: 1em;
	color: #333333;
}

div.f08_searchresults_recipes ul.searchresults_recipes_list ul li h3 {
	float: none;
}

div.f08_searchresults_recipes ul.searchresults_recipes_list ul li p {
	margin: 0;
}



/*________________________________________________________________________________PRODUCT BLOK___*/

div.productenblok{
	width: 414px;
	margin: 0 10px 1.5em 0;
	
}
div.productenblok img {	
	float:left;
	margin: 0 0 1em 0;	
}

div.productenblok div.productlist{
	float: right;
	width: 300px;
	margin: 0 10px 1.5em 0;
}
div.productenblok div.productlist ul{
	list-style:none;
	margin:0;
}
div.productenblok div.productlist ul li{
	list-style:none;
	background: none;
	font-weight:bold;
	padding: 0;
}
div.productenblok div.productlist ul li a{color:#000;}
div.productenblok div.productlist ul li a:hover{}

/*________________________________________________________________________________F09 CONTENTBLOCK___*/

div.f09_contentblock img {	
	float:right;
	margin: 0 0 1em 0;	
}

div.f09_contentblock div.afbeeldingenblok{	
	width:98px;
	float:right;	
}

div.col2_left div.f09_contentblock {	
	width: 414px;
	margin: 0 10px 1.5em 0;
}



div.col2_left div.f09_contentblock h3 {
	margin: 0;
	font-size: 1em;
	color: #333333;
}

div.col2_left div.f09_contentblock p {
	margin: 0;
}

div.col2_right div.f09_contentblock {
	float: left;
	width: 412px;
	margin: 0 0 1.5em 0;
}

div.col2_right div.f09_contentblock img {
	float: right;
	margin: 0 0 1em 1em;
}

div.col2_right div.f09_contentblock hr {
	clear: both;
	margin: 1.5em 0;
}

div.col2_right div.f09_contentblock div.tekst {
	width:305px;	
}

div.col3_center div.f09_contentblock div.tekst {
	width:305px;	
}

/*________________________________________________________________________________F10 RECIPE OF THE WEEK___*/

div.f10_recipe_of_the_week {
	background: url(../img/bg_line_stripes.png) repeat-x bottom;
	width: 414px;
	margin: 0 0 1.5em;
}

div.f10_recipe_of_the_week div.details h3 a {
	color:#ed171f;	
}

div.f10_recipe_of_the_week div.details h3 a:hover {
	color:#900;	
}


div.f10_recipe_of_the_week div.details {
	float: left;
	width: 182px;
	margin: 0;
}

div.f10_recipe_of_the_week dl {
	width: 204px;
	margin: 0 0 1em;
}

div.f10_recipe_of_the_week dt,
div.f10_recipe_of_the_week dd {
	float: left;
	width: 102px;
}

div.f10_recipe_of_the_week dt {
	font-weight: bold;
	color: #333333;
}

div.f10_recipe_of_the_week dd {
	clear: right;
	color: #666666;
}

div.f10_recipe_of_the_week div.visual {
	position: relative;
	float: right;
	margin: 0;
}

div.f10_recipe_of_the_week span.omega3 {
	position: absolute;
	bottom: 6px;
	left: 0px;
	background: url(../img/icon_omega3.png) no-repeat;
	width: 82px;
	height: 75px;
	text-indent: -9999px;
}



/*________________________________________________________________________________F11 MY RECIPES___*/

div.f11_my_recipes {
	float: left;
	width: 190px;
	margin: 0 0 1.5em;
}

div.f11_my_recipes p {
	margin: 0 0 1.5em;
}

div.header_my_recipes p a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

/*________________________________________________________________________________F12 RECIPE INFORMATION___*/

div.f12_recipe_information {
	background: url(../img/bg_line_stripes.png) repeat-x left bottom;
	margin: 0 0 1em;
}

div.f12_recipe_information div.component_rating_selector {
	float: left;
}

div.f12_recipe_information div.col_small_double a.component_button {
	margin: 0 0.4em 1em 0;
}

div.f12_recipe_information ul.fish_species_list {
	margin: 0 0 1em;
}

div.f12_recipe_information ul.fish_species_list li {
	position: relative;
	background: none;
	clear: both; /* voor visrecepten detail pagina */
	height: 50px;
	margin: 0;
	padding: 0;
}

div.f12_recipe_information ul.fish_species_list li img {
	float: left;
	margin: 0 5px;
}

div.f12_recipe_information ul.fish_species_list li p {
	float: left;
	padding: 0.6em 0 0 0;
}

div.f12_recipe_information div.evaluation {
	margin-bottom: 6em;
}

div.f12_recipe_information div.evaluation h4 {
	float: left;
}

div.f12_recipe_information div.evaluation div.component_rating {
	float: left;
	margin-left: 1em;
}

div.f12_recipe_information div.evaluation dl {
	clear: both;
}

div.f12_recipe_information div.evaluation dl dt {
	clear: left;
	color: #333333;
}

div.printlogo {
	margin-bottom: 10px;	
}

div#lightbox_print_recept div.evaluation dl dt, 
div.f12_recipe_information div.evaluation dl dt,
div.f12_recipe_information div.evaluation dl dd {
	float: left;
	width: 100px;
}

div.f12_recipe_information ul.ingredients_list {
	margin: 0;
}

div.f12_recipe_information ul.ingredients_list li {
	background: url(../img/icon_listmarker_disc.png) no-repeat left 0.55em;
	margin: 0;
	padding: 0 0 0.35em 1.5em;
}

div.f12_recipe_information div.visual {
	float: left;
	position: relative;
	margin: 0 0 1em;
}

div.f12_recipe_information div.visual span.omega3 {
	position: absolute;
	/* bottom: -14px; */
	top:115px;
	left: 0;
	background: url(../img/icon_omega3.png) no-repeat;
	width: 82px;
	height: 75px;
	text-indent: -9999px;
}



/*________________________________________________________________________________F13 ALSO TASTY___*/

div.f13_also_tasty {
	margin: 0 0 1em;
}

div.f13_also_tasty img {
	float: left;
	margin: 0 10px 1em 0;
}

div.f13_also_tasty p {
	margin: 0 0 1em;
	line-height: 1.275em; 
	overflow: hidden;
}

div.f13_also_tasty p strong {
}

div.type_rate {
	bottom: 10px;
	position: absolute;
	left: 106px;
}


/*________________________________________________________________________________F14 FISH INFORMATION___*/

div.f14_fish_information h2 {
	margin: 0 0 0.4em;
}

div.f14_fish_information p {
	margin: 0 0 1em;
}

div.f14_fish_information hr {
	margin: 1.5em 0 2.25em;
}



/*________________________________________________________________________________F15 FISH INFORMATION EXTENDED___*/

div.f15_fish_information_extended {
	margin: 0 0 1em;
}

div.f15_fish_information_extended p strong {
	color: #333333;
}

div.f15_fish_information_extended table.component_availability_overview {
	margin: 1em 0 0;
}

div.f15_fish_information_extended table.component_availability_overview thead {
	background: none;
}

div.f15_fish_information_extended table.component_availability_overview thead {
	padding-bottom: 0;
}

div.f15_fish_information_extended table.component_availability_overview tbody th {
	text-transform: uppercase;
	font-size: 0.9em;
	color: #666666;
}

div.f15_fish_information_extended div.capture_area h2 {
	padding: 0 0 0.1em;
}

div.f15_fish_information_extended div.capture_area h2,
div.f15_fish_information_extended div.capture_area ul,
div.f15_fish_information_extended div.capture_area ol {
	float: left;
	clear: left;
	width: 150px;	
}

div.f15_fish_information_extended div.capture_area ol {
	width: 143px;	
}

div.f15_fish_information_extended div.capture_area div.capture_area_worldmap {
	float: right;
	background: url(../img/bg_world_map_small2.png) no-repeat;
	width: 260px;
	height: 131px;
	position: relative;
}

div.f15_fish_information_extended div.capture_area div.capture_area_worldmap ul {
	
	margin: 0;
	float: none;
	clear: none;
}

div.f15_fish_information_extended div.capture_area div.capture_area_worldmap ul li {
	background: none;
	margin: 0;
	padding: 0;
}

div.f15_fish_information_extended div.capture_area div.capture_area_worldmap ul li a {
	position: absolute;
	display: block;
	background: url(../img/icon_map_marker.png) no-repeat;
	width: 14px;
	height: 14px;
	line-height: 14px;
	letter-spacing: -1px;
	text-decoration: none;
	text-align: center;
	font-size: 0.9em;
	cursor: pointer;
}

div.f15_fish_information_extended div.capture_area div.capture_area_worldmap ul li a,
div.f15_fish_information_extended div.capture_area div.capture_area_worldmap ul li a:hover {
	color: #ffffff;
}

div.f15_fish_information_extended div.capture_area div.capture_area_worldmap ul li a#capture_area_1 {
	top: 32px;
	left: 59px;
}
div.f15_fish_information_extended div.capture_area div.capture_area_worldmap ul li a#capture_area_2 {
	top: 25px;
	left: 92px;
}
div.f15_fish_information_extended div.capture_area div.capture_area_worldmap ul li a#capture_area_3 {
	top: 49px;
	left: 56px;
}
div.f15_fish_information_extended div.capture_area div.capture_area_worldmap ul li a#capture_area_4 {
	top: 52px;
	left: 86px;
}
div.f15_fish_information_extended div.capture_area div.capture_area_worldmap ul li a#capture_area_5 {
	top: 93px;
	left: 85px;
}
div.f15_fish_information_extended div.capture_area div.capture_area_worldmap ul li a#capture_area_6 {
	top: 104px;
	left: 114px;
}
div.f15_fish_information_extended div.capture_area div.capture_area_worldmap ul li a#capture_area_7 {
	top: 11px;
	left: 123px;
}
div.f15_fish_information_extended div.capture_area div.capture_area_worldmap ul li a#capture_area_8 {
	top: 31px;
	left: 115px;
}
div.f15_fish_information_extended div.capture_area div.capture_area_worldmap ul li a#capture_area_9 {
	top: 30px;
	left: 142px;
}
div.f15_fish_information_extended div.capture_area div.capture_area_worldmap ul li a#capture_area_10 {
	top: 77px;
	left: 174px;
}
div.f15_fish_information_extended div.capture_area div.capture_area_worldmap ul li a#capture_area_11a {
	top: 47px;
	left: 236px;
}
div.f15_fish_information_extended div.capture_area div.capture_area_worldmap ul li a#capture_area_11b {
	top: 72px;
	left: 20px;
}
div.f15_fish_information_extended div.capture_area div.capture_area_worldmap ul li a#capture_area_12 {
	top: 123px;
	left: 154px;
}
div.f15_fish_information_extended div.capture_area div.capture_area_worldmap ul li a#capture_area_13 {
	top: 0;
	left: 0;
}



/*________________________________________________________________________________F16 NAVIGATION BAR___*/

div.home ul#f16_navigation_bar {
	top: 385px;
}

ul#f16_navigation_bar {
	position: absolute;
	top: 265px;
	left: 10px;
	background: url(../img/bg_main_nav.png) repeat-x top #13a4d0;
	width: 910px;
	height: 53px;
	margin: 0;
}

ul#f16_navigation_bar li {
	float: left;
	background: none;
	margin: 0;
	padding: 0;
}

ul#f16_navigation_bar li a {
	float: left;
	display: block;
	height: 20px;
	margin: 0;
	padding: 5px 11px 3px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	color: #ffffff;
}

ul#f16_navigation_bar li a span {
	display: none;
}

ul#f16_navigation_bar li:hover a,
ul#f16_navigation_bar li.hover a,
ul#f16_navigation_bar li.active a {
	position: relative;
	top: -8px;
	right: 5px;
	background: url(../img/bg_main_nav_btn_left.png) no-repeat top left;
	width: auto;
	height: 28px; /* 36px */
	margin: 0 0 0 5px;
	padding: 8px 6px 0 11px;
	text-decoration: none;
}

ul#f16_navigation_bar li:hover a span,
ul#f16_navigation_bar li.hover a span,
ul#f16_navigation_bar li.active a span {
	display: block;
	position: absolute;
	top: 0;
	right: -5px;
	background: url(../img/bg_main_nav_btn_right.png) no-repeat top right;
	width: 5px;
	height: 36px;
	text-indent: -9999px;
}

ul#f16_navigation_bar li:hover ul,
ul#f16_navigation_bar li.hover ul,
ul#f16_navigation_bar li.active ul {
	visibility: visible;
}

ul#f16_navigation_bar li:hover ul,
ul#f16_navigation_bar li.hover ul {
	z-index: 200;
}

ul#f16_navigation_bar li.active ul {
	z-index: 10;
}

ul#f16_navigation_bar ul {
	visibility: hidden;
	position: absolute;
	top: 28px;
	left: 0;
	background: #13a4d0;
	width: 885px; /* 909px */
	margin: 0;
	padding: 6px 12px;
}

ul#f16_navigation_bar ul li a,
ul#f16_navigation_bar li:hover ul li a,
ul#f16_navigation_bar li.hover ul li a,
ul#f16_navigation_bar li.hover ul li a:hover,
ul#f16_navigation_bar li.active ul li a,
ul#f16_navigation_bar li.active ul li a:hover {
	position: static;
	top: 0;
	right: 0;
	background: none;
	height: auto;
	margin: 0;
	padding: 0;
	font-size: 1em;
}

ul#f16_navigation_bar ul li a:hover {
	text-decoration: underline;
}

ul#f16_navigation_bar ul li span {
	float: left;
	padding: 0 0.5em;
	font-weight: bold;
	font-size: 0.9em;
	color: #ffffff;
}

ul#subnav {
	margin-bottom: 1.5em;	
}

ul#subnav li {
	background: transparent url(../img/bg_line_stripes.png) repeat-x bottom;
	padding: 3px 6px 5px 11px;
	text-decoration: none;
}

ul#subnav li a {
	text-decoration: none;
}

ul#subnav li li {
	background: none;	
}

ul#subnav ul {
	margin: 0;	
}


/*________________________________________________________________________________F17 WINE ADVICE___*/

div.f17_wine_advice {
	margin: 0 0 2em;
}



/*________________________________________________________________________________F18 RECIPE LIST___*/

div.f18_recipe_list {
	width: 648px;
	margin: 0 0 1em;
}

div.col2_left div.f18_recipe_list {
	background: url(../img/bg_line_stripes.png) repeat-x bottom;
	width: 414px;
	margin: 0 0 1.5em;
}

div.f18_recipe_list ul.recipe_list {
	clear: both;
	margin: 0;
}

div.f18_recipe_list ul.recipe_list li {
	clear: both;
	background: url(../img/bg_line_stripes.png) repeat-x bottom;
	width: 650px;
	margin: 0 0 0.6em;
	padding: 0 0 0.5em;
	float: left;
}

div.col2_left div.f18_recipe_list ul.recipe_list li {
	width: 414px;
}

div.f18_recipe_list ul.recipe_list li.last {
	background: none;
}

div.f18_recipe_list ul.recipe_list li img {
	float: left;
	margin: 3px 15px 0 0;
	padding: 0 0 0.5em 0;
}

div.f18_recipe_list ul.recipe_list ul {
	float: left;
	width: 570px;
	margin: 0;
}

div.col2_left div.f18_recipe_list ul.recipe_list ul {
	width: 334px;
	overflow: hidden;
}

div.f18_recipe_list ul.recipe_list ul li {
	float: left;
	clear: none;
	background: none;
	width: 121px;
	margin: 0 15px 0 0;
	padding: 0;
	color: #666666;
}

div.col2_left div.f18_recipe_list ul.recipe_list ul li {
	width: 100px;
	margin: 0;
}

div.f18_recipe_list ul.recipe_list ul li.recipe_title {
	width: 117px;
	margin: 0 38px 0 0;
}

div.col2_left div.f18_recipe_list ul.recipe_list ul li.recipe_title {
	margin: 0 10px 0 0;
}

div.f18_recipe_list ul.recipe_list ul li.recipe_rating {
	width: 136px;
}

div.f18_recipe_list ul.recipe_list ul li.recipe_energy {
	width: 128px;
	margin: 0;
}

div.f18_recipe_list ul.recipe_list ul li h3 {
	margin: 0;
	line-height: 1.46em;
	font-weight: bold;
	font-size: 1em;
	color: #333333;
}

div.f18_recipe_list ul.recipe_list ul li p {
	margin: 0;
}

div.f18_recipe_list a.more {
	float: left;
	margin: 0 0 1em 74px;
}



/*________________________________________________________________________________F19 SEARCHRESULTS___*/

div.f19_searchresults p {
	padding: 0 16px 0 20px;
}

div.f19_searchresults ul {
	margin: 0 0 1em;
}

div.f19_searchresults ul li {
	background: none;
	margin: 0;
	padding: 1em 16px 1em 20px;
}

div.f19_searchresults ul li.even {
	background: #ffffff;
}

div.f19_searchresults ul li h3 {
	margin: 0;
	line-height: 1.46em;
	font-weight: bold;
	font-size: 1em;
	color: #333333;
}

div.f19_searchresults ul li h3 span {
	padding: 0 0.5em;
}

div.f19_searchresults ul li p {
	padding: 0;
}

div.f19_searchresults ul li p a {
	
}

div.f19_searchresults div.component_paginator ul li {
	background: none;
	padding: 0;
}



/*________________________________________________________________________________F20 LAST VIEWED RECIPE___*/

div.f20_last_viewed_recipe ul.last_viewed_recipe_list {
	margin: 0;
}

div.f20_last_viewed_recipe ul.last_viewed_recipe_list li {
	float: left;
	clear: both;
	background: url(../img/bg_line_stripes.png) repeat-x bottom;
	width: 650px;
	margin: 0 0 0.6em;
	padding: 0 0 0.5em;
}

div.f20_last_viewed_recipe ul.last_viewed_recipe_list li.last {
	background: none;
}

div.f20_last_viewed_recipe ul.last_viewed_recipe_list ul {
	float: left;
	margin: 0;
}

div.f20_last_viewed_recipe ul.last_viewed_recipe_list ul li {
	float: left;
	clear: right;
	background: none;
	width: 121px;
	margin: 0 15px 0 0;
	padding: 0;
	color: #666666;
}

div.f20_last_viewed_recipe ul.last_viewed_recipe_list ul li.recipe_title {
	background: url(../img/icon_listmarker_dot.png) no-repeat 3px 6px;
	width: 179px;
	margin: 0 38px 0 0;
	padding: 0 0 0 12px;
}

div.f20_last_viewed_recipe ul.last_viewed_recipe_list ul li.recipe_preparation_time {
	width: 136px;
}

div.f20_last_viewed_recipe ul.last_viewed_recipe_list ul li.recipe_energy {
	width: 128px;
	margin: 0;
}

div.f20_last_viewed_recipe ul.last_viewed_recipe_list ul li h3 {
	margin: 0;
	line-height: 1.46em;
	font-weight: bold;
	font-size: 1em;
	color: #333333;
}

div.f20_last_viewed_recipe ul.last_viewed_recipe_list ul li p {
	margin: 0;
}



/*________________________________________________________________________________F22 REPORT RECIPE OF THE WEEK___*/

div.f22_report_recipe_of_the_week {
	margin: 0 0 1em;
	padding: 0 0 1em;
}

div.f22_report_recipe_of_the_week h3 {
	font-weight: bold;
	font-size: 1em;
	color: #333333;
}

div.f22_report_recipe_of_the_week form {
	padding: 1.5em 0 0;
}

div.f22_report_recipe_of_the_week form label,
div.f22_report_recipe_of_the_week form p.label {
	width: 150px;
	margin: 0 20px 0 0;
	font-weight: bold;
	color: #333333;
}

div.f22_report_recipe_of_the_week form input {
	width: 204px;
	height: 16px;
}

div.f22_report_recipe_of_the_week form select {
	width: 212px;
	height: 20px;
	color: #000000;
}

div.f22_report_recipe_of_the_week form textarea {
	width: 207px;
	height: 108px;
}

div.f22_report_recipe_of_the_week form div.inputgroup {
	height: 20px;
}

div.f22_report_recipe_of_the_week form div.inputgroup input {
	margin: 0.25em 0.75em 0 0;
}

div.f22_report_recipe_of_the_week form div.inputgroup label {
	height: auto;
	margin: 0 1.5em 0 0;
}

div.f22_report_recipe_of_the_week form p.error_report {
	background: #eeeeee;
	width: 200px;
	margin: 0 0 2em 170px;
	padding: 2px 6px;
	font-weight: bold;
	color: #ff0000;
}

div.f22_report_recipe_of_the_week form fieldset.report_recipe_of_the_week_form_navigation {
	margin: 0 0 0 170px;
}

div.f22_report_recipe_of_the_week form fieldset.report_recipe_of_the_week_form_navigation a.component_button {
	margin-right: 0.8em;
}

div.f22_report_recipe_of_the_week form input,
div.f22_report_recipe_of_the_week form textarea,
div.f22_report_recipe_of_the_week form select,
div.f22_report_recipe_of_the_week form div.inputgroup {
	margin: 0 0 1em 0;
}



/*________________________________________________________________________________F23 FISH SPECIES OVERVIEW___*/

div.f23_fish_species_overview {
	margin: 0 0 1em;
	padding: 0 0 1em;
}

div.f23_fish_species_overview ul.fish_species_list {
	margin: 2em 0 1em;
}

div.f23_fish_species_overview ul.fish_species_list li {
	float: left;
	background: none;
	width: 180px;
	margin: 0 30px 0 0;
	padding: 0 0 0.5em 0;
	font-weight: bold;
	color: #333333;
}



/*________________________________________________________________________________F24 CAPTURE AREA OVERVIEW___*/

div.f24_capture_area_overview {
	margin: 0 0 1em;
	padding: 0 0 1em;
}

div.f24_capture_area_overview div#worldmap {
	position: relative;
	background: url(../img/bg_world_map.png) no-repeat;
	width: 420px;
	height: 200px;
	margin: 2em 0 1em;
}

div.f24_capture_area_overview ul {
	margin: 0;
}

div.f24_capture_area_overview ul li {
	background: none;
	margin: 0;
	padding: 0;
}

div.f24_capture_area_overview ul li a {
	position: absolute;
	display: block;
	background: url(../img/icon_map_marker.png) no-repeat;
	width: 14px;
	height: 14px;
	line-height: 14px;
	letter-spacing: -1px;
	text-decoration: none;
	text-align: center;
	font-size: 0.9em;
}

div.f24_capture_area_overview ul li a,
div.f24_capture_area_overview ul li a:hover {
	color: #ffffff;
}

div.f24_capture_area_overview ul li a#capture_area_1 {
	top: 54px;
	left: 113px;
}
div.f24_capture_area_overview ul li a#capture_area_2 {
	top: 46px;
	left: 160px;
}
div.f24_capture_area_overview ul li a#capture_area_3 {
	top: 79px;
	left: 109px;
}
div.f24_capture_area_overview ul li a#capture_area_4 {
	top: 83px;
	left: 152px;
}
div.f24_capture_area_overview ul li a#capture_area_5 {
	top: 141px;
	left: 150px;
}
div.f24_capture_area_overview ul li a#capture_area_6 {
	top: 156px;
	left: 191px;
}
div.f24_capture_area_overview ul li a#capture_area_7 {
	top: 26px;
	left: 204px;
}
div.f24_capture_area_overview ul li a#capture_area_8 {
	top: 54px;
	left: 193px;
}
div.f24_capture_area_overview ul li a#capture_area_9 {
	top: 52px;
	left: 231px;
}
div.f24_capture_area_overview ul li a#capture_area_10 {
	top: 118px;
	left: 274px;
}
div.f24_capture_area_overview ul li a#capture_area_11a {
	top: 76px;
	left: 362px;
}
div.f24_capture_area_overview ul li a#capture_area_11b {
	top: 112px;
	left: 59px;
}
div.f24_capture_area_overview ul li a#capture_area_12 {
	top: 183px;
	left: 246px;
}



/*________________________________________________________________________________F25 FISH AND SEASON OVERVIEW___*/

div.f25_fish_and_season_overview {
	margin: 0 0 1em;
	padding: 0 0 1em;
}
/*________________________________________________________________________________F26 FAQ___*/

div.f26_faq {
	margin: 0 0 1em;
	padding: 0 0 1em;
}

div.f26_faq ul.accordion {
	margin: 0 0 3em;
}

div.f26_faq ul.accordion li {
	background: url(../img/bg_line_stripes.png) repeat-x bottom;
	margin: 0;
	padding: 0;
}

div.f26_faq ul.accordion li h3.question {
	display: block;
	margin: 0;
	padding: 0.5em 0 0.75em;
	font-size: 1em;
	color: #333333;
	cursor: pointer;
}

div.f26_faq ul.accordion li h3.question:hover {
	text-decoration: underline;
}

div.f26_faq ul.accordion li div.answer {
	display: block;
	margin: 0;
	padding: 0 0 1em;
}

div.f26_faq ul.accordion li div.answer p {
	margin: 0 0 1em;
}



/*________________________________________________________________________________F27 NEWS ITEMS OVERVIEW + F28 ACTIVITY AGENDA___*/

.clear2{clear:both}

div.f27_news_overview,
div.f28_activity_agenda {
	margin: 0 0 1em;
	padding: 0 0 1em;
}

div.f27_news_overview h2,
div.f28_activity_agenda h2 {
	margin: 0 0 1em;
}

div.f27_news_overview div.news_highlight,
div.f28_activity_agenda div.news_highlight {
	display: block;
	background: url(../img/bg_line_stripes.png) repeat-x top;
	padding: 2em 0 1.5em;
	color: #333333;
}

div.f27_news_overview div.news_highlight:hover,
div.f27_news_overview div.hover,
div.f28_activity_agenda div.news_highlight:hover,
div.f28_activity_agenda div.hover {
	background-color: #ffffff;
}

div.f27_news_overview div.news_highlight_visual,
div.f28_activity_agenda div.news_highlight_visual {
	float: left;
	margin: 0 20px 0 0;
}

div.f27_news_overview div.news_highlight_text,
div.f28_activity_agenda div.news_highlight_text {
	float: left;
	margin: 0;
}

div.f27_news_overview div.news_highlight h3,
div.f27_news_overview div.news_highlight p,
div.f28_activity_agenda div.news_highlight h3,
div.f28_activity_agenda div.news_highlight p {
	width: 280px;
	margin: 0 0 1em 0;
}

div.f27_news_overview div.news_highlight h3,
div.f28_activity_agenda div.news_highlight h3 {
	font-weight: bold;
	font-size: 1em;
	color: #333333;
}

div.f27_news_overview div.news_highlight a,
div.f28_activity_agenda div.news_highlight a {
	text-decoration: none;
	color: #333333;
}

div.f27_news_overview div.news_highlight a:hover,
div.f28_activity_agenda div.news_highlight a:hover {
	text-decoration: underline;
}

div.f27_news_overview ul,
div.f28_activity_agenda ul {
	background: url(../img/bg_line_stripes.png) repeat-x top;
	margin: 0;
	padding: 1.5em 0 0;
}

div.f27_news_overview ul li,
div.f28_activity_agenda ul li {
	background: none;
	margin: 0;
	padding: 0 0 0.455em;
	color: #333333;
}

div.f27_news_overview ul li:hover,
div.f27_news_overview ul li.hover,
div.f28_activity_agenda ul li:hover,
div.f28_activity_agenda ul li.hover {
	background: #ffffff;
}

div.f27_news_overview ul li span,
div.f28_activity_agenda ul li span {
	float: left;
	display: block;
	width: 80px;
	margin: 0 10px 0 0;
}

div.f27_news_overview ul li a,
div.f28_activity_agenda ul li a {
	float: left;
	display: block;
	width: 330px;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

div.f27_news_overview ul li a:hover,
div.f28_activity_agenda ul li a:hover {
	text-decoration: underline;
}



/*________________________________________________________________________________F29 NEWS ITEM + F30 ACTIVITY___*/

div.f29_news_item,
div.f30_activity {
	background: url(../img/bg_line_stripes.png) repeat-x bottom;
	margin: 0 0 1.5em;
	padding: 0 0 1em;
}

div.f29_news_item h2,
div.f30_activity h2 {
	margin: 0 0 1em;
}

div.f29_news_item h2.white_header {
	color: #fff;
}

div.f29_news_item div.intro,
div.f30_activity div.intro {
	background: url(../img/bg_line_stripes.png) repeat-x top;
	padding: 2em 0 0.5em;
}

div.f29_news_item div.intro br,
div.f30_activity div.intro br {
	margin: 0 0 1em 0;
}

div.f29_news_item div.intro img,
div.f30_activity div.intro img {
	float: left;
	margin: 0 20px 1em 0;
}

div.f29_news_item p,
div.f30_activity p {
	margin: 0 0 1em 0;
}



/*________________________________________________________________________________F31 PRODUCT LIST___*/


div.f31_product_list {
	margin: 0 0 1em;
	padding: 0 0 1em;
}

div.f31_product_list a{
	text-decoration: none;
}


div.f31_product_list form fieldset {
	float: right;
	margin: 0.5em 0;
}

div.f31_product_list form fieldset select {
	width: 140px;
	height: 18px;
	color: #000000;
}

div.f31_product_list ul.product_list {
	background: url(../img/bg_line_stripes.png) repeat-x top;
	margin: 0;
	padding: 1px 0 0;
}

div.f31_product_list ul.product_list li {
	background: url(../img/bg_line_stripes.png) repeat-x bottom;
	margin: 0;
	padding: 1.5em 0;
	width: 100%
}

div.f31_product_list ul.product_list li:hover,
div.f31_product_list ul.product_list li.hover {
	background-color: #ffffff;
}

div.f31_product_list ul.product_list li img {
	float: left;
	margin: 0 24px 0 0;
}

div.f31_product_list div.product_details {
	float: left;
	padding: 0 0 1em;
	color: #333333;
}

div.f31_product_list div.product_details h3 {
	margin: 0;
	font-weight: bold;
	font-size: 1em;
	color: #333333;
}

div.f31_product_list div.product_details p {
	margin: 0;
}

div.f31_product_list p.price {
	float: right;	
	font-weight: bold;
	color: #333333;
}



/*________________________________________________________________________________F32 PRODUCT FORMATION___*/

div.f32_product_information {
	background: url(../img/bg_line_stripes.png) repeat-x bottom;
	margin: 0 0 1em;
	padding: 0 0 1em;
}

div.f32_product_information img {
	float: left;
	margin: 0 24px 0 0;
}

div.f32_product_information div.product_details {
	float: left;
	padding: 0 0 1em;
	width: 205px;
	color: #333333;
}

div.f32_product_information div.product_details p {
	margin: 0 0 1em;
}

div.f32_product_information div.product_details p.price {
	font-weight: bold;
	font-size: 1.65em;
	color: #2ac4f4;
}



/*________________________________________________________________________________F36 SAVED RECIPES___*/

div.f36_saved_recipes {
	margin: 0 0 1em;
}

div.f36_saved_recipes ul.saved_recipes_list {
	margin: 0;
}

div.f36_saved_recipes ul.saved_recipes_list li {
	float: left;
	clear: both;
	background: none;
	width: 650px;
	margin: 0;
	padding: 0 0 0.5em;
}

div.f36_saved_recipes ul.saved_recipes_list li.last {
	background: none;
}

div.f36_saved_recipes ul.saved_recipes_list ul {
	float: left;
	margin: 0;
}

div.f36_saved_recipes ul.saved_recipes_list ul li {
	float: left;
	clear: right;
	background: none;
	width: 121px;
	margin: 0 15px 0 0;
	padding: 0;
	color: #666666;
}

div.f36_saved_recipes ul.saved_recipes_list ul li.recipe_title {
	background: url(../img/icon_listmarker_dot.png) no-repeat 3px 6px;
	width: 179px;
	margin: 0 38px 0 0;
	padding: 0 0 0 12px;
}

div.f36_saved_recipes ul.saved_recipes_list ul li.recipe_preparation_time {
	width: 136px;
}

div.f36_saved_recipes ul.saved_recipes_list ul li.recipe_energy {
	width: 128px;
	margin: 0;
}

div.f36_saved_recipes ul.saved_recipes_list ul li h3 {
	margin: 0;
	line-height: 1.46em;
	font-weight: bold;
	font-size: 1em;
	color: #333333;
}

div.f36_saved_recipes ul.saved_recipes_list ul li p {
	margin: 0;
}

div.csc-textpic {
	margin-bottom: 15px;	
}

div.csc-textpic,
div.csc-textpic-text {
	margin-bottom: 15px;
	padding-bottom: 5px;
	background: transparent url(../img/bg_line_stripes.png) repeat-x scroll left bottom;
}

div.csc-textpic div.csc-textpic-text {
	margin-bottom: 0;
	padding-bottom: 0px;
	background: none;
}

div.csc-textpic div.csc-textpic-text p {
	padding: 0;	
}

p.form_note {
	font-size: 0.9em;
}

div.smallecontentlijst{margin-bottom:10px;}
div.smallecontentlijst h2{}
div.smallecontentlijst ul.contentlijst{
	margin:0;
	padding:0;
	list-style:none;
}
div.smallecontentlijst ul.contentlijst li{
	background:none;
	margin:0;
	padding:0;
	line-height:17px;
	margin-bottom:7px;
	overflow:hidden;
	vertical-align:top;
	width:100%;

}
div.smallecontentlijst ul.contentlijst li span{
	width:66px;
	float:left;
}
div.smallecontentlijst ul.contentlijst li a{
	width:124px;
	float:right;
}


div#lightbox_print_recept {
	width: 648px;
	height: auto !important;
}

div.pi28advertentie{
	text-align:center;	
}

div.countDownBoxWrap {

}

div.countDownBoxWrap div.countDownBoxOuter{
    background: url('../img/countDownClock.gif') no-repeat;
    height: 100px; /* SET THIS VALUE TO >= THE HEIGHT OF THE BG IMAGE TO AVOID CLIPPING */
}

div.countDownBoxWrap div.countDownBoxOuter div.countDownBoxInner {
    padding-left: 90px; /* SET THIS TO THE WIDTH OF THE LEFT IMAGE + ~10px FOR NICE DISPLAY */
}

div.countDownBoxWrap div.countDownBoxOuter div.countDownBoxInner span { /* PLAY AROUND WITH THESE VALUES */
    color: #2ac4f4;
    font-size: 1.8em;
    padding: 0 0.5em;
}

span.countdown {
	padding-left: 90px;
}

img.countdown {
	padding-left: 80px;
}
