/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,legend { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
/*ul,ol { list-style: none; }*/
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/* LAYOUT */
.column { float: left; }

/* FLOAT FIX */
#body:after, #container:after, .floatfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#body, #container, .floatfix { zoom:1; }


/* TYPE */
body { font: 12px/15px Arial, Helvetica, sans-serif; background-color:#fff; color:#333; }

a { color: #353B87; }
strong, b { font-weight:bold; }
em, i { font-style:italic; }
sup { padding-left:1px; font-size:9px !important; font-weight:normal !important; vertical-align: baseline; position: relative; bottom: 0.33em; _position:static !important; }

.marker { background-color: #F7DE05; }
.dsbld { display: none !important; }

/* PRINT */
@media print {
    body, #body, #content, #container { color:#000 !important; background: #fff; }
    a, a:link, a:visited { color:#000 !important; text-decoration:none !important; }
    .noprint { display: none !important; }
}

/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
    height:100%; /* needed for container min-height */
}


div#page {
    position:relative; /* needed for footer positioning*/
    margin:0 auto; /* center, not in IE5 */
    background:#fff;

    height:auto !important; /* real browsers */
    height:100%; /* IE6: treaded as min-height*/

    min-height:100%; /* real browsers */
}

div#header {
    width:724px;
}

div#content {
    padding-bottom: 50px;
}

div#footer {
    position:absolute;
    width:100%;
    bottom:0; /* stick to bottom */
    height: 50px;
    left: 0;
}

body, select, input, textarea { font: 12px/15px Arial, Helvetica, sans-serif; color:#333; }
h1, h2, h3, p, ul, ol, td {margin:0 0 15px 0; font: 12px/15px Arial, Helvetica, sans-serif; color:#333;}
td, td p { margin-bottom: 0 !important; }

h1 { font-size: 17px; font-weight: bold; }
h2 { font-size: 15px; font-weight: bold; }
h3 { font-size: 13px; font-weight: bold; }

blockquote { margin: 0; padding: 0; margin-left: 40px; }

/* layout cd.. */
div#content {
    padding-bottom: 48px;
    margin-bottom: 20px;
}

div#footer {
    height: 28px;
    background: #ad6b3c;
    line-height: 28px;
}

div#footer p {
    text-align: right;
    color: #fff;
    padding-right: 20px;
    margin: 0;
}


body {
    background: #c0c0c0;
}


div#windmill-brown {
    width: 53px;
    height: 53px;
}

div#page {
    width: 756px;
    margin: 0;
    background: url(/i/bg.png) 0px -21px;
}
div#header {
    background: url(/i/made,in,holland.png) no-repeat;
    height: 213px;
    width: 756px;
}
div#menu-top,
div#body {
    width: 606px;
}

div#body {
    float:left;
    margin-bottom: 46px;
    padding-bottom: 90px;
    background-color: #fff;
    position: relative;
    top: 16px;
    line-height: 130%;
    min-height: 500px;
}

div#cartoon {
    position: absolute;
    bottom: 28px;
    right: 0;
    background: transparent url(/i/bottom,cartoon.png) no-repeat left bottom;
    width: 241px;
    height: 220px;
}

div#cartoon {
    position: absolute;
    bottom: 0px;
    left: 0;
    background: transparent url(/i/bottom,cartoon.png) no-repeat right bottom;
    width: 606px;
    height: 520px;
    z-index: 1;
}

#menu-top {
    position: relative;
    left: 150px;
    top: 137px;
    height: 92px;
}

#menu-top ul,
#menu-top li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#menu-top ul {
    background: url(/i/bg,menu-24.png) no-repeat left bottom;
    height: 76px;
}

#menu-top li {
    width: 106px;
    height: 76px;
    display: block;
    float: left;
    color: #f29400;
}

#menu-top li a {
    display: block;
    color: #fdf3c8;
    width: 106px;
    height: 0px;
    padding-top: 16px;
    overflow: hidden;
    text-align: center;
    font-size: 10px;
    /*position: relative;*/
    top: 0px;
    margin-top: 60px;
    text-decoration: none;
    /*letter-spacing: -0.1ex;*/
}

/*#menu-top li a span {visibility: hidden}*/

#menu-top ul ul {
    position: absolute;
    left: 0;
    height: 16px;
    background-image: none;
    width: 590px; /*606-16*/
    padding-left: 16px;
    display: none;
}

#menu-top ul ul li,
#menu-top ul ul li a {
    width: auto;
    height: 16px;
    line-height: 16px;
    float: left;
    margin: 0;
    display: inline;
}

#menu-top ul ul li a {
    padding: 0 6px;
}

#menu-top ul li#m-top-1 ul {background-color: #9d6e45;display:block;}
#menu-top ul li#m-top-2 ul {background-color: #a96d78;}
#menu-top ul li#m-top-3 ul {background-color: #478aa5;}
#menu-top ul li#m-top-4 ul {background-color: #5c8a5e;}
#menu-top ul li#m-top-5 ul {background-color: #c55c46;}

/* menu-left */
#menu-left {
    float: left;
    width: 150px;
    height: 465px;
    background: url(/i/bg,menu,left-24.png) no-repeat top right;
    margin: 20px 0;
    position: relative;
    z-index: 0;
}

#menu-left ul,
#menu-left li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#menu-left li {display:inline;}
#menu-left a {
    position: relative;
    padding-top: 85px;
    height: 0px;
    overflow: hidden;
    margin-bottom: 10px;
    display: block;
    width: 150px;
    z-index: 10;
}

