/* 
-----------------------------------------------
text properties
----------------------------------------------- 
*/


h1 {
    margin-top: 0px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #e2007a;
}

h2 {
    font-size: 14px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    margin-top: 14px;
    margin-bottom: 14px;
}

h3 {
    font-size: 14px;
    font-weight: bold;
    margin-top : px;
    margin-bottom: 10px;
}
f
.hr {
    margin: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
    height: 1px;
    line-height: 0px;
    font-size: 0px;
    background-color: #999999;
}

p {
    margin-top: 8px;
    margin-bottom: 8px;
}

small {
    font-size: 10px;
}

.dialog table.table_window td {
    border: 0px;
}

input {
    font-family: Arial, sans-serif;
    font-size: 12px;
    float: left;
}

select {
    font-family: Arial, sans-serif;
    font-size: 12px;
    height: 16px;
    float: left;
}

/* 
-----------------------------------------------
content layout
----------------------------------------------- 
*/

body, html {
    width: 100%;
    height: 100%;
    border: 0px;
    margin: 0px;
    padding: 0px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
}

.site_holder {
    position: relative;
    left: 50%;
    margin: 0px;
    margin-left: -489px;
    width: 978px;
}

.header {
    display: block;
    margin: 0px;
    margin-top: 15px;
    border: 0px;
}

.menu_holder {
    float: left;
    margin: 3px;
    padding: 2px;
    margin-top: 5px;
}
    .menu_holder .empty_menu {
        display: none !important;
    }

    .menu_holder .menu {
        padding: 0px;
        margin: 0px;
        list-style-image: none;
        list-style-position: outside;
        list-style-type: none;
    }

        .menu_holder .menu li {
            display: inline;
            float: left;
            margin: 0px;
            padding: 0px;
            margin-left: 30px;
        }

            .menu_holder .menu ul {
                position: absolute;
                margin: 0px;
                padding: 0px;
                width: 180px;
                left: -2000px;
                padding-top: 29px;
                padding-bottom: 9px;
                z-index: 2;
                margin-left: -8px;
                background-image: url(/image/bg_bottom_menu.gif);
                background-repeat: no-repeat;
                background-position: bottom right;
            }

            .menu_holder .menu li:hover ul,  .menu_holder .menu .sfHover ul {
                left: auto;
            }

            .menu_holder .menu li ul li {
                margin: 0px;
                padding: 0px;
                background-color: #B2CA00;
            }

                .menu_holder .menu li ul li a {
                    display: block;
                    width: 172px;
                    color: #FFFFFF;
                    padding-left: 8px;
                    padding-top: 2px;
                    height: 16px;
                    margin-bottom: 5px;
                    font-weight: normal;
                }

                .menu_holder .menu ul li a:hover {
                    background-color: #FFFFFF;
                    background-image: url(/image/bg_menu_pink.gif);
                    background-repeat: no-repeat;
                    background-position: top right;
                    color: #B2CB00;
                }

            .menu_holder .menu a {
                font-family: Arial, sans-serif;
                text-decoration: none;
                color: #000000;
                font-size: 14px;
                font-weight: bold;
            }

        .menu_holder .submenu {
            float: left;
            background-image: none !important;
            margin: 0px !important;
            padding: 0px !important;
            left: auto !important;
            position: static !important;
        }

            .menu_holder .submenu li {
                margin: 0px;
                padding: 0px;
            }

            .menu_holder .submenu a {
                display: block;
                padding: 0px;
                margin: 0px;
                margin-left: 20px;
                margin-right: 10px;
                font-size: 12px;
                color: #FFFFFF;
                width: 140px !important;
            }

            .menu_holder .submenu a:hover {
                background-image: none !important;
            }


.search_form {
    display: inline;
    width: 300px;
    height: 1px;
    float: right;
}

.search_submit {
    float: right;
    padding-top: 5px;
    width: 91px;
    height: 19px;
    margin-right: 7px;
}
.search_input {
    background-image: url(/image/search_box_pink.gif);
    padding-top: 5px;
    padding-left: 6px;
    width: 179px;
    height: 13px;
    border: 0px;
    font-size: 9px;
    font-family: Arial, sans-serif;
    float: right;
    margin-top: 4px;
    margin-right: 16px;
}

.content_header {
    float: left;
    display: block;
    margin: 0px;
    margin-top: 4px;
}

.content_footer {
    display: block;
    float: left;
}

.menu2 {
    float: right;
    margin-right: 15px;
    margin-bottom: 20px;
    margin-top: 10px;
}

    .menu2 a {
        margin-left: 5px;
        margin-right: 5px;
        text-decoration: none;
        color: #000000;
    }

