/* reset */

*
{
    padding: 0px;
    margin: 0px;
    text-align: left;
    vertical-align: top;
    font-weight: normal;
    font-family: "Lucida Sans Unicode", "Lucida Sans", "arial", "Verdana";
    font-size: 11px;
    color: #555555;
    font-weight: normal;
    background-color: transparent;
    border: none;
    border-collapse: collapse;
}

/* basic */

p
{
    text-align: justify;
    line-height: 17px;
}
    p.inleiding
    {
        line-height: 25px;
        color: black;
        padding-bottom: 20px;
    }
    p a
    {
        text-decoration: underline;
    }
    p a:hover
    {
        color: maroon;
    }

a
{
    text-decoration: none;
    color: black;
}
    a:hover
    {
        text-decoration: underline;
    }
img.img-inline
{
    float: left;
    margin-right: 10px;
}
select, input, textarea
{
    background-color: #f8f8f8;
    border: 1px solid #999999;
    padding: 2px;
}
div.clearer
{
    padding: 0px;
    clear: both;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
}
h1
{
    font-weight: bold;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #223074;
    text-transform: uppercase;
}
h3
{
    color: black;
    font-weight: bold;
    background-image: url('../img/item.png');
    background-repeat: no-repeat;
    display: block;
    padding-left: 14px;
    background-position: 0px 4px;
    margin: 30px 20px 10px 20px;
}

strong, b
{
    font-weight: bold;
}

div.naar-boven
{
    display: block;
    margin: 20px;
    text-align: right;
    margin-bottom: 30px;
    margin-top: 10px;
}
    div.naar-boven a
    {
        background-image: url('../img/naarBoven.png');
        background-repeat: no-repeat;
        background-position: 0px 5px;
        padding-left: 13px;
        color: maroon;
    }

div.home-image-rij
{
    margin: 20px 20px 10px 20px;
    width: 500px;
}
    div.home-image-rij img
    {
        display: inline;
        height: 60px;
        width: 60px;
        margin-right: 10px;
        overflow: hidden;
    }
div.image-rij-groot
{
    margin: 40px 20px 50px 20px;
    width: 500px;
    height: 150px;
    overflow: hidden;
}
    div.image-rij-groot img
    {
        display: inline;
        height: 150px;
        width: 150px;
        margin-right: 20px;
        overflow: hidden;
    }
    
/* snelkeuze */
div.snelkeuze
{
    margin-left: 20px;
}
    div.snelkeuze h2
    {
        color: #ee0000;
        font-weight: bold;
        font-size: 13px;
        margin: 20px 20px 5px 20px;
    }
    div.snelkeuze select
    {
        display: block;
        margin-bottom: 5px;
        width: 200px;
    }
    div.snelkeuze select option
    {
        width: auto;
    }

a.terug-naar-overzicht
{
    display: block;
    margin-left: 20px;
    background-image: url('../img/btnTerug.jpg');
    background-repeat: no-repeat;
    color: white;
    height: 34px;
    width: 195px;
    font-weight: bold;
    overflow: hidden;
    text-align: center;
    line-height: 33px;
}
a.terug-naar-overzicht:hover
{
    color: #999999;
    text-decoration: none;
}

/* hierarchie */

