/**************************************************************************************************
borden section
***************************************************************************************************/  
 .borden{
   position:relative;
   width:990px;
   height:400px;
   }
   .bordenbox{
   width:990px;
   height:295px;
   margin:40px 0 0 0;
   background:url(/images/borden.gif) no-repeat left top;
   background-position:30px 0%;
   border:0px solid green;
   }
/*gerechten style*/

.voorgerecht{
   width:200px;
   height:200px;
   position:absolute;
   top:20px;
   left:50px;
   _cursor:hand;
   _cursor:pointer;
   border:0px solid green;
   }
   .hoofdgerecht{
   width:380px;
   height:250px;
   position:absolute;
   top:20px;
   left:300px;
   _cursor:hand;
   _cursor:pointer;
   border:0px solid red;
   }
   .nagerecht{
   width:200px;
   height:200px;
   position:absolute;
   top:20px;
   left:730px;
   _cursor:hand;
   _cursor:pointer;
   border:0px solid blue;
   }
