/* ------------------------------------------------------------------------- */
/*  subMenu  */
#sub1, #sub2, #sub3, #sub4, #sub5, #sub6, #sub7, #sub8, #sub9, #sub10 { display: inline; position: absolute; }
#sub1 { left: 0px;}
#sub2 { left: 106px; }
#sub3 { left: 247px; }
#sub4 { left: 317px; }
#sub5 { left: 386px; }
#sub6 { left: 477px; }
#sub7 { left: 549px; }
#sub8 { left: 633px; }
#sub9 { left: 693px; }
/* #sub10 { left: 757px; } */
#sub10 { left: 697px; }

.special .articleTitleBox h2 { background: url(../gfx/winterlook/h_nieuws_DE.gif) no-repeat 0 0; }
.special .articleTitleBox img { visibility: hidden; }

.special .articleTitleBox.kerstmis h2 { background: url(../gfx/winterlook/h_welkom_DE.gif) no-repeat 0 0; }
.special .articleTitleBox.kerstmis img { visibility: hidden; }


/* ------------------------------------------------------------------------- */
/*  zoekbox  */
.zoekBox input.field {  width: 125px; }
.zoekBox input.btnZoek{background: url(../gfx/duits/btn_zoek.gif) 3px top no-repeat; width: 50px; }

/* #floatingAdd {position: absolute;z-index: 1000;top: 0px;left: 0px;} */
/* div#floatingAdd {position: absolute;z-index: 1000;top: 0px;left: 0px;} */
/* head+body #floatingAdd {z-index: 1000;} */

/*#floatingAdd {position: absolute;z-index: 1000; bottom: -100px;left: 0px;}*/
div#floatingAdd {
  position: absolute;z-index: 1000;
  /* IE5.5+/Win - this is more specific than the NS4 version */
  left: expression( ( ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  top: expression( ( 10 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
  top: expression( ( -0 - floatingAdd.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );

}