#menu-left a div { position: absolute; left: 22px; top: 0; width: 71px; height: 85px; z-index: 5; }
#m-left-1 { background: url(/i/m-left-1-24.png) no-repeat; }
#m-left-2 { background: url(/i/m-left-2-24.png) no-repeat; }
#m-left-3 { background: url(/i/m-left-3-24.png) no-repeat; }
#m-left-4 { background: url(/i/m-left-4-24.png) no-repeat; }
#m-left-5 { background: url(/i/m-left-5-24.png) no-repeat; }

/* body */
table.home-cols { border-collapse: collapse; margin: 26px 0 40px 0; background-repeat: no-repeat; background-position: bottom left; clear: both;  }
table.home-cols td { vertical-align: top; }
td.home-col-1 { width: 394px; padding: 0 20px 20px 0; }
td.home-col-2 { width: 140px; padding: 0; }

table.page-cols { border-collapse: collapse; background-repeat: no-repeat; background-position: bottom left; clear: both; }
table.page-cols td { vertical-align: top; }
td.page-col-1 { width: 350px; padding: 0 40px 0px 0; }
td.page-col-2 { width: 164px; padding: 0; }

table.frame-left { border-collapse: collapse; background: #FAF7D5; width: 100%;/* -moz-border-radius: 12px; -webkit-border-radius: 12px; */}
table.frame-left td { padding: 12px; }

div.spiffyfg { padding: 12px; }
.frame-left p, .spiffyfg p { font-size: 12px !important; }

ol.recipe-list { list-style-type: none; margin: 12px 0; padding: 0;}
ol.recipe-list li { padding: 0 0 5px 0; background: url(/i/Recipe_line.gif) no-repeat bottom left; display: block; margin-bottom: 5px; }
ol.recipe-list li div { padding-left: 17px; margin-left: 5px; }
h1 img { margin-bottom: 3px; }

/* PngAni */
#m-1-deco, #m-2-deco, #m-3-deco, #m-4-deco, #m-5-deco
{
    position: absolute;
    width: 53px;
    height: 53px;
    background: url(/i/ani,windmill,brown.png) no-repeat;
    z-index: 10px;
    top: 0;
    left: 26px;
}

#m-2-deco {
    left: 133px;
    background: url(/i/ani,windmill,violet.png) no-repeat;
}

#m-3-deco {
    left: 239px;
    background: url(/i/ani,windmill,blue.png) no-repeat;
}

#m-4-deco {
    left: 345px;
    background: url(/i/ani,windmill,green.png) no-repeat;
}

#m-5-deco {
    left: 451px;
    background: url(/i/ani,windmill,red.png) no-repeat;
}

#body-contents { margin: 26px; margin-bottom: 40px; z-index: 10; position: relative; }


/* body-news */
/* #body-news { margin: 26px; } */

#body-news p {
    font-size: 12px;
    margin: 0 0 10px 0;
}

#body-news h1 {
    font-size: 13px;
    margin: 0 0 10px 0;
    font-weight: bold;
}

#body-news h2.news-title {
    padding: 0;
    margin: 0 0 5px 0;
    font-size: 12px;
    line-height: 120%;
    font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
    font-weight: normal;
    clear: both;
}

#body-news h2.news-title a {
    color: #333;
    text-decoration: none;
    display: block;
    float:left;
    width: 480px;
    overflow: hidden;
}

#body-news h2.news-title a:hover {
    color: #666;
    text-decoration: underline;
}



#body-news h2.news-title span.news-date {
    color: #333;
    display: block;
    float: left;
    margin-right: 10px;
}

.news-back { position: relative; left: 10px; display: block; width: 74px; height: 0; padding-top: 24px; overflow: hidden; background: url(/i/back.gif) no-repeat; }
a.link-special { font-size: 15px; color: #000; font-weight: bold; }
#rss-icon { position: absolute; top: 0; right: 0; display: block; width: 24px; height: 0; padding-top: 24px; overflow: hidden; background: url(i/RSS.png) no-repeat;}

/* misc */

.marker { color: #000; background-color: #f0ec6e; font-style: italic; }
.i-left { float: left; margin-right: 12px; margin-bottom: 12px; }
.i-right { float: right; margin-left: 12px; margin-bottom: 12px; }

.box-tl { margin: 0 12px 12px 0; }
.box-tr { margin: 0 0 12px 0; }
.box-sml { margin-bottom: 20px; }

#disclaimer {
    position: absolute;
    bottom: 20px;
    left: 110px;
    background: url(/i/disclaimer,privacy,policy.png) no-repeat;
    width: 219px;
    height: 8px;
    z-index: 5;
}

#disclaimer ul, #disclaimer li { list-style-type: none; margin: 0; padding: 0; display: inline; }
#disclaimer a { display: block; width: 108px; float: left; height: 0; padding-top: 8px; overflow: hidden; }


#form-cotact input, #form-cotact textarea { width: 300px;     font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif; font-size: 12px; padding: 2px;  }
#form-cotact input.fSubmit { font-weight: bold; width: 50px; }

.form_error, .form_info { margin: 0 0 15px 0; padding: 5px; list-style-type: none; color: #F96700; font-weight: bold; border: 2px solid #8FCDFF; }

.spiffy{display:block}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#FAF7D5}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #fcfbec;
  border-right:1px solid #fcfbec;
  background:#fbf9df}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #fefefa;
  border-right:1px solid #fefefa;
  background:#faf8dc}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #faf8dc;
  border-right:1px solid #faf8dc;}
.spiffy4{
  border-left:1px solid #fcfbec;
  border-right:1px solid #fcfbec}
.spiffy5{
  border-left:1px solid #fbf9df;
  border-right:1px solid #fbf9df}
.spiffyfg{
  background:#FAF7D5}