.content_holder {
    padding: 0px;
    padding-top: 5px;
    padding-bottom: 30px;
    border: 0px;
    border-left: 2px solid #b2ca00;
    border-right: 2px solid #b2ca00;
    float: left;
    width: 974px;
}

    .content_holder a {
        color: #000000;
    }

    .content_holder table {
        margin-bottom: 10px;
    }

    .content_holder table th {
        text-align: center;
        font-weight: bold;
        font-family: Arial, sans-serif;
        font-size: 14px;
        background-color: #B2CA00;
        padding: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .content_holder table td {
        text-align: center;
        font-weight: bold;
        font-family: Arial, sans-serif;
        font-size: 14px;
        line-height: 15px;
        padding: 10px;
        border: 1px solid #B2CA00;
    }

    .content_holder .content_1, .content_holder .content_2, .content_holder .content_3, 
    .content_holder .content_4, .content_holder .content_5, .content_holder .content_2a,
    .content_1a, .content_2b, .content_1b, .content_1c, .content_4a, .content_5b, .content_1d, .content_1e,
    .content2c, .content4b, .content_1f {
        margin: 0px;
        float: left;
        display: inline;
    }

    .content_holder .content_top {
        height: 25px;
        margin-left: 28px;
    }

    .content_holder .content_1 {
        width: 200px;
        margin-left: 28px;
    }

    .content_holder .content_1a {
        width: 409px;
        margin-left: 28px;
    }

    .content_holder .content_1b {
        width: 189px;
        margin-left: 28px;
    }

    .content_holder .content_1c {
        width: 191px;
        margin-left: 28px;
    }

    .content_holder .content_1d {
        float: left;
        width: 222px;
        margin-left: 28px;
    }

    .content_holder .content_1e {
        float: left;
        width: 732px;
        margin-left: 20px;
    }

    .content_holder .content_1f {
        float: left;
        width: 221px;
        margin-left: 28px;
    }

    .content_holder .content_2 {
        width: 494px;
        margin-left: 25px;
    }

    .content_holder .content_2a {
        width: 700px;
        margin-left: 25px;
    }

    .content_holder .content_2b {
        width: 289px;
        margin-left: 25px;
    }

    .content_holder .content_3 {
        width: 183px;
        margin-left: 25px;
    }

    .content_holder .content_4 {
        width: 184px;
        margin-left: 25px;
        margin-top: 20px;
    }

    .content_holder .content_4a {
        width: 184px;
        margin-left: 25px;
        margin-top: 0px;
    }

    .content_holder .content_5 {
        float: right;
        width: 495px;
        margin-left: 25px;
        margin-top: 29px;
        margin-right: 16px;

    }

    .content_holder .content_5a {
        width: 495px;
        margin-left: 25px;
        margin-top: 20px;
    }

    .content_holder .spacer {
        clear: both;
        height: 28px;
        width: auto;
    }

/* 
-----------------------------------------------
mod portfolio
----------------------------------------------- 
*/

.mod_portfolio {
    overflow: hidden;
}

.mod_portfolio .portfolio_bg_spacer {
    float: left;
    width: 725px;
    border-left: 3px solid #B2CA00;
    border-right: 3px solid #B2CA00;
}

.mod_portfolio .portfolio_bg_top {
    background-image: url(/image/bg_mod_portfolio_top.gif);
    width: 731px;
    height: 25px;
    float: left;
}

.mod_portfolio .portfolio_bg_bottom {
    background-image: url(/image/bg_mod_portfolio_bottom.gif);
    float: left;
    width: 731px;
    height: 25px;
}

.mod_portfolio table td {
    border: 0px;
    width: 160px;
    height: 140px;
    text-align: center;
    vertical-align: middle;
    padding-left: 9px;
}

/* 
-----------------------------------------------
mod faq
----------------------------------------------- 
*/

.mod_faq_container {
    margin-top: -10px;
}

    .mod_faq_container h2 {
        margin-top: 14px;
    }

    .mod_faq_container img {
        float: left;
        margin-top: 3px;
    }

    .mod_faq_container a {
        display: block;
        text-decoration: none;
        color: #000000;
        float: left;
        margin-left: 10px;
        margin-bottom: 5px;
        width: 380px;
    }

        .mod_faq_container .answer a {
            float: none;
            display: inline;
            width: auto;
            margin: 0px;
            color: #E1007A
        }

    .mod_faq_container .anchor {
        width: 0px;
        height: 1px;
        margin: 0px;
    }

    .mod_faq_container .top {
        float: right;
        width: 30px;
        color: #E1007A;
    }

    .mod_faq_container span {
        display: block;
        float: left;
        width: 380px;
    }

    .mod_faq_container .question {
        margin-left: 5px;
    }

    .mod_faq_container .answer {
        margin-left: 15px;
        margin-top: 10px;
        margin-bottom: 5px;
    }

/* 
-----------------------------------------------
mod sitemap
----------------------------------------------- 
*/

.mod_sitemap {
    float: left;
    margin-top: 5px;
}

.mod_sitemap a {
    text-decoration: underline;
    color: #000000;
    display: block;
}

    .mod_sitemap .mod_sitemap_level_1 {
        margin-left: 40px;
    }

    .mod_sitemap .mod_sitemap_level_2 {
        margin-left: 80px;
    }

/* 
-----------------------------------------------
mod contactblock
----------------------------------------------- 
*/

.mod_contactblock {
    width: 192px;
}

    .mod_contactblock img {
        float: left;
        margin-bottom: 3px;
    }

/* 
-----------------------------------------------
mod search
----------------------------------------------- 
*/

.mod_search {
    margin: 25px;
}

    .mod_search p {
        padding-bottom: 5px;
        border-bottom: 1px solid #999999;
    }

    .mod_search a {
        text-decoration: none;
        font-weight: bold;
        color: #000000;
    }

/* 
-----------------------------------------------
mod menu
----------------------------------------------- 
*/

.mod_menu_container {
    margin-bottom: -8px;
}


    .mod_menu_container img {
        float: left;
        margin-bottom: 8px;
    }

    .mod_menu_container .last {
        margin-top: 1px;
        margin-bottom: 0px;
    }

/* 
-----------------------------------------------
mod breadcrumbs
----------------------------------------------- 
*/

.breadcrumbs {
    color: #e2007a;
    font-weight: bold;
}

.breadcrumbs a {
    text-decoration: none;
    color: #e2007a;
}

/* 
-----------------------------------------------
mod slideshow
----------------------------------------------- 
*/

.mod_slideshow {
    position: relative;
    width: 494px;
    height: 286px;
    background-image: url(/image/bg_slideshow.gif);
}

.mod_slideshow div {
    position: absolute;
    top: 8px;
    left: 4px;
    width: 486px;
    height: 272px;
    z-index: 1;
}

    .mod_slideshow div h1 {
        position: absolute;
        top: 10px;
        left: 15px;
        height: 20px;
    }

    .mod_slideshow div span {
        position: absolute;
        display: block;
        font-size: 12px;
    }

/* 
-----------------------------------------------
mod custom form
----------------------------------------------- 
*/

.mod_customform {
    width: 409px;
    height: 461px;
    background-image: url(/image/bg_form.gif);
    background-position: left top:
    background-repeat: no-repeat;
    font-family: Arial, sans-serif;
    font-size: 13px;
    padding-top: 20px;
}

    .mod_customform label {
        float: left;
        width: 110px;
        margin-left: 20px;
        margin-bottom: 5px;
    }

    .mod_customform input, .mod_customform select, .mod_customform textarea {
        float: left;
        border: 0px;
        width: 260px;
        margin-bottom: 5px;
    }

    .mod_customform select {
        margin-bottom: 4px;
    }

    .mod_customform .submit {
        border: 1px solid #000000;
        background-color: #E2007A;
        width: 70px;
        margin-left: 110px;
        height: 20px;
        float: left;
    }

    .mod_customform .reset {
        border: 1px solid #000000;
        width: 70px;
        height: 20px;
        float: right;
        margin-right: 39px;
    }

    .mod_customform br {
        clear: both;
    }


/* 
-----------------------------------------------
mod otmis login
----------------------------------------------- 
*/

.mod_otmislogin {
    display: inline;
    float: left;
    width: 188px;
    height: 134px;
    background-image: url(/image/bg_otmislogin.gif);
    position: relative;
}

    .mod_otmislogin .form {
        display: inline;
        float: left;
        margin-left: 15px;
        margin-top: 40px;
        height: 50px;
    }

    .mod_otmislogin .form form {
        margin: 0px;
    }

    .mod_otmislogin a {
        color: #000000;
        text-decoration: none;
    }

    .mod_otmislogin .button_demo {
        float: left;
        position: absolute;
        height: 50px;
        width: 50px;
        left: 132px;
        top: 0px;
        display: block;
    }

    .mod_otmislogin .buttons {
        display: inline;
        float: left;
        font-family: Arial, sans-serif;
        font-size: 12px;
        font-weight: bold;
        margin-top: 5px;
        margin-left: 100px;
    }

        .mod_otmislogin .buttons img {
            margin-left: 5px;
            margin-bottom: -3px;
        }

        .mod_otmislogin .buttons span {
            color: #FFFFFF;
            margin-left: 5px;
            margin-right: 5px;
        }

    .mod_otmislogin input {
        width: 75px;
        border: 0px;
    }

    .mod_otmislogin label {
        display: block;
        float: left;
        width: 80px;
        margin-bottom: 8px;
    }

/*
-----------------------------------------------
mod mijn bewaking
----------------------------------------------- 
*/

.mod_bewakinglogin {
    display: inline;
    float: left;
    width: 188px;
    height: 155px;
    background-image: url(/image/bg_mijn_bewaking.gif);
    position: relative;
}

    .mod_bewakinglogin {
        display: inline;
        float: left;
        margin-left: 15px;
        margin-top: 40px;
        height: 50px;
    }

    .mod_bewakinglogin .form form {
        margin: 0px;
    }

    .mod_bewakinglogin a {
        color: #000000;
        text-decoration: none;
    }


    .mod_bewakinglogin .buttons {
        display: inline;
        float: left;
        font-family: Arial, sans-serif;
        font-size: 12px;
        font-weight: bold;
        margin-top: 5px;
        margin-left: 100px;
    }

        .mod_bewakinglogin .buttons img {
            margin-left: 5px;
            margin-bottom: -3px;
        }

        .mod_bewakinglogin .buttons span {
            color: #FFFFFF;
            margin-left: 5px;
            margin-right: 5px;
        }

    .mod_bewakinglogin input {
        width: 75px;
        border: 0px;
    }

    .mod_bewakinglogin label {
        display: block;
        float: left;
        width: 80px;
        margin-bottom: 8px;
    }


/* 
-----------------------------------------------
mod webshop banner
----------------------------------------------- 
*/

.mod_webshopbanner {
    float: left;
    display: inline;
    background-image: url(/image/bg_webshopbanner.gif);
    width: 495px;
    height: 165px;
}

    .mod_webshopbanner h1 {
        float: left;
        display: inline;
        margin: 0px;
        margin-top: 17px;
        margin-left: 17px;
    }

    .mod_webshopbanner div {
        float: left;
        width: 300px;
        margin-top: 40px;
        margin-left: 30px;
    }

    .mod_webshopbanner img {
        float: left;
        display: inline;
        border: 0px;
        margin-right: 10px;
        margin-top: 50px;
    }

    .mod_webshopbanner .first {
        margin-left: 150px;
    }

/* 
-----------------------------------------------
mod nieuws
----------------------------------------------- 
*/

.mod_news a {
    color: #000000;
}

/* 
-----------------------------------------------
mod chat
----------------------------------------------- 
*/

.mod_chat {
    width: 409px;
    height: 480px;
    background-image: url(/image/bg_form.gif);
    background-position: left top:
    background-repeat: no-repeat;
    font-family: Arial, sans-serif;
    font-size: 13px;
}

    .mod_chat .dialog {
        background-color: #FFFFFF;
        margin-left: 25px;
        margin-top: 10px;
        width: 340px;
        height: 285px;
        overflow: auto;
        padding: 10px;
        padding-top: 5px;
        font-family: Arial, sans-serif;
        font-size: 12px;
    }

        .mod_chat .dialog div {
            background-color: #999999;
            margin-bottom: 5px;
            margin-top: 5px;
            padding-left: 5px;
            padding-top: 2px;
            color: #FFFFFF;
            font-weight: bold;
        }

    .mod_chat form {
        display: inline;
        float: left;
        margin-left: 25px;
        margin-top: 290px;
    }

    .mod_chat textarea {
        float: left;
        display: inline;
        border: 0px;
        width: 240px;
        height: 70px;
        padding: 10px;
        margin: 0px;
        font-family: Arial, sans-serif;
        font-size: 12px;
    }

    .mod_chat input {
        float: left;
        margin-left: 10px;
        width: ; 90px;
        height: 90px;
    }

    .mod_chat .adviseurs {
        float: left;
        display: inline;
        width: 340px;
        height: 25px;
        margin-left: 20px;
        margin-top: 20px;
    }

        .mod_chat .adviseurs div {
            float: left;
            display: inline;
            margin-left: 5px;
        }

/* 
-----------------------------------------------
mod mailafriend
----------------------------------------------- 
*/

.mod_mailafriend {
    width: 409px;
    height: 461px;
    background-image: url(/image/bg_form.gif);
    background-position: left top:
    background-repeat: no-repeat;
    font-family: Arial, sans-serif;
    font-size: 13px;
    padding-top: 20px;
}

    .mod_mailafriend p {
        margin-left: 30px;
        width: 349px;
    }

    .mod_mailafriend h1 {
        margin-left: 30px;
    }

    .mod_mailafriend h3 {
        margin-left: 30px;
    }

    .mod_mailafriend label {
        float: left;
        width: 80px;
        margin-left: 0px;
        margin-bottom: 5px;
    }

    .mod_mailafriend input, .mod_mailafriend textarea  {
        float: left;
        border: 0px;
        width: 260px;
        margin-bottom: 5px;
    }

    .mod_mailafriend .submit {
        border: 1px solid #000000;
        background-color: #E2007A;
        width: 70px;
        margin-left: 80px;
        height: 20px;
        float: right;
    }

    .mod_mailafriend br {
        clear: both;
    }

/* 
-----------------------------------------------
mod newsbriefsubscribe
----------------------------------------------- 
*/

.mod_newsbriefsubscribe {
    width: 409px;
    height: 461px;
    background-image: url(/image/bg_form.gif);
    background-position: left top:
    background-repeat: no-repeat;
    font-family: Arial, sans-serif;
    font-size: 13px;
    padding-top: 20px;
}

    .mod_newsbriefsubscribe p {
        margin-left: 30px;
        width: 349px;
        clear: both;
    }

    .mod_newsbriefsubscribe h1 {
        margin-left: 30px;
    }

    .mod_newsbriefsubscribe h3 {
        margin-left: 30px;
    }

    .mod_newsbriefsubscribe label {
        float: left;
        width: 80px;
        margin-left: 0px;
        margin-bottom: 5px;
    }

    .mod_newsbriefsubscribe input, .mod_newsbriefsubscribe textarea, .mod_newsbriefsubscribe select {
        float: left;
        border: 0px;
        width: 260px;
        margin-bottom: 5px;
    }

    .mod_newsbriefsubscribe .mod_nb_text_input_day{
        width: 20px;
        margin-right: 5px;
    }

    .mod_newsbriefsubscribe .mod_nb_text_input_year{
        width: 40px;
        margin-right: 5px;
    }

    .mod_newsbriefsubscribe .radio {
        width: 15px;
        margin-top: 0px;
        margin-right: 10px;
    }

    .mod_newsbriefsubscribe .submit {
        border: 1px solid #000000;
        background-color: #E2007A;
        width: 70px;
        margin-left: 80px;
        height: 20px;
        float: right;
    }

    .mod_newsbriefsubscribe br {
        clear: both;
    }

    .mod_newsbriefsubscribe table {
        margin-left: 30px;
        margin-top: 10px;
        float: left;
        display: inline;
    }

    .mod_newsbriefsubscribe table td {
        text-align: left;
        padding: 0px;
        font-weight: normal;
        font-size: 13px;
    }

    .mod_newsbriefsubscribe table .mpRadioButtonInput input {
        width: auto;
    }

    .mpRadioButtonTable {
        margin: 0px !important;
    }

/* 
-----------------------------------------------
mod registration
----------------------------------------------- 
*/

.mod_registration {
    background-image: url(/image/bg_registration.gif);
    width: 697px;
    height: 473px;
}

    .mod_registration .steps {
        overflow: visible;
        float: left;
        margin-left: 370px;
        margin-top: 15px;
        display: inline;
    }

    .mod_registration .steps a {
        text-decoration: none;
    }

    .mod_registration .steps span {
        background-image: url(/image/step_unselected.gif);
        width: 16px;
        height: 16px;
        display: block;
        float: left;
        text-align: center;
        margin-left: 5px;
        border: 0px;
        color: #000000;
        cursor: pointer;
    }

    .mod_registration .steps .selected {
        background-image: url(/image/step_selected.gif);
        background-position: top left;
        height: 18px;
        width: 19px;
        margin-top: 0px;
        color: #FFFFFF;
        font-weight: bold;
        padding-top: 1px;
    }

    .mod_registration h1 {
        float: left;
        margin-top: 15px;
        margin-left: 20px;
        display: inline;
    }

    .mod_registration .content_scroller {
        position: relative;
        float: left;
        margin-left: 20px;
        margin-top: 20px;
        width: 500px;
        height: 390px;
        overflow: auto;
        padding-right: 175px;
        display: inline;
    }

    .mod_registration .content {
        float: left;
        width: 460px;
    }

    .mod_registration .nav {
        float: left;
        width: 462px;
        margin-top: 20px;
        display: inline;
    }

        .mod_registration .nav img {
            float: right;
            margin-left: 25px;
            border: 0px;
        }

        .mod_registration .nav .button_vorige {
            float: left; 
            margin-left: 0px;
        }   

        .mod_registration .nav .button_ideal {
            float: right;
            margin-left: 25px;
            border: 0px;
            width: 124px;
            height: 26px;
        }

        .mod_registration .nav .button_naarboven {
            cursor: pointer;
        }

    .mod_registration p {
        clear: both;
        margin-bottom: 15px;
        margin-top: 0px;
    }

    .mod_registration label{
        display: block;
        width: 210px;
        float: left;
        margin-bottom: 5px;
    }

    .mod_registration .label_small{
        width: 50px;
    }

    .mod_registration select {
        width: 247px;
        margin-bottom: 5px;
        border: 1px solid #000000;
    }

    .mod_registration .select_small {
        width: 121px;
    }

    .mod_registration .input_text {
        width: 245px;
        margin-bottom: 5px;
        border: 1px solid #000000;
    }

    .mod_registration .input_text_small_1 {
        width: 77px;
        margin-bottom: 5px;
        margin-right: 5px;
        border: 1px solid #000000;
    }

    .mod_registration .input_text_small_2 {
        width: 119px;
        margin-bottom: 5px;
        margin-right: 5px;
        border: 1px solid #000000;
    }

    .mod_registration .input_radio {
        float: left;
        margin-right: 5px;
        margin-top: 0px;
    }

    .mod_registration .input_checkbox {
        margin-top: 0px;
    }

    .mod_registration .input_textarea {
        border:1px solid #000000;
        height:80px;
        width:458px;
    }

    .mod_registration .file {
        position: relative;
        margin-bottom: 5px;
        z-index: 2;
        height: 20px;
        float: right;
        opacity: 0;
        filter:alpha(opacity=0);
    }

    .mod_registration .fakefile {
        position: absolute;
    }

        .mod_registration .fakefile input {
            float: left;
            width: 192px;
            border: 1px solid #000000;
            margin-right: 5px;
        }

        .mod_registration .fakefile img {
            float: left;
        }


    .mod_registration .bar {
    }

    /* 
    -----------------------------------------------
    step1
    ----------------------------------------------- 
    */

    .mod_registration .step1 {
        position: relative;
        padding: 0px;
        margin: 0px;
    }

    .mod_registration .step1 #logo_holder {
        position: relative;
    }

    .mod_registration .step1 #woordmerk_holder {
        position: relative;
    }

    .mod_registration .step1 .fakefile {
        left: 210px;
    }

    .mod_registration .step1 iframe {
        visibility: hidden;
        width: 1px;
        height: 1px;
    }

    /* 
    -----------------------------------------------
    step2
    ----------------------------------------------- 
    */

    .mod_registration .step2 .classes {
        background-color: #B2CB00;
        display: block;
        float: left;
        margin-bottom: 10px;
        padding: 5px;
        overflow: hidden;
        border: 1px #999999 solid;
        width: 448px;
    }

        .mod_registration_more {
            margin-left: 25px;
            margin-top: 25px;
            margin-right: 25px;
            margin-bottom: 25px;
        }

        .mod_registration .step2 .nicclai,  .mod_registration .step2 .gstermo{
            display: block;
            float: left;
        }

        .mod_registration .step2 .classes a {
            margin-left: 350px;
        }

        .mod_registration .step2 .gstermo {
            margin-left: 10px;
            width: 400px;
        }

        .mod_registration .step2 .input_text {
            margin-right: 10px;
        }

        .mod_registration .step2 .search_button {
            cursor: pointer;
            margin-top: -4px;
        }

        .mod_registration .step2 .reset_button {
            cursor: pointer;
            margin-left: 257px;
        }

        .mod_registration .step2 .subclasses {
            display: inline;
            float: left;
            background-color: #FFFFFF;
            margin-left: 30px;
            margin-top: 10px;
            margin-bottom: 10px;
            padding: 5px;
            overflow: hidden;
            border: 1px #999999 solid;
            width: 355px;
        }


        .mod_registration .step2 .subclasses .id, .mod_registration .step2 .subclasses .nicetext {
            float: left;
        }

        .mod_registration .step2 .subclasses .id {
            margin-right: 10px;
        }

        .mod_registration .step2 .subclasses .nicetext {
            width: 300px;
        }

    /* 
    -----------------------------------------------
    step3
    ----------------------------------------------- 
    */

    .mod_registration .step3 label {
        width: 430px;
    }

    .mod_registration .step3 p {
        width: 460px;
    }

    /* 
    -----------------------------------------------
    step4
    ----------------------------------------------- 
    */
        
    .mod_registration .step4 {
        width: 490px;
    }

    .mod_registration .step4 #show_factuur {
        margin-top: 0px;
        margin-right: 10px;
        float: left;
    }

    .mod_registration .step4 .ajax_loader {
        margin-top: -5px;
        float: left;
        visibility: hidden;
    }

    .mod_registration .step4 .ajax_loader_2 {
        float: left;
        margin-top: -5px;
        visibility: hidden;
    }

    .mod_registration .step4 br {
        clear: both;
    }

    /* 
    -----------------------------------------------
    step5
    ----------------------------------------------- 
    */

    .mod_registration .step5, .step5_data {
        width: 460px;
    }

    .step5_print {
        margin-top: 20px;
        margin-left: 20px;
        margin-bottom: 20px;
    }

    .step5_data .prices .totaal {
        font-weight: bold;
        margin-top: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: #cccccc;
        width: 460px;
        float: left;
    }

    .step5_data label{
        width: 297px;
        float: left;
        display: block;
    }

    .step5_data span {
        width:  160px;
        float: left;    
    }

    .step5_data .prices label{
        width: 300px;
        margin: 0px;
    }

    .step5_data .logo {
        margin-bottom: 5px;
    }

    .step5_data .hr {
        width: 460px;
        float: left;
    }

    .mod_registration .step5 .status {
        padding: 5px;
        background-color: #FFF09E;
        border: 1px solid #FF0000;
        margin-bottom: 10px;
        color: #FF0000;
    }

    .mod_registration .step5 a {
        font-weight: bold;
        float: right;
        text-decoration: none;
        color: #B2CB00;
    }

    .mod_registration .step5 .status a {
        color: #FF0000;
        font-weight: bold;
        float: none;
    }

    /* 
    -----------------------------------------------
    step6
    ----------------------------------------------- 
    */

    .mod_registration .step6 .status {
        padding: 5px;
        background-color: #FFF09E;
        border: 1px solid #FF0000;
        margin-bottom: 10px;
        color: #FF0000;
    }

    .mod_registration .step6 .input_checkbox {
        margin-right: 5px;
    }

    .mod_registration .step6 .input_radio {

    }

    .mod_registration .step6 .status a {
        color: #FF0000;
        font-weight: bold;
    }

    .mod_registration .step6 label {
        width: 300px;
    }

