﻿* 
{
    margin:                 0px;
    padding:                0px;    
    font-family:            'Trebuchet MS', Arial;  
}
 
p
{
    margin-bottom:      8px;
}    

h1, h2, h3
{
    color:              #AA0A54;                                                                /* PAARS-ROOD*/
}

ul
{
    margin:         10px 0px 10px 20px;
}

body 
{
    overflow:               -moz-scrollbars-vertical;                                               /* TOON ALTIJD EEN SCROLLBAR IN FIREFOX */
    text-align:             center;
    background-color:       #AA0A54;                                                                /* PAARS-ROOD*/
    background-image:       url(../Images/Layout/Website_Background.jpg);
    background-position:    top center;
    background-repeat:      repeat-y;
}

    .Sitecontainer
    {
        position:               relative;
        display:                block;
        width:                  998px;
        height:                 auto;
        min-height:             600px;
        text-align:             left;
        margin:                 0 auto;
        background-color:       White;
    }
    
        .Headercontainer
        {
            display:                block;
            width:                  998px;
            height:                 175px;
            text-align:             left;
            background-image:       url(../Images/Layout/Header_Background.jpg);
            background-position:    top;
            background-repeat:      no-repeat;
            overflow:               hidden;
        }
        
            .Logocontainer
            {
                position:               absolute;
                display:                block;
                width:                  183px;
                height:                 44px;   
                right:                  50px;
                top:                    47px;
                background-image:       url(../Images/Layout/Header_Logo.png) !important;               /* IE6 Ondersteunt geen PNG*/
                background-image:       url(../Images/Layout/Header_Logo.gif);
                background-repeat:      no-repeat;
                z-index:                5;                            
            }
            
                .Logo
                {
                    display:                block;
                    width:                  183px;
                    height:                 44px;   
                    border:                 0px;
                }
        
            .Payoffcontainer
            {
                position:               absolute;
                display:                block;
                width:                  286px;
                height:                 48px;   
                left:                   70px;
                top:                    36px;
                z-index:                5;                            
            }
            
            .ISOcontainer
            {
                position:               absolute;
                display:                block;
                width:                  64px;
                height:                 54px;   
                right:                  10px;
                top:                    150px;
                z-index:                10;  
            }
            
            .Searchcontainer
            {
                position:               absolute;
                display:                block;
                width:                  165px;
                right:                  95px;
                top:                    145px;
                z-index:                15;  
                overflow:               hidden;
            }
            
                .Searchbutton
                {
                    position:           relative;
                    float:              right;
                }
            
                .Searchbox
                {
                    width:              110px;
                    margin:             1px 0px 0px 10px;
                    padding:            0px 0px 0px 3px;
                    color:              #AA0A54;                                                /* PAARS-ROOD*/
                    font-weight:        bold;
                    border:             0px;
                }
            
            .Headernavigationcontainer
            {
                position:               absolute;
                display:                block;
                width:                  auto;
                height:                 auto;  
                right:                  30px;
                top:                    10px;
                z-index:                10;                      
            }
            
                .HeaderNavigationItemcontainer,
                .HeaderNavigationItemcontainer_1st,
                .HeaderNavigationItemcontainer_f2,
                .HeaderNavigationItemcontainer_f2_1st
                {
                    position:           relative;
                    display:            block;
                    width:              auto;
                    height:             17px;
                    float:              left;
                    background-color:   Transparent;
                    margin:             0px;
                    padding:            0px;
                    margin-bottom:      3px;
                    border-style:       solid;
                    border-width:       0px 0px 0px 1px;
                    border-color:       White;
                }
                
                
                .HeaderNavigationItemcontainer_1st,
                .HeaderNavigationItemcontainer_f2_1st
                {
                   border-width:        0px;
                }

                .HeaderNavigationItemcontainer_f2,
                .HeaderNavigationItemcontainer_f2_1st
                {
                     
                }

                    .HeaderNavigationLinkcontainer
                    {
                        position:           relative;
                        display:            block;
                        width:              auto;
                        height:             auto;
                        margin:             0px;
                        padding:            0px 8px;
                        float:              left;
                    }

                        a.HeaderNavigationLink,
                        a.HeaderNavigationLink_f2
                        {
                            display:            block;
                            width:              auto;
                            height:             auto;
                            text-decoration:    none;
                            color:              white;
                        }
                        
                        a.HeaderNavigationLink_f2,
                        a.HeaderNavigationLink:hover
                        {
                            color:              #EB7A00;                                                    /* ORANGE */
                        }
            
                            .SubnavigationcontainerHidden
                            {
                                position:           absolute;
                                z-index:            100;
	                            visibility:         hidden;
                                display:            block;
                                width:              auto;
                                height:             auto;
                                margin:             0px;
                                min-height:         20px;
                                left:               0px;
                                top:                15px;
                            }

                            .SubnavigationcontainerHover
                            {
                                position:           absolute;
                                z-index:            100;
	                            background-color:   #F5F7F8;
	                            opacity:            .9;
	                            filter:             alpha(opacity=90);
                                display:            block;
                                width:              182px;
                                height:             auto;
                                margin:             0px;
                                min-height:         17px;
                            }

                        .SubNavigationItemcontainer,
                        .SubNavigationItemcontainer_f2,
                        .SubNavigationItemcontainer_Last,
                        .SubNavigationItemcontainer_f2_Last
                        {
                            
                            position:           relative;
                            z-index:            100;
                            background-color:   #003672;                                                                /* DARK BLUE */
                            opacity:            .9;
	                        filter:             alpha(opacity=90);
                            display:            block;
                            width:              182px;
                            height:             auto;
                            margin:             0px;
                            min-height:         20px;
                            border-style:       solid;
                            border-width:       0px 0px 0px 1px;
                            border-color:       White;
                        }
                        
                        .SubNavigationItemcontainer_Last,
                        .SubNavigationItemcontainer_f2_Last
                        {
                            border-width:       0px 0px 1px 1px;
                        }

                        .SubNavigationItemcontainer_f2
                        {

                        }

                            .SubNavigationLinkcontainer
                            {
                                position:           relative;
                                display:            block;
                                width:              182px;
                                min-height:         17px;
                                float:              left;
                            }

                                a.SubNavigationLink,
                                a.SubNavigationLink_f2
                                {
                                    display:            block;
                                    text-align:         left;
                                    font-weight:        normal;
                                    text-decoration:    none;
                                    color:              White;
                                    width:              auto;
                                    height:             auto;
                                    padding:            0px;
                                    padding-left:       8px;
                                    padding-top:        4px;
                                    padding-bottom:     6px;
                                    line-height:        17px;
                                    cursor:             pointer;
                                    cursor:             hand;
                                }

                                a.SubNavigationLink_f2
                                {
                                    color:              #EB7A00;                                                    /* ORANGE */
                                }     
                                
                .Fontchangecontainer
                {
                    position:               absolute;
                    display:                block;
                    right:                  275px;
                    top:                    145px;
                    width:                  auto;
                    height:                 auto;
                    text-align:             right;
                    z-index:                5;  
                }    
                
                    .FontchangeTextcontainer
                    {
                        position:               relative;
                        color:                  #AA0A54;                                                /* PAARS-ROOD*/
                        font-weight:            bold;   
                        float:                  left; 
                        padding-right:          5px; 
                    }   
                    
                    .FontchangeBtncontainer
                    {
                        position:               relative;
                        float:                  left; 
                    }
            
            .Leftnavigationcontainer
            {
                position:               absolute;
                display:                block;
                width:                  216px;
                height:                 auto;
                min-height:             200px;   
                left:                   37px;
                top:                    115px;
                background-image:       url(../Images/Layout/Leftnavigation_Background.png) !important; /* IE6 Ondersteunt geen PNG*/
                background-image:       url(../Images/Layout/Leftnavigation_Background.gif);
                background-repeat:      no-repeat;
                z-index:                10;  
            }
            
            .Leftnavigationitemscontainer
            {
                position:               relative;
                display:                block;
                margin:                 20px auto 40px auto;
                width:                  180px;
                height:                 auto;
            }
            
                .SideNavigationItemcontainer,
                .SideNavigationItemcontainer_f2
                {
                    position:               relative;
                    display:                block;
                    margin:                 0px 0px 6px 0px;
                    width:                  180px;
                    height:                 auto;
                    min-height:             27px;
                    background-color:       #AA0A54;                                                                    /* PAARS-ROOD*/
                    background-image:       url(../Images/Layout/Leftnavigation_Item_Top_Background.png) !important;
                    background-image:       url(../Images/Layout/Leftnavigation_Item_Top_Background.gif);
                    background-position:    top;
                    background-repeat:      no-repeat;
                }
                
                .SideNavigationItemcontainer_f2
                {
                    background-color:       #003672;                                                                    /* DARK BLUE */
                    background-image:       url(../Images/Layout/Leftnavigation_Item_Top_Background_f2.gif);
                }
                
                .SideNavigationLinkcontainer,
                .SideNavigationLinkcontainer_f2
                {
                    position:               relative;
                    display:                block;
                    margin:                 0px;
                    width:                  180px;
                    height:                 auto;
                    min-height:             27px;                
                    background-image:       url(../Images/Layout/Leftnavigation_Item_Bottom_Background.png) !important;
                    background-image:       url(../Images/Layout/Leftnavigation_Item_Bottom_Background.gif);
                    background-position:    bottom;
                    background-repeat:      no-repeat;
                }
                
                .SideNavigationLinkcontainer_f2
                {
                    background-image:       url(../Images/Layout/Leftnavigation_Item_Bottom_Background_f2.gif);
                }
                
                .SideNavigationLink
                {
                    position:               relative;
                    display:                block;
                    width:                  150px;
                    height:                 auto;
                    min-height:             27px; 
                    padding:                5px 5px 0px 25px;
                    color:                  White;
                    font-weight:            bold;
                    text-decoration:        none;
                    cursor:                 pointer;
                    cursor:                 hand;
                }
                
          
            .Actionblokkencontainer
            {
                position:               relative;
                display:                block;
                margin:                 0px auto 0px auto;
                width:                  215px;
                height:                 auto;
                float:                  left;
                clear:                  both;
            }
            
            
                .Actionblokcontainer
                {
                    position:               relative;
                    display:                block;
                    float:                  left;
                    margin:                 0px 0px 25px 16px !important;
                    margin:                 0px 0px 25px 8px;
                    width:                  180px;
                    height:                 auto;
                    clear:                  left;
                    background-color:       #FF6600;
                }
                
                .Contactcontainer
                {
                    margin-bottom:          0px;
                }
                
                .ActionblokcontainerBlue
                {
                    background-color:           #003672;  
                }                
                
                .ActionblokcontainerOrange
                {
                    background-color:           #ec7b01;
                }            
                
                .ActionblokcontainerRed
                {
                    background-color:           #AA0A54;   
                }
                
                    .Actionblok_top,
                    .Actionblok_footer
                    {
                        position:               relative;
                        display:                block;
                        width:                  180px;
                        height:                 14px;
                        float:                  left;
                        clear:                  both;
                        overflow:               hidden;
                    }
                    
                    .Actionblok_top
                    {
                        background-image:       url(../Images/Layout/Leftnavigation_Item_Top_Background.png) !important;
                        background-image:       url(../Images/Layout/Leftnavigation_Item_Top_Background_Orange.gif);
                    }
                    
                    .Actionblok_footer
                    {
                        background-image:       url(../Images/Layout/Leftnavigation_Item_Bottom_Background.png) !important;
                        background-image:       url(../Images/Layout/Leftnavigation_Item_Bottom_Background_Orange.gif);
                    }
                    
                    .Actionblok_content
                    {
                        position:               relative;
                        display:                block;
                        width:                  150px;
                        height:                 auto;
                        min-height:             50px;
                        float:                  left;
                        clear:                  both;
                        left:                   20px;
                        color:                  White;
                    }
                    
                    .Actionblok_content *
                    {
                        color:                  White;
                    }
                    
                        .Actionblok_Exclamation
                        {
                            position:               absolute;
                            display:                block;
                            width:                  50px;
                            height:                 50px;
                            z-index:                20;
                            left:                   -25px;
                            top:                    -25px;
                            background-image:       url(../Images/Layout/BoxImage_Exclamation_Blue.png) !important;
                            background-image:       url(../Images/Layout/BoxImage_Exclamation_Blue.gif);
                            background-repeat:      no-repeat;
                        }
                        
                        .Actionblok_Contact
                        {
                            position:               absolute;
                            display:                block;
                            width:                  50px;
                            height:                 50px;
                            z-index:                20;
                            left:                   -25px;
                            top:                    -25px;
                            background-image:       url(../Images/Layout/BoxImage_Contact_Blue.png) !important;
                            background-image:       url(../Images/Layout/BoxImage_Contact_Blue.gif);
                            background-repeat:      no-repeat;
                        }
                        
                        
            .footernavigationcontainer
            {
                position:               relative;
                display:                block;
                margin:                 15px auto 20px auto;
                width:                  215px;
                height:                 auto;
                float:                  left;
                clear:                  both;
                height:                 auto;
                min-height:             20px;
                text-align:             center; 
                color:                  White;
            }
            
            .footernavigationcontainer a
            {
                color:                  White;
                text-decoration:        none;
                font-weight:            bold;
            }
            
            .footernavigationcontainer a:hover
            {
                text-decoration:        underline;
            }
            
            .footernavigationtopcontainer,
            .footernavigationfootercontainer
            {
                position:               relative;
                display:                block;
                width:                  180px;
                height:                 14px;
                clear:                  left;
                background-position:    top;
                margin:                 0 auto;
                background-repeat:      no-repeat;
                overflow:               hidden;
                background-color:       #003672;   /* DARK BLUE */
            }
            
            .footernavigationtopcontainer
            {
                background-image:       url(../Images/Layout/Leftnavigation_Item_Top_Background.png) !important;
                background-image:       url(../Images/Layout/Leftnavigation_Item_Top_Background_f2.gif);
            }
            
            .footernavigationcontentcontainer
            {
                position:               relative;
                display:                block;
                width:                  180px;
                height:                 auto;
                margin:                 0 auto;
                clear:                  left;
                color:                  White;
                text-align:             center;
                background-color:       #003672;   /* DARK BLUE */
            }
            
            .footernavigationfootercontainer
            {
                background-image:       url(../Images/Layout/Leftnavigation_Item_Bottom_Background.png) !important;
                background-image:       url(../Images/Layout/Leftnavigation_Item_Bottom_Background_f2.gif);
            }
            
            .contactcontainer
            {
                position:               relative;
                display:                block;
                margin:                 15px auto 20px auto;
                width:                  215px;
                height:                 auto;
                float:                  left;
                clear:                  both;
                height:                 auto;
                min-height:             20px;
                text-align:             center; 
                color:                  White;
            }
                        
        .Maincontainer
        {
            position:               relative;
            display:                block;
            width:                  998px;
            height:                 auto;
            text-align:             left;
        }
            
            .Bodycontainer
            {
                position:               relative;
                display:                block;
                width:                  720px;
                height:                 auto;
                min-height:             430px;
                text-align:             left;
                float:                  right;
            }
            
                .Breadcrumbcontainer,
                .breadcrumbcontainer
                {
                    position:               relative;
                    display:                block;
                    width:                  620px;
                    height:                 auto;
                    min-height:             35px;
                    text-align:             left;
                    float:                  left;
                    padding-top:            10px;
                }
                
                    .breadcrumbcurrent
                    {
                        color:                  #AA0A54;                        /* PAARS-ROOD*/
                        text-decoration:        none;
                        text-transform:         uppercase;
                        font-weight:            bold;
                    }
                    
                    a.breadcrumblink:link,
                    a.breadcrumblink:active,
                    a.breadcrumblink:visited,
                    a.breadcrumblink:hover                    
                    {
                        color:                  #003672;                        /* DARK BLUE */
                        text-decoration:        none;
                        text-transform:         uppercase;
                        font-weight:            bold;
                    }
                    
                    a.breadcrumblink:hover       
                    {
                         color:                 #AA0A54;                        /* PAARS-ROOD*/
                    }
            
                .Contentcontainer
                {
                    position:               relative;
                    display:                block;
                    width:                  720px;
                    height:                 auto;
                    min-height:             380px;
                    text-align:             left;
                    float:                  right;
                    background-position:    right top;
                    background-repeat:      no-repeat;
                }
                
                    .Inhoudcontainer
                    {
                        position:               relative;
                        display:                block;
                        width:                  500px;
                        height:                 auto;
                    }
                    
                    .WerkgebiedenInhoudcontainer,
                    .WerkgebiedenInhoudcontainer2
                    {
                        position:               relative;
                        display:                block;
                        float:                  left;
                        height:                 auto;
                    }
                    
                    .WerkgebiedenInhoudcontainer
                    {
                        width:                  250px;
                    }
                    
                    .WerkgebiedenInhoudcontainer2
                    {
                        width:                  468px;
                    }
                    
                    .WerkgebiedenImageContainer,
                    .WerkgebiedenImageContainer2
                    {
                        position:               relative;
                        display:                block;
                        float:                  left;
                        margin-left:            15px;
                        height:                 auto;
                    }
                    
                     .WerkgebiedenImageContainer
                    {
                        width:                  430px;
                    }
                    
                     .WerkgebiedenImageContainer2
                    {
                        width:                  212px;
                    }
                    
                    
                        .thumbcontainer
                        {
                            position:           relative;
                            float:              left;
                            display:            block;
                            width:              100px;
                            height:             75px;
                            overflow:           hidden;
                            margin:             4px 10px 10px 0px;
                        }


                            .thumbmaskcontainer_white,
                            .thumbmaskcontainer_blue,
                            .thumbmaskcontainer_orange,
                            .thumbmaskcontainer_red
                            {
                                position:           absolute;
                                float:              left;
                                display:            block;
                                width:              100px;
                                height:             75px;
                                overflow:           hidden;
                                z-index:            5;
                            }
                            
                                .thumbmaskcontainer_white
                                {
                                    background-image:   url(../Images/Layout/ThumbMask_White.png) !important;
                                    background-image:   url(../Images/Layout/ThumbMask_White.gif);
                                }
                            
                                .thumbmaskcontainer_blue
                                {
                                    background-image:   url(../Images/Layout/ThumbMask_Blue.png) !important;
                                    background-image:   url(../Images/Layout/ThumbMask_Blue.gif);
                                }
                            
                                .thumbmaskcontainer_orange
                                {
                                    background-image:   url(../Images/Layout/ThumbMask_Orange.png) !important;
                                    background-image:   url(../Images/Layout/ThumbMask_Orange.gif);
                                }
                            
                                .thumbmaskcontainer_red
                                {
                                    background-image:   url(../Images/Layout/ThumbMask_Red.png) !important;
                                    background-image:   url(../Images/Layout/ThumbMask_Red.gif);
                                }
                                
                                
                                .thumb
                                {
                                    position:           relative;
                                    display:            block;
                                    width:              100px;
                                    height:             75px;
                                }
                                
                                
                    
                    .establishmentareacontainer
                    {
                        position:               relative;
                        display:                block;
                        width:                  225px;
                        height:                 auto;
                        margin:                 25px 0px;
                        clear:                  left;
                    }
                        
                    .crossinfocontainer
                    {
                        position:               relative;
                        display:                block;
                        width:                  500px;
                        height:                 auto;
                        float:                  left;
                        clear:                  both;
                        margin:                 25px 0px;
                    }
                    
                        .productsummarycontainer
                        {
                            position:               relative;
                            display:                block;
                            width:                  500px;
                            height:                 auto;
                            margin:                 25px 0px;
                        }
                        
                        .productsummarysplitcontainer
                        {
                            position:               relative;
                            display:                block;
                            width:                  225px;
                            height:                 auto;
                            float:                  left;
                            margin:                 0px;
                        }

                            .ul_summary
                            {
                                position:           relative;
                                float:              left;
                                clear:              left;
                                margin-left:        25px;
                            }
                            
                            .ul_vacancies_summary
                            {
                                position:           relative;
                                float:              left;
                                clear:              left;
                                margin:             0px 0px 0px 30px;
                            }
                            

                            .li_summary
                            {
                                list-style-image:   url(../Images/Layout/UL.jpg);
                            }

                            .li_summary_f2
                            {
                                list-style-image:   url(../Images/Layout/UL_f2.jpg);
                            }
                            
                            .li_back
                            {
                                list-style-image:   url(../Images/Layout/ULBack.jpg);
                            }

                            a.link_summary,
                            a.link_summary_f2,
                            a.li_back
                            {
                                font-weight:        bold;
                                color:              #003672;                                                                 /*DARK BLUE */
                                text-decoration:    none;
                            }

                            a.link_summary_f2,
                            a.link_summary:hover,
                            a.li_back:hover
                            {
                                color:              #AA0A54;                                                                /* PAARS-ROOD*/
                            }
                            
                            .vacancycontainer
                            {
                                position:           relative;
                                width:              500px;
                                height:             auto;
                                display:            block;
                                float:              left;
                                clear:              both;
                                margin-top:         10px;
                            }
                            
                    .magazinecontainer
                     {
                        position:           relative;
                        display:            block;
                        width:              330px;
                        height:             auto;
                        margin-right:       20px;
                        float:              left;
                        margin-bottom:      15px;
                     }
                    
               
                    .hpnewsitemscontainer
                    {
                        position:           relative;
                        display:            block;
                        width:              700px;
                        height:             auto;
                    }   
                    
                         .hpnewsitemcontainer
                         {
                            position:           relative;
                            display:            block;
                            width:              330px;
                            height:             auto;
                            margin-right:        20px;
                            float:              left;
                            margin-bottom:      45px;
                         }
                         
                            .hpnewsitemimagecontainer
                            {
                                position:           relative;
                                display:            block;
                                width:              110px;
                                height:             auto;
                                float:              left; 
                            }
                         
                            .hpnewsitemcontentcontainer
                            {
                                position:           relative;
                                display:            block;
                                width:              220px;
                                height:             auto;
                                float:              left;
                            }
                            
                                .hpnewsitemthumbcontainer
                                {
                                    position:           relative;
                                    display:            block;
                                    width:              100px;
                                    height:             75px;
                                    overflow:           hidden;
                                    margin:             0px;
                                    float:              left;
                                }
                         
            .newswisselcontainer    
            {
                position:       absolute;
                height:         20px;
                right:          270px;
                top:            0px;
                display:        block;
                text-align:     right;
            }
            
            .newsitemscontainer
            {
                position:       relative;
                width:          475px;
                height:         auto;
                float:          left;
                display:        block;
            }
            
                .newsitemsdatecontainer
                {
                    position:       relative;
                    height:         auto;
                    float:          left;
                    clear:          left;
                    display:        block;
                    color:          #00316C;
                }
            
                .newsitemslinkcontainer
                {
                    position:       relative;
                    height:         auto;
                    float:          left;
                    display:        block;
                    margin-left:    10px;
                }
                
            .subsubnavigationcontainer
            {
                position:       relative;
                width:          475px;
                height:         auto;
                float:          left;
                display:        block;
            }   
                            
  /* ################################################ */
         

