/*
------------------------------------------------------------
VERSION CONTROL:
-----------------------------------
Version: 0.0.7
Updated: Monday, 08.01.2008 @ 18:04


-----------------------------------
STYLE GUIDE:
-----------------------------------
Body Background         = #ffffff
Main Text               = #000000
Links                   = #000000
mailto links            = #ae005f
Links:hover             = #00a0cb
Headers:                = #000000
navigation links        = #00a0cb
navigation links:hover  = #000000


-----------------------------------
INDEX:
-----------------------------------
=Default settings
=Typographical settings
=Standard settings
=Clearing and hiding
=Columns
=Meta navigation top
=Logo
=Main navigation top
=Meta Search Block
=Side navigation
=Crumb Path
=Meta navigation
=Content Styles
=Forms
=Pagination
=Action Blocks
=References
=Perspective Container
=Clickable areas/lists
=Magazine
=Jobs
=Contact
=Sitemap
=Sidebar
=Home
=sIFR
------------------------------------------------------------*/



/*
    =Default settings
------------------------------------------------------------*/
* {
margin: 0;
padding: 0;
}

    h1, h2, h3, h4, h5, h6, address {
    font-style: normal;
    }
    
    ul, ol {
    list-style: none;
    }
    
    a img, :link img, :visited img {
    border: none;
    }
    
    table {
    border: 0 none;
    }
    
        th, td {
        padding: 0;
        font-style: normal;
        text-align: left;
        vertical-align: top;
        }

/*
    =Typographical settings
------------------------------------------------------------*/
body {
font-family: arial, "lucida console", sans-serif;
font-size: 100%;
line-height: 1.125em;
}
    
    h1, h2, h3 {
    font-weight: normal;	
    }
    
    h1 {
    font-size: 1.187em;
    line-height: 1.636em;
    margin: 0;
    }
    
    h2 {
    font-size: 1.063em;
    margin: 0 0 1em 0;
    }
    
    p {
    font-size: 0.75em;;
    margin: 1.286em 0;
    }
    



/*
	=Standard settings
------------------------------------------------------------*/
html,body {
color: #000;
text-align: center;
background-image: url("../images/background_pattern.png");
background-repeat: repeat;
background-position: 0px -20px;
}

    a.more {
    background-image: url("../images/more.gif");
    background-position: 90% 40%;
    background-repeat: no-repeat;                        
    padding: 0px 20px 0px 25px;
    color: #000;
    text-decoration: none;
    /*
	float: left;
    display: block-inline;
	margin-left:5px;
	margin-top:0px;
	*/
	position:absolute;
	bottom:0px;
	left:80px;
    font-size: 0.75em;
	width:60px;

    }      
	a.morePerspective {
                       
    padding: 0px 20px 0px 25px;
    color: #000;
    text-decoration: none;
    /*
	float: left;
    display: block-inline;
	margin-left:5px;
	margin-top:0px;
	*/
	position:absolute;
	bottom:0px;
	left:80px;
    font-size: 0.75em;
	width:60px;

    }        
        
        a.more:hover {
        text-decoration: underline;
        color: #11a6ce;
        }
        
            /*#slide-in {
            background-image: url("../images/arrow_down.gif");
            }
        
            #slide-out {
            background-image: url("../images/arrow_up.gif");
            }
            */

    .small { width: 515px; /*549 - 2 * 17*/}
    .large { width: 703px; /*737 - 2 * 17*/} 
    
/*
	=Clearing and hiding
------------------------------------------------------------*/
    .clear {
    clear: both; 
    height: 1%; 
    margin: 0; 
    padding: 0; 
    }
    
    .clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }
        
        * html>body .clearfix {
        display: inline-block; 
        width: 100%;
        }
        	
        * html .clearfix {
        /* Hides from IE-mac \*/
        height: 1%;
        /* End hide from IE-mac */
        }
    
    
    .skipnav, .clear, .hide  {
    display: none;
    }
    
    
/*
	=Columns
------------------------------------------------------------*/
        div.top_background {
        background-color: #fff;
        background-image: url("../images/background_pattern_top.png");
        background-repeat: repeat-x;
        background-position: left bottom;
        height: 229px;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        }


        div#container {
        width: 985px;
        margin: 0 auto;
        text-align: left;
        position: relative;
        top: 0px;
        left: 10px;
        padding-right: 15px;
        }
        
            div#header {
            position: relative;
            left: 0;
            top: 0;
            margin-bottom: 35px;
            color: #000;
            height: 135px;
            }
        
            div#set_content {
            float: left;
            z-index: -2;
            }
            
                .content_container {
                width: 794px; /*16+16+549+213*/
                height: 300px;
                position: relative;
                left: 189px;
                top: -42px;
                }
                
                    .content_container .content {
                    position: relative;
                    left: 16px;
                    z-index: 1;
                    }
                    
                        .content_container .one_column #content_column {
                        position: relative;
                        width: 766px;
                        border-top: 0;
                        border-bottom: 1px solid #babcc1;
                        border-left:  1px solid #babcc1;
                        border-right: 1px solid #babcc1;
                        background-color: #fff;
                        float: left;
                        }
                        
                        .content_container .two_columns {
                        width: 737px;
                        }
                        
                            .content_container .two_columns #content_column {
                            position: relative;
                            width: 549px;
                            border-bottom: 1px solid #babcc1;
                            border-left:  1px solid #babcc1;
                            border-right: 1px solid #babcc1;
                            background-color: #fff;
                            smin-height: 300px;
                            float: left;
                            }
                            
                            .content_container .two_columns #sidebar {
                            position: relative;
                            left: 15px;
                            width: 173px;
                            min-height: 50px;
                            float: left;
                            }
                            
                            div.min-height {
                            height: 200px;
                            width: 100%;
                            }
            
        
            div.footer_settings {
            float: left;
            width: 549px;
            text-align: right;
            }
            
            div.footer_reset {
            width: 766px;
            }
            
            div.footer_reset_home {
            width: 734px;
            position: relative;
            top: -20px;
            }
            
            div.footer_settings a {
            color: #000;
            text-decoration: none;
            }
            
                div.footer_settings a:hover {
                text-decoration: underline;
                }

    
/*
	=Meta navigation top
------------------------------------------------------------*/

    ul#meta_navigation {
    display: block;
    height: 20px;
    overflow: hidden;
    float: left;
    text-align: right;
    margin-top: 5px;
    position: absolute;
    z-index: 1000;
    left: 708px;
    }
    
        ul#meta_navigation li {
        list-style-type: none;
        display: inline;
        }

            ul#meta_navigation li a {
            color: #000;
            text-decoration: none;
            padding: 0 10px 0 9px;
            border-right: 1px solid #babcc1;
            font-size: 10px;
            }
            
                ul#meta_navigation li.last a {
                border-right: 0;
                }
            
                ul#meta_navigation li.active a,
                ul#meta_navigation li a:hover {
                color: #11a6ce;
                }

/*
	=Logo
------------------------------------------------------------*/
    #logo {
    position: absolute;
    left: 0;
    top: 20px;
    width: 170px;
    height: 75px;
    background-image: url("../images/logo.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: transparent;
    text-indent: -3000px;
    cursor: pointer;
    }
                    