/* 
-----------------------------------------------
mod watching
----------------------------------------------- 
*/

.mod_watching {
    background-image: url(/image/bg_registration.gif);
    width: 697px;
    height: 473px;
}

    .mod_watching .steps {
        overflow: visible;
        float: left;
        margin-left: 370px;
        margin-top: 15px;
        display: inline;
    }

    .mod_watching .steps a {
        text-decoration: none;
    }

    .mod_watching .steps span {
        background-image: url(/image/step_unselected.gif);
        width: 16px;
        height: 16px;
        display: block;
        float: left;
        text-align: center;
        margin-left: 5px;
        border: 0px;
        color: #000000;
        cursor: pointer;
    }

    .mod_watching .steps .selected {
        background-image: url(/image/step_selected.gif);
        background-position: top left;
        height: 18px;
        width: 19px;
        margin-top: 0px;
        color: #FFFFFF;
        font-weight: bold;
        padding-top: 1px;
    }

    .mod_watching h1 {
        float: left;
        margin-top: 15px;
        margin-left: 20px;
        display: inline;
    }

    .mod_watching .content_scroller {
        position: relative;
        float: left;
        margin-left: 20px;
        margin-top: 20px;
        width: 500px;
        height: 390px;
        overflow: auto;
        padding-right: 175px;
        display: inline;
    }

    .mod_watching .content {
        float: left;
        width: 495px;
    }

    .mod_watching .nav {
        float: left;
        width: 462px;
        margin-top: 20px;
        display: inline;
    }

        .mod_watching .nav img {
            float: right;
            margin-left: 25px;
            border: 0px;
        }

        .mod_watching .nav .button_vorige {
            float: left; 
            margin-left: 0px;
        }

        .mod_watching .nav .button_ideal {
            float: right;
            margin-left: 25px;
            border: 0px;
            width: 124px;
            height: 26px;
        }

        .mod_watching .nav .button_naarboven {
            cursor: pointer;
        }

    .mod_watching p {
        clear: both;
        margin-bottom: 15px;
        margin-top: 0px;
    }

    .mod_watching label{
        display: block;
        width: 210px;
        float: left;
        margin-bottom: 5px;
    }

    .mod_watching .label_small{
        width: 50px;
    }

    .mod_watching select {
        width: 247px;
        margin-bottom: 5px;
        border: 1px solid #000000;
    }

    .mod_watching .select_small {
        width: 121px;
    }

    .mod_watching .input_text {
        width: 245px;
        margin-bottom: 5px;
        border: 1px solid #000000;
    }

    .mod_watching .input_text_small_1 {
        width: 77px;
        margin-bottom: 5px;
        margin-right: 5px;
        border: 1px solid #000000;
    }

    .mod_watching .input_text_small_2 {
        width: 119px;
        margin-bottom: 5px;
        margin-right: 5px;
        border: 1px solid #000000;
    }

    .mod_watching .input_radio {
        float: left;
        margin-right: 5px;
        margin-top: 0px;
    }

    .mod_watching .input_checkbox {
        margin-top: 0px;
    }

    .mod_watching .file {
        position: relative;
        margin-bottom: 5px;
        z-index: 2;
        height: 20px;
        float: right;
        opacity: 0;
        filter:alpha(opacity=0);
    }

    .mod_watching .fakefile {
        position: absolute;
    }

        .mod_watching .fakefile input {
            float: left;
            width: 192px;
            border: 1px solid #000000;
            margin-right: 5px;
        }

        .mod_watching .fakefile img {
            float: left;
        }


    .mod_watching .bar {
    }

    /* 
    -----------------------------------------------
    step1
    ----------------------------------------------- 
    */

    .mod_watching .step1 {
        position: relative;
        padding: 0px;
        margin: 0px;
    }

    .mod_watching .step1 #logo_holder {
        position: relative;
    }

    .mod_watching .step1 #woordmerk_holder {
        position: relative;
    }

    .mod_watching .step1 .fakefile {
        left: 210px;
    }

    .mod_watching .step1 iframe {
        visibility: hidden;
        width: 1px;
        height: 1px;
    }

    /* 
    -----------------------------------------------
    step2
    ----------------------------------------------- 
    */

    .mod_watching .step2 .prices label {
        width: 220px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .mod_watching .step2 .prices span {
        float: left;
        width: 90px;
    }

    .mod_watching .step2 .prices input {
        margin-top: 0px;
    }

    /* 
    -----------------------------------------------
    step3
    ----------------------------------------------- 
    */

    .mod_watching .step3 {
        width: 490px;
    }

    .mod_watching .step3 #show_factuur {
        margin-top: 0px;
        margin-right: 10px;
        float: left;
    }

    .mod_watching .step3 .ajax_loader {
        margin-top: -5px;
        float: left;
        visibility: hidden;
    }

    .mod_watching .step3 .ajax_loader_2 {
        float: left;
        margin-top: -5px;
        visibility: hidden;
    }

    .mod_watching .step3 br {
        clear: both;
    }

    /* 
    -----------------------------------------------
    step4
    ----------------------------------------------- 
    */

    .mod_watching .step4, .step4_data {
        width: 460px;
    }

    .step4_print {
        margin-top: 20px;
        margin-left: 20px;
        margin-bottom: 20px;
    }

    .step4_data .prices .totaal {
        font-weight: bold;
        margin-top: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: #cccccc;
        width: 460px;
        float: left;
    }

    .step4_data label{
        width: 297px;
        float: left;
        display: block;
    }

    .step4_data span {
        width:  160px;
        float: left;    
    }

    .step4_data .prices label{
        width: 300px;
        margin: 0px;
    }

    .step4_data .logo {
        margin-bottom: 5px;
    }

    .step4_data .hr {
        width: 460px;
        float: left;
    }

    .mod_watching .step4 .status {
        padding: 5px;
        background-color: #FFF09E;
        border: 1px solid #FF0000;
        margin-bottom: 10px;
        color: #FF0000;
    }

    .mod_watching .step4 a {
        font-weight: bold;
        float: right;
        text-decoration: none;
        color: #B2CB00;
    }

    .mod_watching .step4 .status a {
        color: #FF0000;
        font-weight: bold;
        float: none;
    }

    /* 
    -----------------------------------------------
    step5
    ----------------------------------------------- 
    */

    .mod_watching .step5 .status {
        padding: 5px;
        background-color: #FFF09E;
        border: 1px solid #FF0000;
        margin-bottom: 10px;
        color: #FF0000;
    }

    .mod_watching .step5 .input_checkbox {
        margin-right: 5px;
    }

    .mod_watching .step5 .input_radio {

    }

    .mod_watching .step5 .status a {
        color: #FF0000;
        font-weight: bold;
    }

    .mod_watching .step5 label {
        width: 300px;
    }