.form *
{
    color:          #70405E;                        /* PAARS */
}
    
.box
{
    color:          #2E2E2E;
    font-weight:    normal;
}

.box * 
{
    color:          #70405E;                        /* PAARS */
}

.label      
{
    position:       relative;
    display:        block;
    width:          125px;
    height:         17px;
    float:          left;
    clear:          left;
    color:          #003672;                        /*DARK BLUE */
    font-weight:    bold;
}

span.label      
{
    position:       relative;
    display:        block;
    width:          200px;
    height:         17px;
    float:          left;
    clear:          left;
    color:          #003672;                        /*DARK BLUE */
    font-weight:    bold;
}

.radiobuttons  
{
    position:       relative;
    display:        block;
    float:          left;
    margin:         0px 0px 4px 0px;
    color:          #2E2E2E;
    font-weight:    normal;
    padding-left:   3px;
}

.textbox    
{
    position:       relative;
    display:        block;
    width:          200px;
    height:         17px;
    float:          left;
    margin:         0px 0px 4px 0px;
    color:          #2E2E2E;
    font-weight:    normal;
    border:         1px solid #950536;              /* DONKER ROOD */
    padding-left:   3px;
}

.textboxml  
{
    position:       relative;
    display:        block;
    width:          200px;
    height:         100px;
    float:          left;
    margin:         0px 0px 4px 0px;
    color:          #2E2E2E;
    font-weight:    normal;
    border:         1px solid #950536;              /* DONKER ROOD */
    padding-left:   3px;
}

