/* stylesheet voor print versie 

    verschil met scherm versie is dat het ciratenblok niet wordt getoond en
    dat er geen lege regels onder aan de pagina geprint worden.
    Ook zijn de achtergrond afbeeldingen verwijderd. 


*/


/* Accordions */
        
        
        
        .inner_accordion_toggle {
            display: block;
            height: 30px;
            width: 452px;
            background: transparant;
            padding: 0 10px 0 10px;
            line-height: 30px;
            color: #4f4f4f;
            font: 100% "Lucida Grande", Lucida, "Lucida Sans Unicode", Verdana, sans-serif;
            text-decoration: none;
            outline: none;
            font-size: 20px;
            border-bottom: 2px solid #9AC1C9;
            cursor: pointer;
            margin: 4px 0px 0px 4px;
        }
        
        .inner_accordion_toggle_active {
            background: transparant;
            color: #4f4f4f;
            font: 100% "Lucida Grande", Lucida, "Lucida Sans Unicode", Verdana, sans-serif;
            font-size: 20px;
            border-bottom: 2px solid #9AC1C9;
        }

        .logo_tekst {
            font: 140% "Lucida Grande", Lucida, "Lucida Sans Unicode", Verdana, sans-serif;
            color: #092759;   
            font-size: 76px;
            font-weight: bold;
            padding: 0 10px 0 14px;
            word-spacing: -0.1em;
        }

        .midden_logo {
            position: relative;
            top: 0px;
            right: 0px;
            bottom: 0px;
            left: 170px;        
            background: transparant;
            width: 480px;
        }

        .page_header {
            color: #4f4f4f;
            overflow: hidden;
            background: transparant;
            font: 100% "Lucida Grande", Lucida, "Lucida Sans Unicode", Verdana, sans-serif;
            font-size: 20px;
            height: 30px;
            width: 450px;
            margin: 4px 0px 0px 4px;
            border-bottom: 2px solid #9AC1C9;
            padding: 0 10px 0 10px;
          /*  border-bottom: 2px solid #CBA91B; */
        }
        
        .outer_accordion_toggle {
            display: block;
            height: 30px;
            width: 628px;
            background: transparant; 
            line-height: 30px;
            color: #FFFFFF;
            font: 100% "Lucida Grande", Lucida, "Lucida Sans Unicode", Verdana, sans-serif;
            font-weight: normal;
            text-decoration: none;
            outline: none;
            font-size: 20px;
            cursor: pointer;
            margin: 4px 0px 0px 4px;
            border-bottom: 2px solid #9AC1C9;     
        }
        
        .outer_accordion_toggle_active {
            display: block;
            height: 30px;
            width: 628px;
            background: transparant;
            line-height: 30px;
            color: #FFFFFF;
            font: 100% "Lucida Grande", Lucida, "Lucida Sans Unicode", Verdana, sans-serif;
            font-weight: normal;
            text-decoration: none;
            outline: none;
            font-size: 20px;
            cursor: pointer;
            margin: 4px 0px 0px 4px;
            border-bottom: 2px solid #9AC1C9;     
        }
        
        .outer_accordion_content {
        display: table-row;
            color: #4f4f4f;
            overflow: hidden;
            background: transparant;
            margin: 0px 0px 0px 156px;  /* t,r,b,l */
        }
        
        .paragraph_content {
            display: table-row;
            color: #4f4f4f;
            overflow: hidden;
            background: transparant;
            font: 100% "Lucida Grande", Lucida, "Lucida Sans Unicode", Verdana, sans-serif;
            font-weight: normal;
            text-decoration: none;
            outline: none;
            font-size: 14px;
            word-spacing: -0.1em;
            width: 440px;
            margin: 0px 0px 0px 10px;
        }
        
        .steekwoorden {
            color: #4f4f4f;
            overflow: hidden;
            background: transparant;
            font: 100% "Lucida Grande", Lucida, "Lucida Sans Unicode", Verdana, sans-serif;
            font-weight: normal;
            text-decoration: none;
            outline: none;
            font-size: 14px;
            word-spacing: -0.1em;
            width: 440px;
            margin: 0px 0px 0px 20px;
        }
        
    #right {
        display: none;
        position: fixed; 
        top: 1px;     
        left: 1px;   
        width: 1px;   
        height: 1px;  
    }
        
    a.daanlink.hover {
        color: #18113D;
    }
    
    a.daanlink.visited {
        color: #18113D;
    }

    a.daanlink {
        color: #18113D;
    }

    .empty_part {
        display: none;
    }    