/*
	=Main navigation top
------------------------------------------------------------*/

    ul#main_navigation {
    position: absolute;
    top: 42px;
    right: 229px;
    overflow: hidden;
    text-align: right;
    font-size: 15px;
    }
    
        ul#main_navigation li {
        list-style-type: none;
        display: inline;
        text-align: right;
		
        }

            ul#main_navigation li a {
            display: block;
            float: left;
            position: relative;
            overflow: hidden;
            height: 37px;
            line-height: 1000;
            }
            
            ul#main_navigation li a img {
            float: left;
            position: relative;
            top: 0;
            left: 0;
            }

            ul#main_navigation li.active a img {
            top: -37px;
            }

 

/*
	=Meta Search Block
------------------------------------------------------------*/

    div.metasearch {
    float: right;
    position: absolute;
    top: 55px;
    left: 755px;
    }
    
        div.metasearch input.search_input {
        width: 161px;
        margin-left: 16px;
        border: 1px solid #babcc1;
        height: 20px;
        padding: 2px 5px 0 5px;
        position: relative;
        float: left;
        }
        
        div.metasearch input.search_btn {
        width: 26px;
        float: left;
        position: relative;
        left: 7px;
        top: 1px;
        height: 21px;
        background-image: url("../images/search_btn.gif");
        background-position: 0 1px;
        background-repeat: no-repeat;
        background-color: #fff;
        border: 0;
        padding: 0;
        }
                
                
/*
	=Side navigation
------------------------------------------------------------*/
    #sidenav {
    width: 189px;
    position: absolute;
    top: 128px;
    }
    
        #sidenav .top, #sidenav .middle #sidenav .bottom {
        position: relative;
        top: 0;
        left: 0;
        background-position: 0 0;
        background-repeat: no-repeat;
        background-color: #fff;
        width: 189px;
        }
        
        #sidenav .top {
        background-image: url("../images/top_navigation.png");
        height: 18px;
        }
        
        #sidenav .middle {
        background-image: url("../images/bg_navigation.png");
        background-repeat: repeat-y;
        }

            #sidenav .middle .content {
            background-image: url("../images/gradient_navigation.png");
            background-repeat: no-repeat;
            background-position: left bottom;
            width: 189px;
            height: auto!important;
            min-height: 197px;
            height: 197px;
            position: relative;
            font-size: 0.81em;
            }
        
    			#sidenav .middle .content ul {
                position: relative;
                list-style-type: none;
                width: 189px;
    			}
                
        			#sidenav .middle .content ul li h2 {
                    display : block;
                    font-size: 1.09em;
                    font-weight : bold;
                    padding : 20px 10px 0px 30px;
                    margin: 0 0 0.5em 0;
                    width: 149px;
                    color : #fff;
                    font-weight : bold;
                    text-transform: uppercase;
                    }
                    
        			#sidenav .middle .content ul li a, #sidenav .middle .content ul li div {
                    display : block;
                    font-weight : bold;
                    padding : 5px 10px 0px 30px;
                    width: 149px;
                    color : #fff;
                    text-decoration: none;
                    cursor: pointer;
                    background-image: url("../images/menu_bullet.gif");
                    background-position: 20px 65% ;
                    background-repeat: no-repeat;
                    }
                        
                        #sidenav .middle .content ul li.active a,
            			#sidenav .middle .content ul li div.active  {
                        color: #98eaff;
                        background-image: url("../images/menu_bullet_over.gif");
            			}
                        
                        
                            #sidenav .middle .content ul  {
                            padding-bottom: 7px;
                            }
                        
                            #sidenav .middle .content ul li ul li a {
                            background-image: none;
                            background-color: #e09ebd;
                            padding: 0;
                            margin: 4px 4px 0px 30px;
                            padding: 2px 2px 2px 6px;
                            width: 146px;
                            display: block;
                            font-size: 0.93em;
                            }
                            #sidenav .middle .content ul li ul li.active a{
                            background-color: #00a0cb;
                            color: #fff;
							background-image: none;
                            }
								#sidenav .middle .content ul li.active ul li.inactive a {
									color: #fff;
									background-image: none;
								}
								#sidenav .middle .content ul li.active ul li.inactive a:hover,
								 #sidenav .middle .content ul li.active ul li.active a{
									color: #fff;
									background-image: none;
									background-color: #00a0cb;
								}
                                #sidenav .middle .content ul li ul li.active a:hover {
                                color: #fff;
                                cursor: default;
                                }
                            
                            #sidenav .middle .content ul li div.mouseover, #sidenav .middle .content ul li a:hover, #sidenav .middle .content ul li ul li a:hover {
                            	color: #98eaff;
                            }
                           
                                #sidenav .middle .content ul li ul li a:hover {
                                	background-color: #00a0cb;
                                }

                            
                        
                        
        
        #sidenav .bottom {
        background-image: url("../images/bottom_navigation.png");
        height: 26px;
        margin-bottom: 20px;
        }

        .beauty_touch {
        position: relative;
        width: 189px;
        height: 290px;
        background-image: url("../images/beauty_touch.png");
        background-repeat: no-repeat;
        background-position: 50% top;
        }
        

/*
	=Crumb Path
------------------------------------------------------------*/
    
    ul.crumb_path {
    position: relative;
    width: 100%;
    font-size: 10px;
    left: 17px;
    margin-top: 10px;
    margin-bottom: 10px;
    }    

        ul.crumb_path li {
        list-style-type: none;
        display: inline;
        text-align: right;
        color: #000;
        margin-right: 5px;
        }
        
            ul.crumb_path li a {
            color: #000;
            text-decoration: underline;
            margin-right: 5px;
            }
            
                ul.crumb_path li a:hover {
                color: #00a0cb;
                text-decoration: none;
                }
        
                
/*
	=Content Styles
------------------------------------------------------------*/
    h1 {
    background-color: #60207f;
    color: #fff;
    font-family: arial, sans-serif, helvetica; 
    font-size: 1.35em;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 3px 17px;
    }
    
    div.introduction {
    background-color: #f1f2f3;
    color: #60207f;
    font-weight: bold;
    padding: 1px 17px;
    }