.selectbox 
{
    position:       relative;
    display:        block;
    width:          200px;
    height:         17px;
    float:          left;
    margin:         0px 0px 4px 0px;
    color:          #2E2E2E;
    font-weight:    normal;
    border:         1px solid #950536;              /* DONKER ROOD */
    padding-left:   3px;
}

.textsmall {width:100px;}

.overviewlabel
{
    position:       relative;
    display:        block;
    width:          300px;
    height:         auto;
    float:          left;
    margin:         0px 0px 4px 15px;
    font-family:    Verdana, Arial, Helvetica, sans-serif;
    color:          #2E2E2E;
    font-weight:    normal;
}

.ValidatorError
{
    position:       relative;
    display:        block;
    float:          left;
    font-family:    Verdana, Arial, Helvetica, sans-serif;
    color:          red;
    font-weight:    normal;
    margin-left:    3px;
}

.requiredtxt
{
    color:              #AA0A54;                                                                /* PAARS-ROOD*/
    font-weight:        bold;
}

.Button
{
    width:              75px;
    text-align:         center;
    color:              White;
    font-weight:        bold;
    background-color:   #AA0A54;                                                                /* PAARS-ROOD*/
}

h1.news
{
    display:            block;
}

h2.ActionblokTitel
{
    color:              White;
    margin-bottom:      0px;
}


.category_collapsed_head,
.category_expanded_head  
{
    display:            block;
    padding:            0px;
    margin:             0px;
    color:              #003672;                                                                 /*DARK BLUE */
    font-weight:        bold;
    cursor:             pointer;           
    cursor:             hand;           
    background-color:   Transparent;
}

.category_expanded_head 
{
    color:             #AA0A54;                                                                /* PAARS-ROOD*/       
}

.category_collapsed_sub
{
    display:            none;  
    color:              #003672;                                                                 /*DARK BLUE */
}

.category_expanded_sub 
{
    position:           relative;
    height:             auto;
    display:            block;           
    padding:            2px;
        
    color:             #AA0A54;                                                                /* PAARS-ROOD*/
}

.ZoekcategorieExpanded
{
    position:           relative;
    width:              400px;
    height:             auto;
    display:            block;
}

.ZoekcategorieCollapsed
{
    display:            none;
}

.pathforjs
{					/* Inhoud verbergen */
	position: absolute;
	left: -1000px;
	width: 10px;
}


