/* CSS Document */body {    margin: 0px; 	padding: 0px; /* Need to set body margin and padding to get consistency between browsers. */    text-align: center; /* Hack for IE5/Win */    font: 13px arial, helvetica, sans-serif ;    color: #666;    background: #fce4cc;    }div#wrap {	position: absolute;	left: 50%;	margin-left: -380px;	width: 760px;	text-align:left; /* Counteract to IE5/Win Hack */	padding: 0;	top: 0px;	z-index:0;    }div#programma{     position: absolute;     overflow: hidden;    top: 241px;    left: 0px;    width: 760px;     background: #fff url(../img/bg_rechts.gif) top right repeat-y;    z-index:1;    }div#logo{     position: absolute;     overflow: hidden;    top: 0px;    left: 0px;    width: 560px;     height: 206px;    z-index:2;    }div#adres{     position: absolute;     overflow: hidden;    top: 206px;    left: 0px;    width: 560px;     height: 40px;    z-index:3;    }div#rechts1{     position: absolute;     overflow: hidden;    top: 0px;    left: 560px;    width: 200px;     height: 246px;    z-index:4;    }div#rechts2{     position: absolute;     overflow: hidden;    top: 246px;    left: 560px;    width: 200px;     background: transparent url(../img/bg_rechts.gif) top left repeat-y;    z-index:5;    }/* 	text specs */     p     {     margin: 0px 230px 0px 87px;      }h1     { 	font-size: 30px;    line-height : 85%;    font-weight: bold;    color: #ff9933;    margin: 5px 230px 3px 86px;      }h2     {     font-size:  40px;    font-weight: bold;    color: #ff9933;    margin: -10px 230px 0px 24px;      }h3     {     font-size:  24px;    font-weight: normal;    margin: 15px 230px 0px 24px;      }h4     { 	font-size: 14px;    line-height : 90%;    letter-spacing: 4px;    font-weight: bold;    margin: -59px 230px 0px 87px;      }h5     { 	font-size: 14px;    line-height : 105%;    font-weight: bold;    margin: 0px 230px 2px 87px;      }h6     { 	font-size: 12px;    line-height : 90%;    font-weight: bold;    color: #ff9933;    margin: 5px 230px 8px 88px;      }/* Link specs */    a:link, a:visited {    font-weight : bold;     text-decoration : none;    color: #ff9933;    background: transparent;     }a:hover {    font-weight : bold;     text-decoration : none;    color: #ffcc99;    background: transparent;     }a:active {    font-weight : bold;     text-decoration : none;    color: #ff9933;    background: transparent;      }