@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }

html { overflow-y: scroll; }
body { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #6c217f; line-height: 160%; text-align: center; background: #FFF; }

#holder { position: relative; margin: 0 auto; width: 985px; height: auto; overflow: hidden; text-align: center; z-index: 1; }
#holder img.header { position: relative; float: left; }
#holder .subheader { position: relative; float: left; width: 985px; height: 270px; background: url(splash/subheader.jpg) 0 0 no-repeat; }
#holder .subheader a.consument { position: relative; float: left; margin: 93px 0px 0px 131px; display: block; display: inline; width: 200px; height: 34px; background: url(splash/btnConsument.gif) 0 0  no-repeat; }
#holder .subheader a.zakelijk { position: relative; float: right; margin: 93px 131px 0px 0px; display: block; display: inline; width: 200px; height: 35px; background: url(splash/btnZakelijk.gif) 0 0 no-repeat; }
#holder .subheader a span { display: none; }

#holder .content { position: relative; float: left; padding: 30px 0px; width: 985px; font-family: Arial, Helvetica, sans-serif; font-size: 13px; text-align: left; background: url(splash/bgContent.gif) 0 0 repeat-y; }
#holder .content .consument { position: relative; float: left; padding-left: 85px; width: 340px; }
#holder .content .zakelijk { position: relative; float: right; padding-right: 66px; width: 340px; }

/* footer */
.footer { position: relative; float: left; padding: 50px 0px 10px 0px; width: 985px; background: url(splash/bgFooter.gif) 0 0 no-repeat; }
.footer ul { position: relative; float: right; }
.footer ul li { display: inline; padding: 0 9px; background: url(splash/bgFooterDiv.gif) right no-repeat; }
.footer ul li.lastNode { display: inline; padding: 0 9px; background: none; }
.footer ul li a,
.footer ul li a:visited { text-decoration: none; color: #5a1b6a; }
.footer ul li a:hover { text-decoration: underline; color: #5a1b6a; }
