body {
    padding:252px 0 0 0;    margin:0;
    background:#fff;
    text-align:left;
    background:url(../_img/bg01.gif) #fff top left fixed;
    font-family:arial, helvetica, sans-serif;
    }
    
/* menu list */
a#menu01,  a#menu02, a#menu03, a#menu04, a#menu05, a#menu06, a#menu07  {
    display:block;
    width:89px;
    height:94px;
    float:left;
    padding:0;margin:0;
    background:url(../_img/menu_sprite.gif) 0 0  no-repeat;
}

a#menu01 {
    background-position:0 0;
}
a#menu01:hover {
    background-position:0 -94px;
}
a#menu02  {
    background-position:-100px 0;
}
a#menu02:hover {
    background-position:-100px -94px;
}
a#menu03  {
    background-position:-200px 0;
}
a#menu03:hover {
    background-position:-200px -94px;
}
a#menu04  {
    background-position:-300px 0;
}
a#menu04:hover {
    background-position:-300px -94px;
}
a#menu05  {
    background-position:-400px 0;
}
a#menu05:hover {
    background-position:-400px -94px;
}
a#menu06  {
    background-position:-500px 0;
}
a#menu06:hover {
    background-position:-500px -94px;
}
a#menu07  {
    background-position:-600px 0;
}
a#menu07:hover {
    background-position:-600px -94px;
}

/* verschillende pagina's verschillende menustate + background */
/* HOME */
body#page1 a#menu01, body#page1 a#menu01:hover  {
    background-position:0 -188px;
}
body#page1 {
    background:url(../_img/bg02.gif) fixed top left;
}
/* WIE */
body#page2 a#menu02, body#page2 a#menu02:hover, body#page11 a#menu02, body#page11 a#menu02:hover  {
    background-position: -100px -188px;
}
body#page2 {
    background:url(../_img/bg03.gif) fixed top left;
}
/* SOORTEN */
body#page3 a#menu03, body#page3 a#menu03:hover, body#page8 a#menu03, body#page8 a#menu03:hover, body#page9 a#menu03, body#page9 a#menu03:hover, body#page10 a#menu03, body#page10 a#menu03:hover  {
    background-position: -200px -188px;
}
body#page3, body#page10 {
    background:url(../_img/bg04.gif) fixed top left;
}
body#page8 {
    background:url(../_img/bg09.gif) fixed top left;
}
body#page9 {
    background:url(../_img/bg10.gif) fixed top left;
}
/* vondst */
body#page5 a#menu04, body#page5 a#menu04:hover  {
    background-position: -300px -188px;
}
body#page4 {
    background:url(../_img/bg05.gif) fixed top left;
}
/* NEWS */
body#page6 a#menu05, body#page6 a#menu05:hover  {
    background-position: -400px -188px;
}
body#page6 {
    background:url(../_img/bg06.gif) fixed top left;
}
/* PROEVEN */
body#page7 a#menu06, body#page7 a#menu06:hover  {
    background-position: -500px -188px;
}
body#page7 {
    background:url(../_img/bg07.gif) fixed top left;
}
/* CONTACT */
body#page4 a#menu07, body#page4 a#menu07:hover  {
    background-position: -600px -188px;
}
body#page6 {
    background:url(../_img/bg08.gif) fixed top left;
}
/* rest */
#siteHolder {
    position:relative;
    z-index:1;
}
#menu {
    position:absolute;
    top:0;left:240px;
    padding:93px 15px 0 15px;
    z-index:3;
    width:630px;
    height:159px;
    background:url(../_img/header_bg.gif) top left no-repeat fixed #fff;   /* border:1px solid; */
}
#subMenu {
    position:absolute;
    top:196px;left:445px;
    z-index:10;
   /* border:1px solid; */
}
#subMenu1 {
    position:absolute;
    top:196px;left:360px;
    z-index:10;
   /* border:1px solid; */
}

#subMenu a, #subMenu1 a {
    font-size:12px;
    line-height:16px;
    color:#602b49;
    text-decoration:none;
    display:block;
    width:160px;height:15px;
    margin:0;
    padding:0 0 0 12px;
    background:#fff;
}
#subMenu a:hover, #subMenu1 a:hover {
    font-style:italic;
    background:url(../_img/subDot.gif) top left no-repeat;
}
#contentHold {
    margin:0 0 15px 240px;
    background:#fff;
    text-align:left;
    z-index:2;
    padding:0 35px 35px 35px;
    width:590px;
    color:#602b49;
    font-size:12px;
    line-height:16px;
   /* border:1px solid; */
}
/* broodrooster */
#broodrooster {
    position:absolute;
    top:180px;left:950px;
    z-index:10;
}
#contentHold a {
    color:#602b49;
    text-decoration:underline;
}
#contentHold a:hover {
    color:#602b49;
    text-decoration:none;
}
#picContent {
    width:287px;
    overflow:hidden;
    margin:0 0 0 5px;
    float:left;
}
h1 {     font-family:arial, helvetica, sans-serif;
    font-size:14px;
    line-height:19px;    margin:0 0 6px 0;    padding:2px;    color:#602b49;
    background:#cdebba;
}
h2 {     font-family:arial, helvetica, sans-serif;
    font-size:15px;
    line-height:17px;    margin:3px 0 6px 0;    color:#555;
    border-bottom:1px dotted #ccc;
    padding:0;    font-weight:lighter;}
ul { 
    margin:0 0 0 5px;
    padding-left: 0;
    margin-top:0;
    list-style: none;
    }
li {
    font-family:arial, helvetica, sans-serif;
    font-size:12px;
    line-height:16px;
    text-align:left;
    padding-left: 10px;
    background-image: url(../../_img/bullet.gif);
    background-repeat: no-repeat;
    background-position: 0 .5em;
}

/* --------- END DIVSKE -------- */    .endIt {    height:2px;    font-size:1px;    line-height:1px;    clear:both;    }
