body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 14px;
	padding: 0;
	margin: 0px;
	background-color: #DDDDDD;
	background-attachment: fixed;
	background-image: url(images/jasperback.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a:link, a:visited, a:active {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #d70000;
	text-decoration: none;
	font-weight: bold;
}
hr {
	margin: 15px 0px 15px 0px;
	color: #999;
	height: 1px;
	width: 100%;
}
img {
	border: 0px;
	margin: 5px;	
}

/***********************************
	container
************************************/
#mainContainer {
	width:940px;
	padding:0px;
	border: 6px solid #FFF;
	margin:0px auto 0 auto;
	background-color: #F7F7F7;
}

/***********************************
	head
************************************/
#head {
	padding: 0px;
	width:940px;
	height: 245px;
	background-color: #FFF;
	margin-top: 50px;
}
.logo {
float:left;
margin-left:20px;
margin-top:-250px;
position:relative;
z-index:90;
display: inline;
}
/***********************************
	header-menu
************************************/

#nav {
	float:left;
	height:40px;
	width:930px;
	display:block;
	clear:both;
	margin: 5px;
	background-color: #F8F8F8;
	background-image: url(images/navbar.jpg);
}
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#header_menu {position: absolute; margin-left: 20px;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}


#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: auto;
	position: relative;
	z-index:190;
}

/* Link Formatting */
#nav ul li {
	float: left;   
	font-weight: normal;
}
#nav ul li a {
	display: block;
	padding: 13px 10px 12px 10px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E5E5E5;
}
/* Hover Formatting */
#nav ul li a:hover, #nav li a:focus, #nav li a:active, #nav ul li a.active, #nav a.menu-current {
	color: #000000;
	background-color: #E5E5E5;
}
/* Activ Link Formatting */
#nav a.menu-parent {background: #E5E5E5; color: #fff;}


/* 2 Ebene */
#nav .menu li ul {
	position: absolute;
	width: 16em;
	margin: 0;
	display: none;
	text-transform: none;
	border-bottom: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	font-size: 100%;
	background-color: #829450;
}
#nav .menu li ul li {
	width: 16em; 
	text-align: left; 
	font-weight: normal; 
	margin: 0; 
	padding: 0; 
	line-height: 1.2em;
}
#nav .menu li ul li a {
	width: 15.5em; 
	padding: .3em .1em .3em .4em; 
	color: #fff;  
	font-weight: normal; 
}

/* 2 Ebene hover */
#nav .menu li ul a:hover,  #nav .menu li ul a.menu-current {
	color:#fff;
	background-color: #708044;
}


/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover>ul, #nav .menu li li:hover>ul, #nav .menu li.subMenu>ul, #nav .menu li li.subMenu>ul {display: block;  z-index: 1000;}


/* 3 Ebene  */
#nav .menu li ul li ul	{
	margin: 5px 0 0 -40%;
	z-index: 9999;
	background-color: #829450;
}
#nav .menu li ul li ul li	{width: 16em;}
#nav .menu li ul li ul li a { width: 15.5em;}

/* 4 Ebene */
#nav .menu li ul li ul li ul	{
	width: 9em;
	background-color: #829450;
}
#nav .menu li ul li ul li ul li	{  width: 9em; }
#nav .menu li ul li ul li ul li a 	{ width: 8.5em;}

/* Positioning hover */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}

#nav li:hover {
	z-index: 10000;	
	white-space: normal;
							
}