div.introduction input.submit{
	background-color: #f1f2f3;
}
    
        div.introduction p {
        font-size: 0.75em;;
        }
        
            p.search-results-index {
            margin-top: 0;
            }
        
        div.introduction a {
        color: #60207f;
        }
        
            div.introduction a:hover {
            color: #00a0cb;
            }
        
            div.introduction p.active_img_small {
            position: relative;
            left: 188px;
            width: 320px;
            top: -140px;
            margin-bottom: -123px;
            height: auto !important;
            min-height: 106px;
            height: 106px;
            }
    
    
        div.introduction img {
        padding: 17px 0 17px 0;
        position: relative;
        height: 106px;
        }
    
    
    div.spotlight {
    float: left;
    position: relative;
    background-color: #eaebec;
    }
    
    
    
    div.actual_content {
    padding: 17px;
    background-color: #fff;
    color: #000;
    }
    
        div.actual_content p {

        }
        
        div.actual_content h2 {
        font-size: 0.9em;
        font-weight: bold;
        }

        div.actual_content h3 {
        font-size: 0.9em;
        font-weight: bold;
        margin-bottom: -0.7em;
        }
        
        div.actual_content h4 {
        font-size: 0.75em;;
        font-weight: bold;
        color: #60207f;
        margin-bottom: -1.2em;
        }
		div.actual_content .headings
		{
		    font-size: 0.75em;;
			font-weight: bold;
			color: #60207f;
		}
        
            div.actual_content a {
            color: #00a0cb;
            }
            
            div.actual_content a.mailto {
            color: #ae005f;
            }
    
                div.actual_content a:hover {
                color: #000;
                }

        div.actual_content ul {
        font-size: 0.75em;;
        margin-top: 1.5em;
        margin-bottom: 1.5em;
        list-style-type: none;
		padding: 0 0 0 5px
        }
        
            div.actual_content ul li {
				padding-left: 10px;
				background-image: url('/images/bullet_diamond.gif');
				background-repeat: no-repeat;
				background-position: 0px 5px;
            }
            
            div.actual_content ul.dot li {
            padding: 0 0 0 10px;
            background-image: url("../images/square_bullet.gif");
            background-position: 0 7px;
            background-repeat: no-repeat;
            }

    /* references and spotlight settings */
    div.first-inside-column {
    float: left;
    width: 248px;
    margin-right: 17px;
    }
    
    div.second-inside-column {
    float: right;
    width: 248px;
    }
    
        div div.column-container {
        float: left;
        margin-bottom: 20px;
        }
    
            div.first-inside-column h2, div.second-inside-column h2,
            div.first-inside-column p, div.second-inside-column p {
            margin: 0 0 0.5em 0;
            }
            
            div.first-inside-column a.more, div.second-inside-column a.more {
            margin: -1.0em 0 0 0;
            font-size: 1.0em;
            }
            
    
            div.first-inside-column ul.sumup, div.second-inside-column ul.sumup {
            margin: -0.4em 0 0 0;
            }
            
                div.first-inside-column ul.sumup li, div.second-inside-column ul.sumup li {
                float: left;
                display: inline;
                padding-right: 10px;
                }
            
            div.first-inside-column ul.services, div.second-inside-column ul.services {
            margin: 0 0 0 0;
            }

                div.first-inside-column ul.services li, div.second-inside-column ul.services li {
                background-image: url("../images/square_bullet_blue.gif");
                background-position: 0 0.6em;
                background-repeat: no-repeat;
                padding: 0 0 0.5em 10px;
                }



        
            
            
    ol.ordered {
    list-style-type: decimal;
    font-size: 0.75em;;
    margin-left: 1.9em;
    }
    
        ol.ordered li {
        margin: 0 0 5px 0;
        }
            
            
            
            
    img.image-right {
    float: right;
    margin: 0 0 5px 10px;
    }
    
    img.image-left {
    float: left;
    margin: 0 10px 5px 0;
    }
            
            
/*
    =Forms
------------------------------------------------------------*/
    fieldset {
    border: 0 none;
    }

        textarea,
        input {
        margin: 0;
        padding: 0;
        font-family: arial;
        font-size: 12px;
        border: 1px solid #babcc1;
        }
    
            div.default-form p {
            width: 600px;
            }
    
            div.default-form em {
            color: #ae005f;
            padding: 0px 4px 2px 3px;
            }
            
            div.default-form ol li {
            float: left;
            display: block;
            width: 500px;
            margin-bottom: 0.5em;
            }
            
            div.default-form ol li.submission {
            width: 479px;
            text-align: right;
            margin-top: 12px;
            }
            
                    div.default-form ol li.dual label.default,
                    div.default-form ol li label {
                    float: left;
                    display: block;
                    width: 124px;
                    font-size: 0.75em;;
                    }
                    
                        div.default-form table th label,
                        div.default-form ol li.dual label {
                        float: left;
                        display: inline;
                        width: 90px;
                        }
                        
                    div.default-form table td  h2,
                    div.default-form ol li h2 {
                    font-weight: bold;
                    font-size: 0.75em;;
                    }
                    
                    div.default-form table td input,
                    div.default-form ol li input {
                    width: 350px;
                    height: 17px;
                    padding: 0 2px;
                    }
                    
                    div.default-form table td input.small-field,
                    div.default-form ol li input.small-field {
                    width: 150px;
                    }
                        
                            div.default-form table td.dual input,
                            div.default-form ol li.dual input {
                            width: 20px;
                            height: auto;
                            border: 0 none;
                            }
                    
                    div.default-form ol li textarea {
                    float: left;
                    width: 354px;
                    height: 100px;
                    }
                    
                    div.default-form ol li input.file {
                    margin-left: 0px;
                    }

                    div.default-form table th.error label,
                    div.default-form ol li.error label {
                    color: #ae005f;
                    }

                    div.default-form ol li.error input {
                    border-color: #ae005f;
                    }
    
    
    
    /* specific form styles */
        div.search-bar {
        margin-bottom: 30px;
        }
    
            div.search-bar select {
            width: 306px;
            float: left;
            height: 21px;
            margin-right: 17px;
            border: 1px solid #000;
            outline: 0;
            }
    
        
        div.search-introbar {
        padding: 17px 0;
        }

            div.search-introbar input {
            width: 200px;
            border: 1px solid #babcc1;
            padding: 2px;
            float: left;
            position: relative;
            }
            
            div.search-introbar input.submit {
            float: left;
            position: relative;
            left: 7px;
            top: -2px;
            width: 26px;
            height: 20px;
            background-image: url("../images/search_btn.gif");
            background-repeat: no-repeat;
            background-position: 0 0;
            border: 0 none;
            cursor: pointer;
            }
    
    .even_unit .content button,
    .uneven_unit .content button,
    .even_unit .content a.button,
    .uneven_unit .content a.button,
    div.actual_content button,
    div.actual_content a.button {
    padding: 4px 30px 4px 7px;
    border: 0;
    background-image: url("../images/button_arrow.gif");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-color: #f3d9e7;
    color: #000000;
    text-decoration: none;
    text-align: left;
    font-size: 1.0em;;
    font-family: arial;
    cursor: pointer;
    font-size: 12px;
    }
    
    
        /*button specific settings*/
        .even_unit .content button,
        .uneven_unit .content button,
        div.actual_content button {
        height: 2.0em;
        padding: 0 24px 0 7px;
        }

            div.actual_content button.search {
            width: 7.1em;
            height: 23px;
            padding-bottom: 3px;
            font-weight: bold;
            background-position: 100% 2px;
            }

            .even_unit .content button,
            .uneven_unit .content button,
            div.actual_content button {
            width: 9.5em;
            height: 2em;
            background-position: 100% 1px;
            font-weight: bold;
            }
    
        /*Hover consistency of buttons and a-button look a likes*/
        .even_unit .content button.button_hover,
        .uneven_unit .content button.button_hover,
        .even_unit .content a.button:hover,
        .uneven_unit .content a.button:hover,
        div.actual_content button.button_hover, div.actual_content a.button:hover {
        background-color: #00b8e4;
        }

