html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {
    padding-bottom: 48px;  /* must be same height as the footer */
}

* {
    font-family: Arial,Verdana,sans-serif;
    font-size:12px;
    line-height: 16px;
    color:#333333;
}
body {
    padding:0;
    margin:0;
}
img {
    border:0;
}
a {
    outline:none;
    color:#ffffff
}
h1 {
    background:#000000;
    font-size:22px;
    line-height: 40px;
    font-weight:normal;
    color:#FFFFFF;
    padding-left:9px;
    text-transform: lowercase;
}
h2 {
    font-size: 20px;
    font-weight:normal;
}
h3 {
    font-size: 30px;
    font-weight:normal;
}
table {
    border-collapse: collapse;
}
.header {
    width:100%;
    height:144px;
    display:block;
    background:url(/images/header_bg.gif) repeat-x;
}
.h_center {
    margin:auto;
    width:1006px;
}
.m_center {
    margin:auto;
    width:1006px;
    margin-top:50px;
}
.f_center {
    margin:auto;
    width:1006px;
}
.header .logo {
    display:block;
    width:193px;
    height:56px;
    position:relative;
    top:24px;
    background:url(/images/logo.gif) no-repeat;
    text-indent: -20000px;
}
.header .lang_sel {
    float:right;
    color:#FFFFFF;
    position: relative;
    top:-36px;
    right:0;
}
.header .lang_sel a {
    color:#FFFFFF;
}
.header .lang_sel a:hover, .header .lang_sel .sel {
    color:#018DAE;
}
.footer {
    position: relative;
    margin-top: -48px; /* negative value of footer height */
    height: 48px;
    clear:both;
    background:#000000;
} 
.footer .f_center {
    line-height: 48px;
    text-align: right;
    color:white;
}
.productline {
    display:block;
    width:1006px;
    height:216px;
    padding:2px 0;
    margin-bottom:8px;
    border-bottom:1px solid #afafaf;
    background-repeat:no-repeat !important;
    position:relative;
    color:#FFFFFF;
    text-decoration: none !important;
    
}
.pl_first {
    height:224px;
    border-top:1px solid #afafaf;
    margin-top:8px;
    background-position: center center !important;
}
.more_info {
    display:block;
    color:#FFFFFF;
    float:right;
    position: absolute;
    text-align:right;
    right:20px;
    bottom:22px;
    background:#000000;
    padding:3px 10px;
}
.deli_del_mondo {
    display:block;
    width:159px;
    float:left;
    margin-right: 10px;
    margin-bottom: 10px;
    /*text-indent:-20000px;*/
    background-repeat: no-repeat; 
}      
.piet_huysentruyt {
    display:block;
    width:159px;
    float:left;
    margin-right: 10px;
    margin-bottom: 10px;
    /*text-indent:-20000px; */
    background-repeat: no-repeat;
}
.piet_huysentruyt img {
    border:1px solid #dddddd;
}
.deli_del_mondo img {
    border:1px solid #ffffff;
}
.submenu {
    float:left;
    position: relative;
    top:46px;
    color:#ffffff;
}
.submenu a, .submenu span {
    font-size:16px;
    padding:12px;
    text-decoration: none;
    display: block;
    float: left;  
}
.submenu span {
    padding:12px 0px;
}
.submenu a:hover, .submenu .sel {
    background:#4B4B4B;
}
.productmenu {
    background:#666666;
    float:left;
    width:1006px;
    margin-bottom:15px;
}
.productmenu a {
    font-size:16px;
    padding:12px;
    text-decoration: none;
    display: block;
    float: left;
}
.productmenu a:hover, .productmenu .sel {
    background:#4B4B4B;
}
.admin {
    padding:5px;
    color:#009900 !important;
    text-decoration: none;
}
.admin:hover, .admin_del:hover {
    color:#000000;
}
.admin_del {
    padding:5px;
    color:#FF0000 !important;
    text-decoration: none;
}
.admin_menu {
    border:1px solid #009900;
    border-width: 1px 0px;
    display: block;
    float:left;
    width:100%;
    margin-bottom:15px;
    padding:5px 0px;
}
.recepten a {
    color:#000000;
}
.recepten a:hover {
    color:#666666;
}
.tooltip {
    display:block;
    background:url(/images/tooltip.png) no-repeat;
    width: 309px;
    height: 175px;
    position:absolute;
    display: none;
}
.tooltip span {
    color:#FFFFFF;
    line-height: 34px;
    display:block;
    margin:5px 5px 0px 5px;
    text-indent: 7px;
}
.tooltip div {
    margin:7px 14px 0px 14px;
    display:block;
}
.tooltip p {
    padding:0;
    margin:0;
    display:inline;
}