/***********************************
	sidebar
************************************/
#sidebar {
	float: right;
	width: 320px;
	vertical-align: top;
	margin-top: 5px;
	padding: 0px;
	line-height: 15px;
	text-align: left;
	word-spacing: 1px;
	color: #333;
	background-color: #FFF;
	margin-right: 5px;
	margin-bottom: 5px;
}
#sidebar a:link, #sidebar a:visited, #sidebar a:active {
	color: #829450;
	font-weight: normal;
}
#sidebar a:hover {
	color: #333;
}
#sidebar h1 {
	font-size: 1.4em;
	color: #143d8d;
	margin: 0px;	
}
#sidebar h2 {
	font-size: 1.2em;
	color: #829450;
	margin: 0px;
}
#sidebar h3 {
	font-size: 1.2em;
	color: #143d8d;
	margin: 0px;
}
#sidebar h4 {
	font-size: 1em;
	color: #143d8d;
	margin: 0px;
}
#sidebar
input,
textarea {
	color: #000;
	background-color: #FFF;
	border: 1px solid #666;
	width: 285px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

/***********************************
	main content 1
************************************/
#mainContent {
	float:right;
	width: 575px;
	position: relative;
	vertical-align: top;
	line-height: 15px;
	text-align: left;
	word-spacing: 1px;
	background-color: #FFF;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 16px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
#mainContent a:link, #mainContent a:visited, #mainContent a:active {
	color: #829450;
}
#mainContent a:hover {
	color: #333;
}
.illustrations {
	float:right;
	width: 200px;
	margin: 0px 0px 0px 0px;
	position: relative;
}
#mainContent h1 {
	font-size: 1.4em;
	color: #829450;
	margin: 0px;	
}
#mainContent h2 {
	font-size: 1.2em;
	color: #829450;
	margin: 0px;
}
#mainContent h3 {
	font-size: 1.2em;
	color: #829450;
	margin: 0px;
}
#mainContent h4 {
	font-size: 1em;
	color: #829450;
	margin: 0px;
}
#mainContent
input,
textarea {
  color: #000;
  background-color: #F7F7F7;
  border: 1px solid #999;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 3px;
}
#innerinfo {padding:5px 10px 3px 10px; color:#333;	}

/***********************************
	separator
************************************/