/*
	=Pagination
------------------------------------------------------------*/
            .pagination {
            background-image: url("../images/pagination_line.png");
            background-position: 50% 50%;
            background-repeat: repeat-x;
            float: left;
            position: relative;
            left: 17px;
            text-align: center;
            height: 30px;
            margin-bottom: 10px;
            }
            
            .one_column .pagination {
            left: 0;
            width: 730px;
            margin-bottom: -10px;
            }
            
            div.spotlight .pagination {
            margin: 4px 0 4px 0;
            }
            
            
                .pagination a.prev, .pagination a.next, .pagination span.next, .pagination span.prev {
                position: absolute;
                top: 4px;
                display: block;
                width: 5em;
                height: 20px;
                background-color: #fff;
                color: #000;
                font-size: 0.75em;;
                background-repeat: no-repeat;
                background-image: url("../images/more.gif");
                text-decoration: none;
                }
                
                .pagination a.prev {
                background-image: url("../images/previous.gif");
                }
                
                
                div.spotlight .pagination a.prev, div.spotlight .pagination a.next, div.spotlight .pagination span.next, div.spotlight .pagination span.prev {
                background-color: #eaebec;
                }

                    .pagination span.inactive {
                    background-image: url("../images/more_inactive.gif");
                    color: #8c8d93;
                    }

                    .pagination span.prev {
                    background-image: url("../images/previous_inactive.gif");
                    color: #8c8d93;
                    }
                                        
                    .pagination a:hover {
                    text-decoration: underline;
                    color: #11a6ce;
                    }
            
                .pagination a.prev, .pagination span.prev {
                left: 0;
                padding-left: 24px;
                background-position: 0 1px;
                width: 3.6em;
                }
                
                .pagination a.next, .pagination span.next {
                right: 0;
                text-align: right;
                padding-right: 24px;
                background-position: 100% 1px;
                }
                
                ul.pages {
                margin: 0 auto; 
                text-align: center;
                font-size: 0.75em;;
                margin-top: 4px;
                }
                
                .large ul.pages {
                margin-top: 4px;
                }
                
                    ul.pages li {
                    display: inline;
                    }
                        
                        ul.pages li a {
                        color: #11a6ce;
                        text-decoration: underline;
                        background-color: #fff;
                        padding: 0 9px 0 9px;
                        margin-left: -2px;
                        border-right: 1px solid #11a6ce;
                        }
                        
                            ul.pages li a:hover {
                            color: #000;
                            }

                            ul.pages li.active a {
                            color: #000;
                            background-color: #fff;
                            font-weight: bold;
                            text-decoration: none;
                            cursor: default;
                            }

                            div.spotlight ul.pages li a,
                            div.spotlight ul.pages li.active a {
                            background-color: #eaebec;
                            } 
                            
                                ul.pages li.active a:hover {
                                text-decoration: none;
                                }
                    
                    
                        ul.pages li.last a {
                        border-right: 0 none;
                        }

            /* terug naar boven */                        
            div.page-top {
            float: left;
            width: 100%;
            text-align: right;
            margin-bottom: 17px;
            font-size: 0.75em;;
            }
            
                div.page-top a {
                background-image: url("../images/more.gif");
                background-position: 100% 50%;
                background-repeat: no-repeat;
                padding: 0 24px 0 0;
                text-decoration: none;
                color: #000;
                }

                    div.page-top a:hover {
                    color: #11a6ce;
                    text-decoration: underline;
                    }
                    
            /* back */
                .actual_content a.prev {
                display: block;
                height: 20px;
                background-color: #fff;
                color: #000;
                font-size: 0.75em;;
                background-repeat: no-repeat;
                background-image: url("../images/previous.gif");
                background-position: 0 30%;
                text-decoration: none;
                padding-left: 24px;
                }
                
                .actual_content a.prev:hover {
                color: #00a0cb;
                }                
                    
                    
                    
    
/*
	=Action Blocks
------------------------------------------------------------*/
    div#action_blocks {
    float: left;
    margin: 10px 0 0 2px;
    padding-bottom: 17px;
    }
    
        div.action_block {
        width: 188px;
        height: 242px;
        float: left;
        position: relative;
        margin: 1px;
        overflow: hidden;
        margin: 10px 0;
        }
        
        div.action_block_active {
        position: relative;
        }
        
            div.action_block img {
            position: absolute;
            z-index: 0;
            }
            
            div.action_block_heading {
            position: absolute;
            z-index: 100;
            }
    
    
        /* for good browsers without js */
        div.action_block_active:hover,
        div.action_block_active {
        background-image: url("../images/market_action_block.png");
        }
        
            div.action_block_active:hover img,
            div.action_block_active img {
            position: absolute;
            top: -1000px;
            }

    
            div.action_block_heading {
            position: relative;
            top: 0px;
            left: 25px;
            color: #000;
            }
    
                /* for good browsers without js */
                div.action_block_heading:hover {
                color: #11a6ce;
                }
            
                /* for js */
                div.action_block_heading_hover {
                color: #11a6ce;
                }

                div.action_block_heading h3 {
                font-size: 0.8em;
                font-weight: bold;
                }
 div.action_block_heading h3 a{
  text-decoration:none;
color:#000;
              } 
                
           
 div.action_block_heading h3 a:hover{
color:#11a6ce;
}
 div.action_block_list {
            position: relative;
            left: 35px;
            top: 20px;
            }
            
                div.action_block_list ul {
                list-style: none;
                height: 165px;
                overflow: hidden;
                }
                
                    div.action_block_list ul li {
                    display: block;
					
                    }
                    
                        div.action_block_list ul li a {
                        background-image: url("../images/arrow_black.gif");
                        background-position: 0 7px;
                        background-repeat: no-repeat;                        
                        padding: 0 0 3px 10px;
                        display: block;
                        width: 120px;
                        color: #000;
                        text-decoration: underline;
                        font-size: 0.75em;;
                        }
                        
                            div.action_block_list ul li a:hover {
                            background-image: url("../images/arrow_blue.gif");
                            text-decoration: underline;
                            color: #11a6ce;
                            }
            
            div.action_block_more {
            position: absolute;
            left: 35px;
            bottom: 15px;
            }
            
                div.action_block_more a.more {
                background-position: 56% 50%;
                padding: 0 0 0 10px;
                width: 100px;
                float: left;
                }
                    

/*
	=References
------------------------------------------------------------*/
    div.references {
    padding: 17px;
    }
    
        div.reference {
        position: relative;
        height: 130px;
        width: 732px;
        background-image: url("../images/references_bg.png");
        background-position: 0 0;
        background-repeat: repeat-x;
        margin-top: 10px;
        }
        
            div.reference div.img {
            position: relative;
            left: 0;
            top: 0;
            width: 170px;
            height: 130px;
            overflow: hidden;
            }
            
            div.reference div.quote {
            position: absolute;
            left: 170px;
            top: 24px;
            background-image: url("../images/references_quote_left.gif");
            background-position: 3px 5px;
            background-repeat: no-repeat;
            }
            
                div.reference div.quote p {
                position: relative;
                top: -15px;
                display: block;
                padding: 10px 10px 10px 32px;
                overflow: hidden;
                width: 520px;
                height: 83px;
                background-image: url("../images/references_quote_right.gif");
                background-position: 533px 80px;
                background-repeat: no-repeat;
                }
            
                div.reference div.quote a {
                position: relative;
                top: 0px;
                display: block;
                padding: 10px 10px 10px 32px;
                overflow: hidden;
                width: 520px;
                height: 83px;
                background-image: url("../images/references_quote_right.gif");
                background-position: 533px 80px;
                background-repeat: no-repeat;
                color: #60207f;
                font-size: 0.75em;;
                font-weight: bold;
                text-decoration: none;
                }
                    
                    div.reference div.quote a:hover span, .reference_hover {
                    color: #00a0cb;
                    }
                
                        div.reference div.quote a span {
                        display: block;
                        color: #000;
                        font-weight: normal;
                        font-size: 1.0em;
                        text-decoration: underline;
                        }
                    
                    
        div.calander_actual_item {
        margin: 17px;
        position: relative;
        background-color: #f1f2f3;
        padding: 0.1em 17px;
        width: 481px; /* 549-4*17 = 481*/
        }
        
        
            div.calander_actual_item p {
            color: #60207f;
            font-weight: bold;
            font-size: 0.75em;;
            }
        
                    div.calander_actual_item p a {
                    display: block;
                    width: 100%;
                    color: #000;
                    font-weight: normal;
                    }
                    
                        div.calander_actual_item p a:hover {
                        color: #00a0cb;
                        }

                    div.calander_actual_item p span, span.date {
                    font-size: 0.83em;
                    color: #7c7d82;
                    font-weight: normal;
                    }