/* 
-----------------------------------------------
mod research
----------------------------------------------- 
*/

.mod_research {
    background-image: url(/image/bg_registration.gif);
    width: 697px;
    height: 473px;
}

    .mod_research .steps {
        overflow: visible;
        float: left;
        margin-left: 370px;
        margin-top: 15px;
        display: inline;
    }

    .mod_research .steps a {
        text-decoration: none;
    }

    .mod_research .steps span {
        background-image: url(/image/step_unselected.gif);
        width: 16px;
        height: 16px;
        display: block;
        float: left;
        text-align: center;
        margin-left: 5px;
        border: 0px;
        color: #000000;
        cursor: pointer;
    }

    .mod_research .steps .selected {
        background-image: url(/image/step_selected.gif);
        background-position: top left;
        height: 18px;
        width: 19px;
        margin-top: 0px;
        color: #FFFFFF;
        font-weight: bold;
        padding-top: 1px;
    }

    .mod_research h1 {
        float: left;
        margin-top: 15px;
        margin-left: 20px;
        display: inline;
    }

    .mod_research .content_scroller {
        position: relative;
        float: left;
        margin-left: 20px;
        margin-top: 20px;
        width: 500px;
        height: 390px;
        overflow: auto;
        padding-right: 175px;
        display: inline;
    }

    .mod_research .content {
        float: left;
        width: 460px;
    }

    .mod_research .nav {
        float: left;
        width: 462px;
        margin-top: 20px;
        display: inline;
    }

        .mod_research .nav img {
            float: right;
            margin-left: 25px;
            border: 0px;
        }

        .mod_research .nav .button_vorige {
            float: left; 
            margin-left: 0px;
        } 

        .mod_research .nav .button_ideal {
            float: right;
            margin-left: 25px;
            border: 0px;
            width: 124px;
            height: 26px;
        }

        .mod_research .nav .button_naarboven {
            cursor: pointer;
        }

    .mod_research p {
        clear: both;
        margin-bottom: 15px;
        margin-top: 0px;
    }

    .mod_research label{
        display: block;
        width: 210px;
        float: left;
        margin-bottom: 5px;
    }

    .mod_research .label_small{
        width: 50px;
    }

    .mod_research select {
        width: 247px;
        margin-bottom: 5px;
        border: 1px solid #000000;
    }

    .mod_research .select_small {
        width: 121px;
    }

    .mod_research .input_text {
        width: 245px;
        margin-bottom: 5px;
        border: 1px solid #000000;
    }

    .mod_research .input_textarea {
        float: left;
        width: 245px;
        height: 80px;
        border: 1px solid #000000;
    }

    .mod_research .input_text_small_1 {
        width: 77px;
        margin-bottom: 5px;
        margin-right: 5px;
        border: 1px solid #000000;
    }

    .mod_research .input_text_small_2 {
        width: 119px;
        margin-bottom: 5px;
        margin-right: 5px;
        border: 1px solid #000000;
    }

    .mod_research .input_radio {
        float: left;
        margin-right: 5px;
        margin-top: 0px;
    }

    .mod_research .input_checkbox {
        margin-top: 0px;
    }

    .mod_research .file {
        position: relative;
        margin-bottom: 5px;
        z-index: 2;
        height: 20px;
        float: right;
        opacity: 0;
        filter:alpha(opacity=0);
    }

    .mod_research .fakefile {
        position: absolute;
    }

        .mod_research .fakefile input {
            float: left;
            width: 192px;
            border: 1px solid #000000;
            margin-right: 5px;
        }

        .mod_research .fakefile img {
            float: left;
        }


    .mod_research .bar {
    }

    /* 
    -----------------------------------------------
    step1
    ----------------------------------------------- 
    */

    .mod_research .step1 {
        position: relative;
        padding: 0px;
        margin: 0px;
    }

    .mod_research .step1 #logo_holder {
        position: relative;
    }

    .mod_research .step1 #woordmerk_holder {
        position: relative;
    }

    .mod_research .step1 .fakefile {
        left: 210px;
    }

    .mod_research .step1 iframe {
        visibility: hidden;
        width: 1px;
        height: 1px;
    }

    /* 
    -----------------------------------------------
    step2
    ----------------------------------------------- 
    */

    .mod_research .step2 {
        width: 490px;
    }

    .mod_research .step2 #show_factuur {
        margin-top: 0px;
        margin-right: 10px;
        float: left;
    }

    .mod_research .step2 .ajax_loader {
        margin-top: -5px;
        float: left;
        visibility: hidden;
    }

    .mod_research .step2 .ajax_loader_2 {
        float: left;
        margin-top: -5px;
        visibility: hidden;
    }

    .mod_research .step2 br {
        clear: both;
    }

    /* 
    -----------------------------------------------
    step3
    ----------------------------------------------- 
    */

    .mod_research .step3, .step3_data {
        width: 460px;
    }

    .step3_print {
        margin-top: 20px;
        margin-left: 20px;
        margin-bottom: 20px;
    }

    .step3_data .prices .totaal {
        font-weight: bold;
        margin-top: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: #cccccc;
        width: 460px;
        float: left;
    }

    .step3_data label{
        width: 297px;
        float: left;
        display: block;
    }

    .step3_data span {
        float: left;    
        width:  160px;
    }

    .step3_data .prices label{
        width: 300px;
        margin: 0px;
    }

    .step3_data .logo {
        margin-bottom: 5px;
    }

    .step3_data .hr {
        width: 460px;
        float: left;
    }

    .mod_research .step3 .status {
        padding: 5px;
        background-color: #FFF09E;
        border: 1px solid #FF0000;
        margin-bottom: 10px;
        color: #FF0000;
    }

    .mod_research .step3 a {
        font-weight: bold;
        float: right;
        text-decoration: none;
        color: #B2CB00;
    }

    .mod_research .step3 .status a {
        color: #FF0000;
        font-weight: bold;
        float: none;
    }

    /* 
    -----------------------------------------------
    step4
    ----------------------------------------------- 
    */

    .mod_research .step4 .status {
        padding: 5px;
        background-color: #FFF09E;
        border: 1px solid #FF0000;
        margin-bottom: 10px;
        color: #FF0000;
    }

    .mod_research .step4 .input_checkbox {
        margin-right: 5px;
    }

    .mod_research .step4 .input_radio {

    }

    .mod_research .step4 .status a {
        color: #FF0000;
        font-weight: bold;
    }

    .mod_research .step4 label {
        width: 300px;
    }

