        html {
           height: 100%;
        }
        body {
           height: 100%;
           font-family: "Arial";
           font-size: 10pt;
           line-height: 1.25;
           margin-top: 15px;
           background-color: #BECFDF;
           background-image: url(../images/background_pattern.jpg);
           background-repeat: repeat-x;
           background-position: top;
        }
        #container {
           position: relative;
           margin: auto;
           width: 697px;
           height: auto;
        }
        #achtergrond {
           width: 656px;
           height: auto;
           float: right;
           display: table;
           background-image: url(../images/bgbar_content.jpg);
           background-repeat: repeat-y;
           background-position: center;
        }
        #print_logo {
           display: none;
        }
        #logo {
           position: relative;
           top: 0px;
           left: 0px;
           width: 656px;
           height: 291px;
           background-image: url(../images/header.jpg);
        }
        #content {
           width: 656px;
           height: auto;
           float: left;
        }
        #info {
           font-size: 8pt;
           margin-top: 134px;
           height: 100px;
           width: 150px;
           padding-right: 16px;
           text-align: right;
           float: right;
        }
        #menu {
           margin-top: 14px;
           height: 16px;
           width: 644px;
           padding-left: 1px;
           float: left;
        }
        .menu_item {
           width: 81px;
           text-align: center;
           float: left;
           font-size: 8pt;
           line-height: 1;
           color: #FFFFFF;
           cursor: pointer;
        }
        .content {
           width: 606px;
           height: auto;
           position: relative;
           top: 0px;
           left: 0px;
           padding-top: 0px;
           padding-left: 25px;
           padding-right: 25px;
           margin-bottom: 20px;
        }
        #line {
           width: 606px;
           height: 1px;
           margin-bottom: 10px;
           margin-left: 25px;
           margin-right: 25px;
           float: left;
           display: inline;
           background-color: #DDDDDD;
           line-height: 1pt;
        }
        #footer {
           width: 677px;
           height: 87px;
           margin-top: 0px;
           padding-right: 20px;
           padding-top: 63px;
           float: left;
           text-align: right;
           color: #555555;
           font-size: 8pt;
           background-image: url(../images/footer.jpg);
        }
        #copyright {
           height: 26px;
           width: 105px;
           text-align: right;
           float: right;
           padding-top: 7px;
        }
        #w3c {
           height: 26px;
           width: 160px;
           text-align: right;
           float: right;
           padding-top: 7px;
        }
        #w3c #deel1 {
           color: blue;
        }
        #w3c #deel2 {
           color: gray;
        }
        #content1 {
           display: block;
        }
        #content2,
        #content3,
        #content4,
        #content5,
        #content6,
        #content7 {
           display: none;
        }
        ul {
           margin-top: 10px;
           margin-left: 20px;
           list-style-type: disc;
       /*    list-style-position: inside; */
        }
        a {
           color: #FF7301; /* #5984AE;  */
           text-decoration: none;
           font-style: italic;
        }
        p {
           margin-top: 10px;
        }
        h1 {
           color: #333333;
           font-size: 14pt;
        }
        h2 {
           margin-top: 10px;
           margin-bottom: 5px;
           color: #4F7CA6;
           font-size: 10pt;
           font-weight: bold;
        }
        table {
           border-collapse: collapse;
           margin-top: 20px;
           table-layout: fixed
        }
        td {
           padding-top: 3px;
           font-size: 9pt;
           vertical-align: top;
        }
        #contact {
           float: left;
           width: 606px;
           height: auto;
        }
        #I2, #I3, #I4, #I6, #I8, #I9, #I10 {
           width: 200px;
        }
        #I7 {
           width: 50px;
        }
        #I5, #I12 {
           width: 298px;
        }
        select {
           font-family: "Arial";
           font-size: 9pt;
        }
        textarea {
           font-family: "Arial";
           font-size: 9pt;
           width: 449px;
        }
        .label {
           width: 150px;
           padding-top: 5px;
           color: #4F7CA6;
        }
        .image_right {
           float: right;
           margin-top: 10px;
           margin-right: 0px;
           margin-left: 15px;
           margin-bottom: 0px;
        }
        #message {
           float: left;
           margin-top: 24px;
        }
        .button {
           background-image: url(../images/button.jpg);
           height: 21px;
           width: 77px;
           text-align: center;
           float: right;
           margin-top: 20px;
           margin-left: 6px;
           padding-top: 4px;
           color: #FFFFFF;
           cursor: pointer;
           display: inline;
        }
        .links {
        }