/*
	=Perspective Container
------------------------------------------------------------*/
    div.perspective_container {
    width: 252px;
    float: right;
    position: relative;
    margin: 15px 0 0 15px;
    overflow: hidden;
	background-color: #e3e4e6;
    }
    
        div.perspective_container blockquote {
        display: block;
        width: 100%;
        background-image: url("../images/references_quote_left.gif");
        background-position: 0 0;
        background-repeat: no-repeat;
        position: relative;
        margin-bottom: 0px;
		background-color: white;
		height:45px;
        }

            div.perspective_container blockquote h2 {
            color: #60207f;
            font-size: 21px;
            font-style: italic;
            font-weight: bold;
            padding: 10px 0 0px 30px;
            background-image: url("../images/quote_right.gif");
            background-position: 230px 15px;
            background-repeat: no-repeat;
			height:35px;
            }
    
        div.perspective_container div.information_area {
        float: left;
        background-color: #e3e4e6;
        padding: 10px;
        width: 232px;

        }
            div.perspective_container div.information_area h3 {
            display: block;
            float: right;
            font-size: 0.75em;;
            color: #000;
            font-weight: bold;
            width: 148px;
			
            }
                div.perspective_container div.information_area h4 {
                margin: 0.8em 0 0.0em 0;
                display: block;
                float: right;
                font-size: 0.75em;;
                color: #000;
                font-weight: normal;
                width: 148px;
				
                }
                    div.perspective_container div.information_area p {
                    margin: 0 0 0.8em 0;
                    font-size: 0.75em;;
                    color: #60207f;
                    font-weight: bold;
                    font-style: italic;
                    text-align: left;
                    }
					.uitklapper
					{
						/*margin: 0 0 0.8em 0;*/
						font-size: 0.75em;;
						color: #60207f;
						font-weight: bold;
						font-style: italic;
						text-align: left;
						float:left;
						margin-bottom:10px;
						

					}
					.spacertje
					{
						width:240px;
						height:1px;
						float:left;
						position:relative;
						
					}
                    
                    div.perspective_container div.information_area p.additional_text {
						font-weight: normal;
						font-style: normal;
                    }
                    
                    div.perspective_container div.information_area img {
						float: left;
						margin: 0 10px 0 0;
                    }
        
        div.perspective_container div.readmore {
			border:1px solid #e3e4e6;
			position:relative;
			float:left;
			z-index:2;
        }
        
        div.perspective_container div.readmore a {
			width:150px;
			color: #00b8e4;
			font-size: 0.75em;;
			padding: 0px 25px 5px 0;
			z-index:2;
			position:relative;
			float:left;
        }
        
            div.perspective_container div.readmore a:hover {
				color: #00b8e4;
            }
	

/*
	=Clickable areas/lists
------------------------------------------------------------*/
    div.clickable_areas {
    float: left;
    position: relative;
    margin-bottom: -10px;
    }
    
    div.area_manipulation {
    margin: 0;
    }
    
            div.clickable_areas ol {
            list-style: none;
            }
            
            div.clickable_areas ol.first-column {
            width: 248px;
            float: left;
            }
            
            div.clickable_areas ol.second-column {
            width: 248px;
            margin-left: 17px;
            float: left;
            }
        
                div.clickable_areas li {
                float: left;
                display: block;
                margin: 0 0 10px 0;
                }
                
                div.area_manipulation li {
                margin: 0;                
                }
                
                    div.clickable_areas li h3 { 
                    margin: 30px 0 5px 0;
                    }
                    
                    div.clickable_areas li a  {
                    float: left;
                    display: block;
                    width: 509px;
                    padding: 10px 0 13px 5px;
                    color: #000;
                    background-color: #f1f2f3;
                    font-size: 0.75em;;
                    }
                    
                    div.clickable_areas li a:hover, div.clickable_areas li a:hover {
                    text-decoration: none;
                    color: #00b8e4;
                    }
                    
                    div.clickable_areas li p  {
                    float: left;
                    display: block;
                    width: 509px;
                    padding: 0 0 10px 5px;
                    margin: -10px 0 0 0;
                    color: #60207f;
                    background-color: #f1f2f3;
                    font-size: 0.75em;;
                    font-weight: bold;
                    }
                    
                    div.clickable_areas ol.first-column li a, 
                    div.clickable_areas ol.first-column li p, 
                    div.clickable_areas ol.second-column li a, 
                    div.clickable_areas ol.second-column li p  { 
                    width: 243px;
                    }
                    
                    div.full_length ol li a, 
                    div.full_length ol li p  { 
                    width: 727px;
                    }                    
                    
                    
                    
                    
/*
	=Magazine
------------------------------------------------------------*/
    div.search-results,
    div.magazine-full, 
    div.magazine {
    float: left;
    width: 100%;
    height: 105px;
    margin-bottom: 17px;
    overflow: hidden;
    background-color: #f1f2f3;
    color: #60207f;
    font-size: 0.75em;;
    }

    div.magazine {
    width: 515px;
    }
   
        div.magazine img {
        float: left;
        width: 83px;
        margin-right: 17px;
        }

        div.search-results,
        div.magazine-full, 
        div.magazine ol {
        float: left;
        height: auto;
        }
        
            div.magazine ol li {
            background-image: url("../images/bullet_square_purple.gif");
            background-position: 0 50%;
            background-repeat: no-repeat;
            color: #60207f;
            padding: 0 0 0 10px;
            font-weight: bold;
            }
            
            div.search-results ol li,
            div.magazine-full ol li {
            color: #60207f;
            padding: 0 0 17px 10px;
            font-weight: bold;
            } 
    
                div.search-results ol li.title,
                div.magazine-full ol li.title,
                div.magazine ol li.title {
                background: none;
                padding: 0;
                margin: 10px 0 10px 0;
                }
                
                div.search-results ol li.title,
                div.magazine-full ol li.title {
                padding: 0 0 0 10px;
                margin: 10px 0 0 0;
                }
                
                    div.search-results ol li.title a,
                    div.magazine-full ol li.title a,
                    div.magazine ol li.title a {
                    color: #000;
                    font-weight: normal;
                    }

                        div.search-results ol li.title a:hover,
                        div.magazine-full ol li.title a:hover,
                        div.magazine ol li.title a:hover {
                        color: #00a0cb;
                        }
                
                    div.magazine-full ol li.title span.pdf, 
                    div.magazine ol li.title span.pdf {
                    background-image: url("../images/pdf.gif");
                    background-position: 0 50%;
                    background-repeat: no-repeat;
                    margin: 0 0 0 10px;
                    padding: 7px 0 0 30px;
                    color: #000;
                    font-size: 0.9em;
                    font-weight: normal;
                    }

