        /* //////////////////////////////////////////////////////////////////////////////////////////*/
        /* 
        /*  ALGEMENE DINGEN
        /* 
        /* //////////////////////////////////////////////////////////////////////////////////////////*/
        
                body
                        {
                        margin:							0;
                        padding:						0;
                        font-family:					Arial, Verdana, Helvetica, sans-serif, "Arial Black";
                        font-size:						12px;
                        color:							#747474;
                        height:							100%;
                        background-color:				#FFFFFF;
                        background-image:				url(../img_shared/bg_body.jpg);
                        background-repeat:				repeat-x;
                        background-position:			center top;
                        }
                table, td
                        {
                        font-family:					Arial, Verdana, Helvetica, sans-serif, "Arial Black";
                        font-size:						12px;
                        }
                p
                        {
                        margin:							0;
                        padding:						0;
                        }
                a
                        {
                        color:							#747474;
                        text-decoration:				underline;
                        }
        
                a:hover
                        {
                        color:							#394792;
                        text-decoration:				underline;
                        }
                h1
                        {
                        margin:							0;
                        padding:						0;
                        margin-bottom:					10px;
                        margin-top:						10px;
                        tekst-decoration:				none;
                        font-size:						16px;
                        font-weight:					bold;
                        }
                h2
                        {
                        margin:							0;
                        padding:						0;
                        margin-bottom:					10px;
                        margin-top:						10px;
                        tekst-decoration:				none;
                        font-size:						16px;
                        font-weight:					bold;
                        }
                h3
                        {
                        margin:							0;
                        padding:						0;
                        tekst-decoration:				none;
                        font-size:						16px;
                        font-weight:					bold;
                        }
        		h4
                        {
                        margin:							0;
                        padding:						0;
                        tekst-decoration:				none;
                        font-size:						16px;
                        font-weight:					bold;
                        }
                h5
                        {
                        margin:							0;
                        padding:						0;
                        tekst-decoration:				none;
                        font-size:						16px;
                        font-weight:					bold;
                        }
        
        /* //////////////////////////////////////////////////////////////////////////////////////////*/
        /* 
        /*  NAVIGATIE
        /* 
        /* //////////////////////////////////////////////////////////////////////////////////////////*/
        
                .navigatie
                        {
                        height:							30px;
                        text-align:						left;
                        font-weight:					bold;
                        color:							#FFFFFF;
                        background-color:				#394792;
						padding-left:					27px;
                        }
                .navigatie a
                        {
                        font-weight:					bold;
                        color:							#FFFFFF;
                        text-decoration:				none;
                        }
                .navigatie a:hover
                        {
                        font-weight:					bold;
                        color:							#FFFFFF;
                        text-decoration:				underline;
                        }
                .navigatie #current
                        {
                        font-weight:					bold;
                        color:							#cccccc;
                        text-decoration:				none;
                        }
                        
                
        /* //////////////////////////////////////////////////////////////////////////////////////////*/
        /* 
        /*  CONTENT
        /* 
        /* //////////////////////////////////////////////////////////////////////////////////////////*/
        
                .content_top
                        {
                        width:							801px;
                        background-color:				#FFFFFF;
                        padding-left:					27px;
						padding-right:					27px;
						height:							128px; 
                        }
				.content
                        {
                        width:							801px;
                        background-color:				#cccccc;
                        background-image:				url(../img_shared/bg_content.png);
                        background-position:			center top;
						background-repeat:				repeat-x;
                        padding-top:					27px;
						padding-bottom:					92px;
                        padding-left:					27px;
						padding-right:					27px;
                        }
                .pinenwin
                		{
                        height:							128px; 
                        width:							362px; 
                        background-image: 				url(../img_shared/pinenwin.png); 
                        background-color:				#cccccc;
                        }