body
{
    background-color: #d6d6d6;
    background-image: url('../img/bgBody.jpg');
    background-repeat: repeat-x;    
}
    div.wrapper
    {
        width: 840px;
        margin-left: auto;
        margin-right: auto;
    }
        div.header-wrapper
        {
            display: block;
            width: 840px;
            height: 317px;
            background-image: url('../img/bgHeader.jpg');
        }
          ul.header-quicklinks
          {
            float: right;
            padding-top: 60px;
            margin-right: 40px;
            list-style: none;
          }
            ul.header-quicklinks li
            {
              display: inline;
            }
              ul.header-quicklinks li a
              {
                border: 1px solid white;
                display: block;
                color: white;
                margin-left: 10px;
                float: right;
                height: 40px;
                font-weight: bold;
                padding-left: 20px;
                padding-right: 20px;
                padding-top: 10px;
                overflow: hidden;
                text-align: center;
                background-color: black;
                -moz-opacity:.40;
                filter:alpha(opacity=40);
                opacity:.40;
              }
              ul.header-quicklinks li a:hover
              {
                -moz-opacity:.70;
                filter:alpha(opacity:70);
                opacity:.70;
                text-decoration: none;
              }
        div.content-wrapper
        {
            background-image: url('../img/bgContentWrapper.png');
            background-repeat: repeat-y;
        }
            div.content
            {
                margin-left: 30px;
                margin-right: 30px;
            }

                /* hoofdmenu */
                ul.hoofdmenu
                {
                    list-style: none;
                    height: 53px;
                    background-image: url('../img/bgHoofdmenu.png');
                }
                    ul.hoofdmenu li
                    {
                        display: inline;
                    }
                        ul.hoofdmenu li a
                        {
                            color: white;
                            font-weight: bold;
                            text-transform: lowercase;
                            line-height: 27px;
                            border-right: 1px solid #999999;
                            height: 30px;
                            display: block;
                            float: left;
                            padding-right: 20px;
                            padding-left: 20px;
                        }
                        ul.hoofdmenu li a:hover, ul.hoofdmenu li a#selected
                        {
                            background-color: black;
                            background-image: url('../img/bgHoofdmenuSelected.jpg');
                            text-decoration: none;
                        }
                /* breadcrums */
                ul.breadcrums
                {
                    list-style: none;
                    margin-left: 260px;
                }
                    ul.breadcrums li
                    {
                        display: inline;
                    }
                        ul.breadcrums li a
                        {
                            color: #999999;
                            background-image: url('../img/breadcrum.png');
                            background-repeat: no-repeat;
                            background-position: 0px 4px;
                            padding-left: 10px;
                        }
                        ul.breadcrums li a:hover
                        {

                        }

                /* header */
                h1.right
                {
                    margin-left: 260px;
                }
                h1.left
                {
                    margin-left: 20px;
                    margin-top: 20px;
                }

                /* content */
                table.block-1
                {
                    width: 100%;
                    min-height: 346px;
                    /*
                    background-image: url('../img/bgBlock.jpg');
                    background-repeat: repeat-x;
                    background-position: 0px 100%;
                    background-color: #e1e1e1;
                    */
                    background-color: #eeeeee;
                }
                    table.block-1 tr
                    {

                    }
                        table.block-1 tr td
                        {

                        }
                        table.block-1 tr td.black
                        {
                            width: 240px;
                            background-color: black;
                            color: white;
                            background-repeat: no-repeat;
                            background-position: 0% 100%;
                            padding-bottom: 160px;
                        }
                            table.block-1 tr td.black h2
                            {
                                color: red;
                                font-weight: bold;
                                font-size: 13px;
                                margin: 20px 20px 8px 20px;
                            }
                            table.block-1 tr td.black p
                            {
                                margin: 0px 20px 10px 20px;
                                color: white;
                                text-align: justify;
                            }
                              table.block-1 tr td.black p strong
                              {
                                font-weight: bold;
                                color: white;
                              }
                            table.block-1 tr td.black a
                            {
                                color: white;
                            }
                            table.block-1 tr td.black a:hover
                            {
                                color: #aaaaaa;
                            }
                            
                            /* black - submenu */
                            table.block-1 tr td.black ul.submenu
                            {
                                margin-top: 20px;
                                margin-bottom: 30px;
                                list-style: none;
                            }
                                table.block-1 tr td.black ul.submenu li
                                {

                                }
                                    table.block-1 tr td.black ul.submenu li a
                                    {
                                        font-weight: bold;
                                        color: #aaaaaa;
                                        display: block;
                                        background-color: #222222;
                                        padding: 8px 10px 8px 34px;
                                        background-image: url('../img/itemGrey.png');
                                        background-repeat: no-repeat;
                                        background-position: 20px 13px;
                                    }
                                    table.block-1 tr td.black ul.submenu li a#selected
                                    {
                                        background-color: #eeeeee;
                                        color: black;
                                        background-image: url('../img/item.png');
                                    }
                                    table.block-1 tr td.black ul.submenu li a:hover
                                    {
                                        color: white;
                                        text-decoration: none;
                                        background-color: #333333;
                                    }

                        table.block-1 tr td.grey
                        {
                            background-repeat: no-repeat;
                            background-position: 100% 100%;
                            padding-bottom: 50px;
                        }
                            table.block-1 tr td.grey h2
                            {
                                color: maroon; /* #ee0000; */
                                font-weight: bold;
                                font-size: 13px;
                                margin: 20px 20px 5px 20px;
                            }
                            table.block-1 tr td.grey p
                            {
                                margin: 0px 20px 10px 20px;
                            }
                            table.block-1 tr td.grey ul
                            {
                                margin-top: 30px;
                                margin-left: 40px;
                                margin-bottom: 20px;
                                list-style-image: url('../img/item.png');
                            }
                                table.block-1 tr td.grey ul li
                                {
                                    padding-bottom: 2px;
                                }
                                    table.block-1 tr td.grey ul li div.li-kop
                                    {
                                        font-weight: bold;
                                        margin-bottom: 3px;
                                        color: black;
                                    }
                                    table.block-1 tr td.grey ul li div.li-body
                                    {
                                        color: #333333;
                                        margin-bottom: 20px;
                                        margin-right: 20px;
                                        text-align: justify;
                                        line-height: 17px;
                                    }
                                    table.block-1 tr td.grey ul li a
                                    {
                                        text-decoration: underline;
                                        color: #555555;
                                    }
                                    table.block-1 tr td.grey ul li a:hover
                                    {
                                        color: maroon;
                                    }


                table.block-2
                {
                    width: 100%;
                    min-height: 346px;
                    /*
                    background-image: url('../img/bgBlock.jpg');
                    background-repeat: repeat-x;
                    background-position: 0px 100%;
                    background-color: #e1e1e1;
                    */
                    background-color: #eeeeee;
                }
                    table.block-2 tr
                    {

                    }
                        table.block-2 tr td
                        {

                        }
                        table.block-2 tr td.grey
                        {
                            background-repeat: no-repeat;
                            background-position: 100% 100%;
                            padding-bottom: 30px;
                        }
                            table.block-2 tr td.grey h2
                            {
                                color: /* #ee0000; */ maroon;
                                font-weight: bold;
                                font-size: 13px;
                                margin: 20px 20px 5px 20px;
                            }
                            table.block-2 tr td.grey p
                            {
                                margin: 0px 20px 10px 20px;
                            }
                            table.block-2 tr td.grey ul
                            {
                                margin-top: 30px;
                                margin-left: 40px;
                                margin-right: 20px;
                                margin-bottom: 20px;
                                list-style-image: url('../img/item.png');
                            }
                                table.block-2 tr td.grey ul li
                                {
                                    padding-bottom: 2px;
                                    text-align: justify;
                                }
                                    table.block-2 tr td.grey ul li div.li-kop
                                    {
                                        font-weight: bold;
                                        margin-bottom: 3px;
                                        color: black;
                                    }
                                    table.block-2 tr td.grey ul li div.li-body
                                    {
                                        color: #333333;
                                        margin-bottom: 20px;
                                        margin-right: 20px;
                                        text-align: justify;
                                        line-height: 17px;
                                    }
                                    table.block-2 tr td.grey ul li a
                                    {
                                        text-decoration: underline;
                                        color: #555555;
                                    }
                                    table.block-2 tr td.grey ul li a:hover
                                    {
                                        color: maroon;
                                    }
                                    
                        table.block-2 tr td.red
                        {
                            width: 240px;
                            background-color: maroon; /* #d10000; */
                            color: white;
                            background-repeat: no-repeat;
                            background-position: 0% 100%;
                        }
                            table.block-2 tr td.red h2
                            {
                                color: white;
                                font-weight: bold;
                                font-size: 13px;
                                margin: 20px 20px 5px 20px;
                            }
                            table.block-2 tr td.red p
                            {
                                margin: 0px 20px 10px 20px;
                                color: white;
                                text-align: justify;
                            }

                    
                    
        div.footer-wrapper
        {
            background-image: url('../img/bgFooterWrapper.png');
            background-repeat: no-repeat;
            padding-top: 20px;
            text-align: center;
            padding-bottom: 30px;
        }
            div.footer-wrapper a
            {
                
            }
            div.footer-wrapper a:hover
            {
                text-decoration: underline;
            }