/*
	=Jobs
------------------------------------------------------------*/
    div.tab-header {
    border-bottom: 4px solid #60207f;
    background-color: #babcc1;
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    }
    
        div.tab-header ul {
        margin: 0;
        width: 730px;
        float: left;
        }
        
            div.tab-header ul li {
            display: inline;
            float: left;
            border-right: 1px solid #fff;
            }
            
                div.tab-header ul li.active,
                div.tab-header ul li a {
                display: block;
                color: #60207f;
                font-size: 16px;
                padding: 7px 10px;
                text-decoration: none;
                }
                
                div.tab-header ul li.active,
                div.tab-header ul li a:hover {
                color: #fff;
                background-color: #60207f;
                }
                
    div.tab-content table {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    font-size: 0.75em;;
    padding: 5px;
    }

        div.tab-content table tr {
        background-color: #f1f2f3;
        }
        
            div.tab-content table td.job-link {
            width: 180px;
            padding: 5px 17px 5px 5px;
            border-bottom: 10px solid #fff;
            }
            
                div.tab-content table td.job-link a {
                color: #000;
                text-decoration: underline;
                }
                
                    div.tab-content table td.job-link a:hover {
                    color: #00a0cb;
                    }
        
            div.tab-content table td.job-desc {
            width: 338px;
            padding: 5px 12px 5px 5px;
            color: #60207f;
            font-weight: bold;
            border-bottom: 10px solid #fff;
            }
        
            div.tab-content table td.job-region {
            width: 165px;
            padding: 5px;
            color: #000;
            border-bottom: 10px solid #fff;
            }

            
/*
	=Contact
------------------------------------------------------------*/
    div.contact div.office,
    div.contact div.headquarters {
    position: relative;
    width: 698px;
    background-color: #f2f2f3;
    padding: 17px;
    }
    
    div.contact div.office {
    width: 323px;
    margin: 0 17px 10px 0;
    float: left;
    }
    
    div.contact div.last {
    margin: 0 0 10px 0;
    }
    
    div.contact h2 {
    margin-top: 20px;
    }
        
        div.contact div.headquarters img {
        float: right;
        }
        
        .actual_content div.contact div.office ol,
        .actual_content div.contact div.headquarters ol {
        font-size: 0.75em;;
        }
        
            div.contact div.headquarters ol li.phone {
            margin-top: 13px;
            }
            
            div.contact div ol li.title {
            font-size: 1.15em;
            height: 1.3em;
            padding: 0 0 0 1px;
            }
        
            div.contact div ol li.phone {
            background-image: url("../images/tel.gif");
            background-position: 0 50%;
            background-repeat: no-repeat;
            padding: 0 0 0 20px;
            height: 1.3em;
            }
            
            div.contact div ol li.fax {
            background-image: url("../images/fax.gif");
            background-position: 1px 50%;
            background-repeat: no-repeat;
            padding: 0 0 0 20px;
            height: 1.3em;
            }
            
            div.contact div ol li.email {
            background-image: url("../images/email_dark.gif");
            background-position: 2px 50%;
            background-repeat: no-repeat;
            padding: 0 0 0 20px;
            height: 1.3em;
            }
                div.contact div ol li.route a,
                div.contact div ol li.email a {
                color: #ae005f;
                }
                
                    div.contact div ol li.route a:hover,
                    div.contact div ol li.email a:hover {
                    color: #000;
                    }
            
            div.contact div ol li.kvk {
            margin-top: 13px;
            }


/*
	=Sitemap
------------------------------------------------------------*/
            ol.sitemap { 
            float: left;
            position: relative;
            top: -17px;
            }        
            
                ol.sitemap li.title {
                color: #ae005f;
                font-size: 1.0em;
                font-weight: bold;
                margin: 17px 0 5px 0;
                }
                
                    ol.sitemap li.first-level {
                    font-size: 0.75em;;
                    font-weight: bold;
                    background-image: url("../images/disc.gif");
                    background-repeat: no-repeat;
                    background-position: 0 7px;
                    padding: 0 0 0 12px;
                    }
                
                        ol.sitemap li.second-level {
                        font-size: 0.75em;;
                        font-weight: normal;
                        padding: 0 0 0 30px;
                        }
                        
                        ol.sitemap li a {
                        color: #000;
                        text-decoration: none;
                        }

                            ol.sitemap li a:hover {
                            color: #00a0cb;
                            }