#footer-1
	{
	clear: both;
	color: #000;
	text-align: center;
	background-color: #FFF;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
/***********************************
	footer
************************************/

#footer {
	color: #999;
	text-align: right;
	font-size: 0.8em;
	margin-bottom: 5px;
	padding: 5px;
	font-family: Verdana, Geneva, sans-serif;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #999;
	font-weight: normal;
}
#footer a:hover {
	color: #DDDDDD;
}
.pmenu {width:100%;}
.pmenu a {display:block; float:left; width:170px; height:200px; text-decoration:none ! important; border:1px solid #CCCCCC; margin:3px; padding: 5px; overflow: hidden; background-color:#F2F2F2;}
.pmenu a:hover {background-color:#DDDDDD; border-color:#CCCCCC}

.pmenu img {width:150px; height:100px; marging:10px; padding: 0px; border: 1px solid; border-color: #C0C0C0; padding: 3px;}
.pmenu .name {display:block; margin:2px; font-size:12px; font-style:bold; color: #829450;}
.pmenu .short {margin:2px; padding:0; font-size:10px; color: #333333; font-weight: normal; line-height: 16px;}
/* GENERAL */
.mod_bakery_h_f {
}
.mod_bakery_ordernum_f {
	font-weight: bold;
}
.mod_bakery_hr_f {
	
}
/* MAIN PAGE */
.mod_bakery_main_div_cart_bt_f {
	text-align: right;
}
.mode_bakery_main_td_f {
	border-color:#CCC #CCC;
	border-style:solid;
	border-width:1px;
	height:100px;
	margin:0;
	min-height:100px;
	text-align:left;
	vertical-align:top;
	background-attachment: scroll;
	background-color: #FBFBFB;
	background-image: url(images/body-bg.gif);
	background-repeat: repeat;
	background-position: 0 0;
}

.mode_bakery_main_td_f img {
	margin: 10px 5px;
}

.mode_bakery_main_thumbnail_f {
border:1px solid #CCC;
margin-left:5px;
padding:2px;
}
.mod_bakery_main_img_f {
	border: none;
}
.mode_bakery_main_title_f {
font-weight:bold;
}
.mod_bakery_main_in_stock_f {
	color: green;
}
.mod_bakery_main_short_of_stock_f {
	color: orange;
}
.mod_bakery_main_out_of_stock_f {
	color: red;
}
.mod_bakery_main_stock_img_f {
	border: red 1px; 
}
.mod_bakery_main_input_f {
	text-align: right;
}
.mod_bakery_main_select_f {
	width: 100px;
}
/* ITEM PAGE */
.mod_bakery_item_thumb_f {
	border: none;
}
.mod_bakery_item_img_f {
	border: none;
}
.mod_bakery_item_table_f {
	width: 90%;
	text-align: left;
	border: 1px solid #CCC;
	background-image: url(images/body-bg.gif);
}
.mod_bakery_item_title_f {
	font-weight: normal;
	color: #FFF;
}
.mod_bakery_item_sku_f {
	font-weight: normal;
}
.mod_bakery_item_stock_f {
	font-weight: normal;
}
.mod_bakery_item_in_stock_f {
	color: green;
}
.mod_bakery_item_short_of_stock_f {
	color: orange;
}
.mod_bakery_item_out_of_stock_f {
	color: red;
}
.mod_bakery_item_stock_img_f {
	border: red 1px; 
}
.mod_bakery_item_price_f {
	font-weight: bold;
}
.mod_bakery_item_shipping_f {
	font-weight: bold;
}
.mod_bakery_item_full_desc_f {
	font-weight: bold;
}
.mod_bakery_shipping_cost_f {
	font-weight: bold;
}
.mod_bakery_item_option_f {
	font-weight: bold;
}
.mod_bakery_item_input_f {
	text-align: right;
}
.mod_bakery_item_select_f {
}
/* CART */
/* CART */
/* CART table header */
.mod_bakery_cart_th_thumb_f {
	text-align: left;
}
.mod_bakery_cart_th_sku_f {
	text-align: right;
	white-space: nowrap;
}
.mod_bakery_cart_th_name_f {
	text-align: center;
	width: 44%;
}
.mod_bakery_cart_th_quantity_f {
	text-align: left;
	white-space: nowrap;
}
.mod_bakery_cart_th_price_f {
	text-align: right;
	white-space: nowrap;
}
.mod_bakery_cart_th_shipping_f {
	text-align: right;
	white-space: nowrap;
}
.mod_bakery_cart_th_sum_f {
	text-align: right;
	width: 20%;
}
/* CART table body */
.mod_bakery_cart_td_thumb_f {
	text-align: left;
}
.mod_bakery_cart_td_sku_f {
	text-align: right;
}
.mod_bakery_cart_td_name_f {
	text-align: center;
}
.mod_bakery_cart_td_quantity_f {
	text-align: left;
	white-space: nowrap;
}
.mod_bakery_cart_td_quantity_f a img {
	margin-bottom: -3px; 
	border: none;
}
.mod_bakery_cart_td_price_f {
	text-align: right;
	white-space: nowrap;
}
.mod_bakery_cart_td_shipping_f {
	text-align: right;
	white-space: nowrap;
}
.mod_bakery_cart_td_sum_f {
	text-align: right;
	white-space: nowrap;
}
/* CART table details */
.mod_bakery_cart_currency_f {
	font-size: 9px;
	font-weight: normal;
}
.mod_bakery_cart_item_f {
	font-weight: bold;
}
.mod_bakery_cart_subtotal_f {
	text-align: right;
	font-weight: bold;
	line-height: 200%;
}
.mod_bakery_cart_shipping_f {
	text-align: right;
	font-weight: bold;
	line-height: 75%;
}
.mod_bakery_cart_free_shipping_f {
	text-align: right;
	font-weight: bold;
	line-height: 75%;
	color: #FF0000;
}
.mod_bakery_cart_tax_f {
	text-align: right;
	font-weight: bold;
	line-height: 75%;
}
.mod_bakery_cart_total_f {
	text-align: right;
	font-weight: bold;
	line-height: 300%;
}
/* MINI CART */
#mod_bakery_mc_div_f {
}
.mod_bakery_mc_h2_cart_f {
	
}
.mod_bakery_mc_p_empty_f {
	font-weight: bold;
}
.mod_bakery_mc_p_orderid_f {
	
}
.mod_bakery_mc_orderid_f {
	font-style: italic;
}
.mod_bakery_mc_p_summary_f {
	
}
.mod_bakery_mc_quantity_f {
	font-weight: bold;
}
.mod_bakery_mc_total_f {
	font-weight: bold;
}
.mod_bakery_mc_p_excl_f {
	font-size: 10px;
}
/* ADDRESS FORM & ADDRESS */
.mod_bakery_form_p_f {
	font-style: italic;
}
.mod_bakery_form_label_f {
	width: 25%;
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
}
.mod_bakery_form_input_f {
	width: 280px;
}
.mod_bakery_address_h_f {
	font-weight: bold;
}
.mod_bakery_address_p_f {
	
}
/* BUTTONS */
.mod_bakery_bt_cart_f {
	background-color: #FBFBFB;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
.mod_bakery_bt_add_f {
	background-color: #FBFBFB;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
.mod_bakery_bt_continue_f {
	background-color: #FBFBFB;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
.mod_bakery_bt_update_f {
	background-color: #FBFBFB;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
.mod_bakery_bt_add_ship_form_f {
	background-color: #FBFBFB;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;	
}
.mod_bakery_bt_order_f {
	background-color: #FBFBFB;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
.mod_bakery_bt_quit_f {
	background-color: #FBFBFB;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
.mod_bakery_bt_modify_address_f {
	background-color: #FBFBFB;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
.mod_bakery_bt_pay_cod_f {
	width: 98%;
}
.mod_bakery_bt_pay_advance_f {
	width: 98%;
}
.mod_bakery_bt_pay_invoice_f {
	width: 98%;
}
.mod_bakery_bt_pay_paypal_f {
	width: 98%;
}
.mod_bakery_bt_pay_mollie_f {
	width: 70%;
}
.mod_bakery_bt_pay_payment-network_f {
	width: 98%;
}
/* PAY */
.mod_bakery_pay_method_f {
	
}
.mod_bakery_pay_h_f {
	padding-left: 12px;
}
.mod_bakery_pay_td_f {
	font-size: 11px;
	padding: 3px 12px;
}
.mod_bakery_pay_submit_f {
	height: 30px;
	text-align: center;
}
/* MESSAGES */
.mod_bakery_error_f {
	text-align: center;
	color: red;
	margin-top: 5px;
	border: solid 1px red;
	background-color: #FFDCD9;
	background-image: url(images/error.gif);
	background-position: 15px center;
	background-repeat: no-repeat;
}
.mod_bakery_error_f p {
	padding-left: 60px;
	padding-right: 6px;
}
.mod_bakery_errorbg_f {
	background-color: #FFDCD9;
}
.mod_bakery_success_f {
	text-align: left;
	color: green;
	margin-top: 5px;
	border: solid 1px green;
	background-color: #D4FFD1;
	background-image: url(images/success.gif);
	background-position: 15px center;
	background-repeat: no-repeat;
}
.mod_bakery_success_f p {
	padding-left: 60px;
	padding-right: 6px;
}
.mod_bakery_information_f {
	text-align: center;
	margin-top: 5px;
	border: solid 1px #FFD700;
	background-color: #FFFFDD;
	background-image: url(images/information.gif);
	background-position: 15px center;
	background-repeat: no-repeat;
}
.mod_bakery_information_f p {
	padding-left: 60px;
	padding-right: 6px;
}
/* IE ONLY */
/* IE < 7 */
* html input.mod_bakery_bt_continue_f, * html input.mod_bakery_bt_update_f, * html input.mod_bakery_bt_order_f, * html input.mod_bakery_bt_quit_f {
	font-size: 9px;
}
/* IE = 7 */
*:first-child+html .mod_bakery_bt_continue_f, *:first-child+html .mod_bakery_bt_update_f, *:first-child+html .mod_bakery_bt_order_f, *:first-child+html .mod_bakery_bt_quit_f {
	font-size: 9px;
}
/* LIGHTBOX2 */
#lightbox { position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0; }
#lightbox img { width: auto; height: auto; }
#lightbox a img { border: none; }
#outerImageContainer { position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer { padding: 10px; }
#loading { position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav { left: 0; }
#hoverNav a { outline: none; }
#prevLink, #nextLink { width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right; }
#prevLink:hover, #prevLink:visited:hover { background: url(lightbox2/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightbox2/images/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }
#imageData {	padding:0 10px; color: #666; }
#imageData #imageDetails { width: 70%; float: left; text-align: left; }	
#imageData #caption { font-weight: bold;	}
#imageData #numberDisplay { display: block; clear: left; padding-bottom: 1.0em; }			
#imageData #bottomNavClose { width: 66px; float: right;  padding-bottom: 0.7em; outline: none; }	 	
#overlay { position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
	
