/*
 *  Basing door JorDsign
 *  http://www.jordsign.nl
 */

/* Algemeen */

            html, body {
                margin: 0;
                padding: 0;
                background: #4e0368;
                font: 8pt Tahoma;
                color: #e1d2e5;
            }

            a, a:link, a:visited, a:active, a:hover {
                color: #58B71D;
                text-decoration: underline;
            }

/* Header */

            #header {
                width: 787px;
                margin: 0 auto;
                margin-top: 50px;
                min-height: 156px;
                overflow: hidden;
            }

            #header_left {
                float: left;
                width: 400px;
                background: #58b71d url(../images/bg_header_left.gif) no-repeat left top;
                color: #fff;
                padding-bottom: 500px;
                margin-bottom: -500px;
            }

            #header_right {
                float: right;
                width: 387px;
                background: #6c1f7f url(../images/bg_header_right.gif) no-repeat right top;
                padding-bottom: 500px;
                margin-bottom: -500px;
            }

    /* Header - objecten */

            .header_fade {
                background: url(../images/bg_fade_header.png) repeat-x;
                min-height: 42px;
                width: 100%;
            }

            .header_tekst {
                margin: 16px 0px 0px 16px;
                position: absolute;
            }

            .header_line_1 {
                width: 289px;
                height: 2px;
                background: url(../images/lijn_3.png) no-repeat transparent;
                border: none;
                margin: 34px 0px 0px 5px;
                position: absolute;
            }

            h1 {
                margin: 70px 0px 0px 40px;
                position: absolute;
            }

            .image_1 {
                position: absolute;
                margin: 110px 0px 0px 330px;
            }

            .image_2 {
                float: right;
                margin: 40px 0px 0px 0px;
            }

            table.info {
                width: 375px;
                border: none;
                margin: 0px 0px 0px 5px;
            }

            td {
                width: 150px;
            }

            table.info tr {
                height: 0px;
            }

            .midden_streep {
                width: 2px;
                height: 156px;
                margin: 0px 0px 0px 180px;
                background: url(../images/lijn_1.gif) repeat-y;
                position: absolute;
            }

            .arrow {
                position: absolute;
                width: 29px;
                height: 30px;
                background: url(../images/arrow.gif) no-repeat;
                margin: -23px 0px 0px 100px;
                z-index: 9999;
            }


/* Content */

            #content {
                width: 787px;
                margin: 0 auto;
                background: #ffffff;
            }

            .content_bottom {
                background: url(../images/bg_content_bottom.gif) no-repeat;
                width: 787px;
                height: 3px;
                margin: 0 auto;
                margin-bottom: 20px;
            }

    /* Content - objecten */

            .content_ob {
                width: 630px;
                background: #6c1f7f url(../images/bg_content_item_top.gif) no-repeat top;
                padding: 10px 0px 5px 10px;
                margin: 7px 0px 0px 7px;
            }

            .content_ob_bottom {
                width: 640px;
                height: 4px;
                background: url(../images/bg_content_item_bottom.gif) no-repeat;
                margin: 0px 0px 0px 7px;
				color:#6C1F7F;
            }

            .c_left {
                float: left;
                width: 647px;
            }

            .c_right {
                float: right;
                width: 140px;
                text-align: center;
            }

            .left {
                float: left;
                width: 50%
            }

            .right {
                float: right;
                width: 50%;
            }

            .c_right img {
                margin: 7px 0px 0px 0px;
            }


            h2 {
                color: #92e718;
                background: url(../images/lijn_2.gif) no-repeat bottom left;
                font: bold 12pt Tahoma;
                margin: 0;
                padding: 0px 0px 5px 0px;
                width: 200px;
            }

            .green {
                color: #92e718;
            }

    /* Formulier */

            .text_input {
                background: #e1d2e5;
                width: 169px;
                height: 14px;
                border: 1px solid #000;
                color: #90928c;
                font: bold 7pt Tahoma;
                padding: 7px 5px 0px 5px;
                margin: 0px 0px 5px 0px;
            }

            .area_input {
                background: #e1d2e5;
                width: 205px;
                height: 52px;
                border: 1px solid #000;
                color: #90928c;
                font: bold 7pt Tahoma;
                padding: 5px;
            }

            .button_input {
                width: 104px;
                height: 22px;
                background: url(../images/input_button.gif);
                border: none;
                color: #fff;
                font: bold 7pt Tahoma;
                margin: 5px 0px 0px 111px;
            }

/* Footer */

            p.footer {
                margin: 10px 0px 0px 0px;
                text-align: center;
                color: #212020;
                font-weight: bold;
            }

            p.footer a, p.footer a:link, p.footer a:visited, p.footer a:active, p.footer a:hover {
                color: #6c1f7f;
                text-decoration: underline;
            }

/* Overig */

            .trek {
                clear: both;
                width: 600px;
                height: 1px;
            }

            .image_3 {
                margin: 20px 0px 0px 0px;
            }

            fieldset {
                margin: 0;
                padding: 0;
                border: none;
            }