/*
	=Sidebar
------------------------------------------------------------*/

    #sidebar p,
    #sidebar ul {
    font-size: 0.69em;
    margin: 0;
    }

    #sidebar p strong {
    font-size: 1.1em;
    }
    
    .uneven_unit {
    width: 173px;
    margin-bottom: 10px;
    }
    
        .uneven_unit .top {
        width: 173px;
        height: 13px;
        background-image: url(../images/sidebar_top_left.png);
        background-repeat: no-repeat;
        background-color: transparent;
        background-position: 0 0;
        position: relative;
        }
        
        .uneven_unit .bottom {
        width: 173px;
        height: 23px;
        background-image: url(../images/sidebar_bottom_left.png);
        background-repeat: no-repeat;
        background-color: transparent;
        background-position: 0 0;
        position: relative;
        }
        
        .uneven_unit .content {
        padding: 10px 7px 10px 20px;
        background-image: url(../images/sidebar_background.png);
        background-repeat: repeat;
        background-color: #60207f;
        background-position: 0 0;
        position: relative;
        left: 0;
        }
    
    .even_unit {
    width: 173px;
    margin-bottom: 10px;
    }
    
        .even_unit .top {
        width: 173px;
        height: 13px;
        background-image: url(../images/sidebar_top_right.png);
        background-repeat: no-repeat;
        background-color: transparent;
        background-position: 0 0;
        position: relative;
        }
        
        .even_unit .bottom {
        width: 173px;
        height: 34px;
        background-image: url(../images/sidebar_bottom_right.png);
        background-repeat: no-repeat;
        background-color: transparent;
        background-position: 0 0;
        position: relative;
        }
        
        .even_unit .content {
        padding: 10px 7px 10px 20px;
        background-image: url(../images/sidebar_background.png);
        background-repeat: repeat;
        background-color: #60207f;
        background-position: 0 0;
        position: relative;
        left: 0;
        margin-bottom: -10px;
        }
        
        div.related-references {
        position: relative;
        left: -5px;
        }
        
        
            .even_unit .content, .uneven_unit .content {
            color: #fff;
            }
            
                .even_unit .content hr, .uneven_unit .content hr {
                border: 0;
                color: #551874;
                height: 20px;
                }

            
                .even_unit .content h2, .uneven_unit .content h2 {
                color: #fff;
                font-family: arial, sans-serif, helvetica; 
                font-weight: normal;
                letter-spacing: 1px;
                }
                
                .even_unit .content p, .uneven_unit .content p {
                color: #fff;
                }
                
                .even_unit .content ul, .uneven_unit .content ul {
                list-style-type: none;
                position: relative;
                top: -7px;
                margin-bottom: -10px;
                }
                
                    .even_unit .content ul.bullet li, .uneven_unit .content ul.bullet li {
                    background-image: url(../images/bullet_square.gif);
                    background-repeat: no-repeat;
                    background-position: 0 0.8em;
                    padding-left: 10px; 
                    }
                
                    /* calender styles */
                    .even_unit .content ul li.date, .uneven_unit .content ul li.date {
                    color: #8c8d93;
                    margin-top: 20px;
                    }
                    
                    .even_unit .content ul li h4, .uneven_unit .content ul li h4 {
                    font-weight: bold;
                    margin: 5px 0 5px 0;
                    font-size: 1.0em;
                    }
                    
                    
                    .even_unit .content div.pagenav, .uneven_unit .content div.pagenav {
                    position: relative;
                    height: auto !important;
                    min-height: 20px;
                    height: 20px;
                    margin-top: 20px;
                    font-size: 0.75em;
                    }
                    
                        .even_unit .content div.prev, .uneven_unit .content div.prev {
                        position: relative;
                        width: 45%;
                        float: left;
                        }
                        
                            .even_unit .content div.prev a, .uneven_unit .content div.prev a {
                            background-image: url(../images/pagenav_prev.gif);
                            background-repeat: no-repeat;
                            background-position: 0 50%;
                            padding-left: 19px;
                            }
                            
                            .even_unit .content div.prev span, .uneven_unit .content div.prev span {
                            background-image: url(../images/pagenav_prev_inactive.gif);
                            background-repeat: no-repeat;
                            background-position: 0 50%;
                            padding-left: 19px;
                            color: #babcc1;
                            }
                        
                        .even_unit .content div.next, .uneven_unit .content div.next {
                        position: relative;
                        width: 45%;
                        float: right;
                        text-align: right;
                        margin-right: 10px;
                        }
                        
                            .even_unit .content div.next a, .uneven_unit .content div.next a {
                            background-image: url(../images/pagenav_active.gif);
                            background-repeat: no-repeat;
                            background-position: 100% 50%;
                            padding-right: 19px;
                            }
                            
                            .even_unit .content div.next span, .uneven_unit .content div.next span {
                            background-image: url(../images/pagenav_inactive.gif);
                            background-repeat: no-repeat;
                            background-position: 100% 50%;
                            padding-right: 19px;
                            color: #babcc1;
                            }
                
                .even_unit .content a, .uneven_unit .content a {
                color: #fff;
                text-decoration: underline;
                }
                
                .even_unit .content a.email, .uneven_unit .content a.email {
                background-image: url("../images/email.gif");
                background-repeat: no-repeat;
                background-position: left 75%;
                padding-left: 17px;
                }
                
                    .even_unit .content a:hover, .uneven_unit .content a:hover {
                    color: #9CEBFF;
                    text-decoration: underline;
                    }
                    
                    /* publication styles */
                    .even_unit .content ul li.publications, .uneven_unit .content ul li.publications {
                    background-image: url("../images/bullet_square.gif");
                    background-position: 0 7px;
                    background-repeat: no-repeat;
                    position: relative;
                    left: -7px;
                    padding: 0 0 0 7px;
                    }
                    
                    /* job styles */
                    .even_unit .content ul li.jobs a, .uneven_unit .content ul li.jobs a {
                    display: block;
                    margin: 0;
                    }
                    
                    /* magazine subscriptions */
                    .even_unit .content ul.subscribe, .uneven_unit .content ul.subscribe {
                    position: relative;
                    top: 10px;
                    }
                    
                    .even_unit .content ul.subscribe li, .uneven_unit .content ul.subscribe li {
                    margin: 0 0 5px 0;
                    }
   
                    
/* 
    =Home specific styles 
------------------------------------------------------------*/

    .home .content #content_column {
    border: 1px solid #60207f;
    padding-bottom: 0!important;
    }
    
    
            .home .content #sidebar .home {
            position: relative;
            top: -6px;
            }
    
        .home .content #content_column h1 {
        position: relative;
        text-align: center;
        top: -3px;
        }
        
        .home .content #content_column div.tag-cloud {
        background-image: url("../images/home_bg.png");
        background-repeat: no-repeat;
        background-position: 0 0;
        width: 100%;
        height: 388px;
        text-align: center;
        margin-top: 13px;
        }
        
        
        .home .content #content_column div.tag-cloud ul {
        text-align: center;
        width: 529px;
        padding: 3px 10px 10px 10px;
        }
        
            .home .content #content_column div.tag-cloud ul li {
            padding: 2px;
            line-height: 1.6em;
            display: inline;
            }
            
                .home .content #content_column div.tag-cloud ul li a {
                font-size: 13px;
                text-decoration: none;
                padding: 2px 0;
                background: none;
                }
                
                        .home .content #content_column div.tag-cloud ul li a.level_1 {
                        color: #a079b2;
                        }
                        
                        .home .content #content_column div.tag-cloud ul li a.level_2 {
                        color: #60207f;
                        }
                        
                        .home .content #content_column div.tag-cloud ul li a.level_3 {
                        font-size: 16px;
                        color: #60207f; 
                        }
                        
                    .home .content #content_column div.tag-cloud ul li a:hover {
                    color: #00a0cb;
                    }
                    
    #sidenav-home {
    width: 187px;
    position: absolute;
    top: 128px;
    }
    
                        
        .sidenav-home-promo, .sidenav-home-spotlight {
        width: 187px;
        margin-bottom: 17px;
        }
    
        .sidenav-home-spotlight {
        position: relative;
        top: -25px;
        }
        
            .job-spotlight .top,
            .sidenav-home-promo .top, .sidenav-home-spotlight .top {
            width: 187px;
            height: 22px;
            background-image: url(../images/home_navbar_light_top.png);
            background-repeat: no-repeat;
            background-color: transparent;
            background-position: 0 0;
            position: relative;
            }
            
            .job-spotlight .bottom,
            .sidenav-home-promo .bottom, .sidenav-home-spotlight .bottom {
            width: 187px;
            height: 36px;
            background-image: url(../images/home_navbar_light_bottom.png);
            background-repeat: no-repeat;
            background-color: transparent;
            background-position: 0 0;
            position: relative;
            }
            
            .job-spotlight .content,
            .sidenav-home-promo .content, .sidenav-home-spotlight .content {
            padding: 12px 7px 10px 20px;
            background-image: url(../images/home_navbar_light_fill.png);
            background-repeat: repeat;
            background-color: #60207f;
            background-position: 0 0;
            position: relative;
            left: 0;
            }

            .sidenav-home-promo .content, .sidenav-home-spotlight .content {
            padding: 13px 7px 12px 20px;
            }
            
            
            .sidenav-home-spotlight .top {
            height: 31px;
            background-image: url("../images/home_navbar_dark_top.png");
            }
            
            .sidenav-home-spotlight .bottom {
            height: 26px;
            background-image: url("../images/home_navbar_dark_bottom.png");
            }
            
            .sidenav-home-spotlight .content {
            background-image: url("../images/home_navbar_dark_fill.png");
            }
            
                        
            .job-spotlight {
            margin-bottom: 5px;
            }
            
                .job-spotlight img {
                position: absolute;
                right: -17px;
                top: -30px;
                z-index: 1000;
                }
            
            .job-spotlight .top {
            width: 172px;
            height: 9px;
            background-image: url("../images/home_job_banner_top.png");
            }
            
            .job-spotlight .bottom {
            width: 173px;
            height: 18px;
            background-image: url("../images/home_job_banner_bottom.png");
            }
            
            .job-spotlight .content {
            width: 145px;
            background-image: url("../images/home_job_banner_fill.png");
            }
            
                    .job-spotlight .content h2, .job-spotlight .content h2 a,
                    .sidenav-home-promo .content h2, .sidenav-home-spotlight .content h2 {
                    color: #fff;
                    font-family: arial, sans-serif, helvetica; 
                    font-weight: normal;
                    letter-spacing: 1px;
                    text-decoration: none;
                    }
                    
                        .job-spotlight .content h2, .job-spotlight .content h2 a {
                        display: block;
                        padding: 0 20px 0 0;
                        margin-bottom: -5px;
                        }
                    
                    .sidenav-home-promo .content p, .sidenav-home-spotlight .content p,
                    .sidenav-home-promo .content a, .sidenav-home-spotlight .content a {
                    color: #fff;
                    display: block;
                    margin-bottom: -5px;
                    }
                    
                        /* safari */
                        body:first-of-type .sidenav-home-promo .content p, body:first-of-type .sidenav-home-spotlight .content p,
                        body:first-of-type .sidenav-home-promo .content a, body:first-of-type .sidenav-home-spotlight .content a  {
                        margin-bottom: 4px;
                        }
                        

                        .job-spotlight .content h2 a:hover,
                        .sidenav-home-promo .content a:hover, .sidenav-home-spotlight .content a:hover {
                        color: #98eaff;
                        } 
                    
                        .content p.promo-txt {
                        font-size: 19px;
                        letter-spacing: 0.03em;
                        line-height: 19px;
                        margin: 5px 0;
                        }
                    
                    .sidenav-home-promo .content ul, .sidenav-home-spotlight .content ul {
                    list-style-type: none;
                    }
                    
                        .sidenav-home-promo .content ul.bullet li, .sidenav-home-spotlight .content ul.bullet li {
                        background-image: url(../images/bullet_square.gif);
                        background-repeat: no-repeat;
                        background-position: 0 0.8em;
                        padding-left: 10px; 
                        }

        
        
                .sidebar-home .even_unit .content, .sidebar-home .uneven_unit .content {
                margin-bottom: -6px;
                }
                
                .sidebar-home .even_unit .content ul, .sidebar-home .uneven_unit .content ul {
                position: relative;
                top: -4px;
                margin-bottom: -4px;
                }
                    .sidebar-home .even_unit .content ul li.date, .sidebar-home .uneven_unit .content ul li.date {
                    margin-top: 7px;
                    }
                    
                    
