/* Start of CMSMS style sheet 'Layout: Pension Neele' */
body{
   margin: 0px 0px 0px 0px;
   background-color: #566b30;
   font-family: Verdana;
   font-size: 80%;
}

div#fader-left{
   position: absolute;
   height: 100%;
   width: 7px;
   margin-left: 68px;
   background-image: url(uploads/images/lay-out/fade-left.gif);
}

div#fader-right{
   position: absolute;
   height: 100%;
   width: 7px;
   margin-left: 225px;
   background-image: url(uploads/images/lay-out/fade-right.gif);
}

div#spacer{
   position: absolute;
   width: 150px;
   height: 100%;
   margin-left: 75px;
   background-color: #fefff1;
   z-index: 10;
}

div#bg-zonnehoek{
   position: absolute;
   height: 500px;
   width: 150px;
   top: 50%;
   margin-top: -295px;
   background-color: #fefff1;
background-image: url(uploads/images/lay-out/pensionneele-header.jpg);
background-repeat: no-repeat;
}

div#page-wrapper{
   position: absolute;
   height: 450px;
   width: 730px;
   margin-left: 225px;
   top: 50%;
   margin-top: -180px;
   overflow-x: hidden;
   overflow-y: hidden;
   border-bottom: 4px solid #c3c3c3;
}

div#menu-wrapper{
   position: absolute;
   width: 730px;
   height: 20px;
   z-index: 100;
}

div#content-wrapper{
   position: absolute;
   width: 726px;
   height: 426px;
   background-color: #fefff1;
   margin-top: 20px;
   overflow: auto;
   z-index: 1;
   border-top: 4px solid #c3c3c3;
   border-right: 4px solid #c3c3c3;
}

div#content-scroller{
   margin: 5px 5px 5px 5px;
}

/* href lay-out */
a,
a:visited,
a:active{
   text-decoration: none;
   color: #000;
   border-bottom: 1px dotted #000;
} 

a:hover{
   text-decoration: none;
   color: #cecece;
   border-bottom: 1px dotted #000;
}
/* End of 'Layout: Pension Neele' */