/* 
    =sIFR
------------------------------------------------------------*/

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

.sIFR-hasFlash h1 span {
font-size: 19px;
}

h1 span {
position: relative;
top: 6px;
padding-bottom: 8px;
}


/* 
    =Blocks
------------------------------------------------------------*/


#imgholder
{
	width:750px;
}

#imgreplacement {
	float:left; 
	display:inline; 
	position:relative;
	margin:8px 0 0 0px; 
	width:190px; 
	height:250px;
}
#imgreplacement ul {
	padding:0; 
	margin:0; 
	list-style:none; 
	position:absolute; 
	top:0; 
	left:0;
}
#imgreplacement ul li { position:absolute; }

#imgreplacement ul li#mercury {
	width:190px; 
	height:242px; 
	top:0px;
	left:0px; 
}

.imgcontent {
	float:left;
	display:inline; 
	background:#F1F1F1; 
	height:230px;  
	width:160px;
	margin-top:2px;
	margin-left:30px;
	text-align:left;
	line-height: 14px;
}
.imgcontent a {
	display:block; 
	color:#000; 
	font-size:12px; 
	text-indent:0; 
	padding:4px;
	height:230px;
}
/* remove the absolute position from the list items for lte IE6 */
* html #imgreplacement ul li {position:static;}

/* and give the absolute position to the links for lte IE6 */
* html #imgreplacement ul li a.tl {position:absolute; }
* html #imgreplacement ul li#mercury a.tl {top:0px; left:0px;}



#imgreplacement ul li a {text-decoration:none; margin-bottom:0px; height:18px;}


#imgreplacement ul li a.tl {display:block; text-indent:-9999px;  background: url(http://www.website.nl/transparent.gif);}
/*#imgreplacement ul li a.tl {display:block; text-indent:-9999px;}*/

#imgreplacement ul li a.tl:hover, #imgreplacement ul li:hover {z-index:500;}


#imgreplacement ul li#mercury a.tl {width:190px; height:230px; }

#imgreplacement ul li#mercury a.tl:hover, #imgreplacement ul li:hover {
	background:url(../images/hover.gif) no-repeat left top;
	height:242px;
}

#imgreplacement ul li .contentHolder,
#imgreplacement ul li a .contentHolder
{
	visibility:hidden;
	height:242px;
}

/* For IE6 to work */
* html #imgreplacement ul li a.tl:hover {border:0;}

* html #imgreplacement ul li a:hover .contentHolder {visibility:visible;}

#imgreplacement ul li:hover .contentHolder {visibility:visible;}

/* For IE7 to keep the :hover over .contentHolder - goodness knows why? */
#imgreplacement ul li:hover .contentHolder {background:url();}

.contentHolder {display:block; position:absolute; height:200px; text-align:center;}

#mercury .contentHolder {left:-20px; top:-20px; width:203px; }

.contentHolder {background: transparent; margin:1em; }




#imgreplacement ul li a:hover .contentHolder .imgcontent a:hover {color:#C2C2C2;}
#imgreplacement ul li:hover .contentHolder .imgcontent a:hover {color:#C2C2C2;}

.contentHolder em.point_top {
	display:block; font-size:0; width:25px; height:14px; background:url() center top; position:absolute; left:50px; top:-11px;
}
.contentHolder em.point_bottom {
	display:block; font-size:0; width:25px; height:14px; background:url() center bottom; position:absolute; right:50px; bottom:-11px;
}
/* for IE5.5 */
* html .contentHolder em.point_bottom {
	bottom:-12px; bo\ttom:-11px;
}
.contentHolder em.point_left {
	display:block; font-size:0; width:14px; height:25px; background:url() left center; position:absolute; left:-11px; top:30px;
}
.contentHolder em.point_right {
	display:block; font-size:0; width:14px; height:25px; background:url() right center; position:absolute; right:-11px; top:125px;
}
/* for IE5.5 */
* html .contentHolder em.point_right {
	right:-12px; ri\ght:-11px;
}
.titleHolder
{
	position:absolute;
	width:180px;
	height:30px;
	padding-left:30px;
}
a.blocktitle
{
	text-decoration:none;
	color:black;
	font-weight:bold;
	font-size:0.8em;
}

.insidetitleHolder
{
	height:30px;
	margin-bottom:3px;
	background-color:white;
	text-align:left;
	color:#1dafff;
}
.linkHolder
{
	height:auto;
	
}
dl
{
	margin-top:0px;
}	
dd
{
	margin-left:5px;
	padding-left:5px;
	padding-bottom:4px;
	font-family: arial, "lucida console", sans-serif;
	font-size: 100%;
	list-style: square;
	background:url(../images/arrow_black.gif) left top;
	background-repeat:no-repeat;
	background-position:0px 7px;
	line-height:11px;
}
.link
{
	margin:0;
	padding:0;
	height:15px;

}
