/* ----- Design by Aqtion (Default stylesheet)   ----- */

/*\\\\	BASIC STYLES (HTML, BODY)	\\\\*/
*
{
    padding: 0px;
    margin: 0px;
}
BODY, HTML
{
    width: 100%;
    height: 100%;
    margin: 0px;
    height: 0px;
	font-family: Verdana, Arial, Tahoma;
	font-size: 13px;
	color: #000000;
    font-weight: normal;
    line-height: 16px;
	background: none;
}
DIV
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Tahoma;
	font-size: 13px;
    font-weight: normal;
    line-height: 16px;
    background-color: #FFFFFF;
}

/*\\\\	BASIC STYLES (TEXT FORMATTING, LINKS, HEADERS, ETC.)	\\\\*/
/*	Header Styles	*/
    H1,
	H1.bluegreen,
	H1.orange,
	H1.red,
	H1.turquoise,
	H1.white,
	H1.black_calibri,
	H1.bluegreen_calibri,
	H1.orange_calibri,
	H1.red_calibri,
	H1.turquoise_calibri,
	H1.white_calibri,
	H1.black_calibri_uppercase
	{
		margin: 5px 0px 15px 0px;
		font-family: Calibri, Verdana, Tahoma;
		color: #336666;
		font-size: 24px;
		font-weight: bold;
		line-height: 24px;
	}
	H2,
	H2.bluegreen,
	H2.orange,
	H2.red,
	H2.turquoise,
	H2.white,
	H2.black_calibri,
	H2.bluegreen_calibri,
	H2.orange_calibri,
	H2.red_calibri,
	H2.turquoise_calibri,
	H2.white_calibri,
	H2.black_calibri_uppercase
	{
		margin: 5px 0px 10px 0px;
		font-family: Calibri, Verdana, Tahoma;
		color: #336666;
		font-size: 20px;
		font-weight: bold;
		line-height: 20px;
	}
	H3,
	H3.bluegreen,
	H3.orange,
	H3.red,
	H3.turquoise,
	H3.white,
	H3.black_calibri,
	H3.bluegreen_calibri,
	H3.orange_calibri,
	H3.red_calibri,
	H3.turquoise_calibri,
	H3.white_calibri
	{
		margin: 5px 0px 10px 0px;
		font-family: Calibri, Verdana, Tahoma;
		color: #336666;
		font-size: 16px;
		font-weight: bold;
		line-height: 16px;
	}

/*\\\\	BASIC STYLES (CONTENT BLOCKS, PAGE LAYOUT)	\\\\*/
/*	--- WEBSITE MAIN CANVAS STYLES --- */
DIV#canvas
{
	width: 825px;
	margin: 0px auto;
	padding: 0px;
	background-color: transparent;
}
	DIV#canvas_center
	{
		width: 825px;
		margin: 0px;
		padding: 0px;
		float: left;
    	background: none;
	}
/*	--- WEBSITE HOMEPAGE CONTENT ROWS/BLOCKS --- */
/*	Content Row: Top Row (banner/ad)	*/
DIV#row_top
{
	display: none;
}
/*	Content Row: Logo Row (logo)	*/
DIV#row_logo
{
	width: 825px;
	height: 83px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	border-bottom: none;
	clear: both;
}
	DIV#row_logo_left
	{
		width: 400px;
		height: 82px;
		margin: 0px;
		padding: 0px;
		float: left;
	}
		DIV#row_logo_left IMG
		{
			margin: 1px 0px 0px 1px;
			border: none;
		}
	DIV#row_logo_right
	{
		width: 425px;
		margin: 7px 0px 0px 0px;
		padding: 5px 0px 0px 0px;
		float: left;
	}

/*	Content Row (news/poll/themes/banner-ad/agenda)	*/
DIV#row_content
{
	width: 825px;
	height: auto;
	margin: 0px;
	padding: 0px;
	clear: both;
}
	DIV#row_content_left
	{
		width: auto;
		height: auto;
		margin: 0px;
		padding: 0px;
		float: left;
	}

/*	Content Row (reactions/tags/subscriptions)	*/
DIV#row_bottom
{
	display: none;
}

/*	--- WEBSITE HOMEPAGE VERVOLGPAGINA ROWS/BLOCKS --- */
            DIV#row_content
            {
			    width: 805px;
			    height: auto;
			    margin: 0px;
			    padding: 10px;
			    border: dashed 1px #EEEEEE;
			    clear: both;
            }
            DIV.pageInfo
            {
                margin: 0px;
	            font-family: Verdana, Arial, Tahoma;
	            font-size: 10px;
	            color: #336666;
                font-weight: normal;
                line-height: 14px;
            }
			DIV.pageContent
			{
			    width: 805px;
			    height: auto;
			    margin: 0px 0px 10px 0px;
			    padding: 30px 0px 0px 0px;
	            font-family: Verdana, Arial, Tahoma;
	            font-size: 13px;
	            color: #000000;
                font-weight: normal;
                line-height: 16px;
			    clear: both;
			    background-color: #FFFFFF;
			    border-top: solid 1px #336666;
			}
			    DIV.pageContent DIV
			    {
			        background-color: #FFFFFF;
			    }
                DIV.pageContent P
                {
	                margin: 0px 0px 10px 0px;
	                line-height: 16px;
                }
                DIV.pageContent SPAN,
                DIV.pageContent B,
                DIV.pageContent STRONG,
                DIV.pageContent I,
                DIV.pageContent EM
                {
	                line-height: 16px;
                }
                DIV.pageContent A:link,
                DIV.pageContent A:active,
                DIV.pageContent A:visited,
                DIV.pageContent A:focus,
                DIV.pageContent P A:link,
                DIV.pageContent P A:active,
                DIV.pageContent P A:visited,
                DIV.pageContent P A:focus
                {
	                font-family: Verdana, Arial, Tahoma;
	                color: #336666;
	                font-size: 13px;
	                font-weight: normal;
	                line-height: 16px;
	                text-decoration: underline;
                }
                DIV.pageContent A:hover,
                DIV.pageContent P A:hover
                {
	                text-decoration: none;
                }
                DIV.pageContent IMG,
                DIV.pageContent P IMG
                {
                    margin: 0px auto;
	                border: none;
                }

/*	Vervolgpagina Sitemap	*/
UL.siteMap
{
    margin: 0px 0px 20px 5px;
    padding: 0px;
    list-style: none;
}
    UL.siteMap LI
    {
        margin: 0px;
        padding: 2px 0px 2px 10px;
        background: transparent url('/assets/informatie/images/bullet_list_red.gif') no-repeat left 8px;
    }
        UL.siteMap LI A:link,
        UL.siteMap LI A:visited,
        UL.siteMap LI A:active,
        UL.siteMap LI A:focus
        {
            font-family: Verdana, Tahoma, Arial;
            color: #E00707;
            font-size: 12px;
            text-decoration: underline;
        }
        UL.siteMap LI A:hover
        {
            text-decoration: none;
        }

/*	Vervolgpagina Zoekresultaten	*/
DIV.pgf_search
{
}
    DIV.pgf_search SPAN.searchText
    {
       color: #000000;
    }
    DIV.pgf_search TABLE.searchResults
    {
        width: 100%;
    }
    DIV.pgf_search TABLE.searchResults TR TD.searchResultTitle
    {
        padding: 10px 10px 2px 10px;
        background-color: #E4F1F1;
    }
        TD.searchResultTitle A:link,
        TD.searchResultTitle A:visited,
        TD.searchResultTitle A:active,
        TD.searchResultTitle A:focus
        {
            font-family: Verdana, Tahoma, Arial;
            font-size: 13px;
            color: #336666 !important;
            font-weight: bold;
            text-decoration: underline;
        }
        TD.searchResultTitle A:hover
        {
            text-decoration: none;
        }
    DIV.pgf_search TABLE.searchResults TR TD.searchResultDescription
    {
       padding: 0px 10px;
       background-color: #E4F1F1;
       border-bottom: solid 1px #336666;
    }
        DIV.pgf_search TABLE.searchResults TR TD.searchResultDescription P
        {
             margin: 0px 0px 10px 0px;
             font-family: Verdana, Tahoma, Arial;
             font-size: 12px;
             color: #000000;
        }
    DIV.pgf_search TABLE.searchResults TR.searchResultSeperator TD.searchResultSeperatorLine
    {
        padding: 0px;
    }
    DIV.pgf_search TABLE.searchResultsPages
    {
       margin: 15px 0px 30px 0px;
    }
    DIV.pgf_search TABLE.searchResultsPages TR TD.searchResultsPagesTitle
    {
       width: 100%;
        padding: 0px 4px 0px 0px;
        font-family: Verdana, Tahoma, Arial;
        font-size: 11px;
        font-weight: bold;
        text-align: right;
    }
    DIV.pgf_search TABLE.searchResultsPages TR TD.searchResultsPagesPage
    {
       margin: 0px 3px;
       padding: 0px 1px;
       font-weight: normal;
    }
        DIV.pgf_search TABLE.searchResultsPages TR TD.searchResultsPagesPage A:link,
        DIV.pgf_search TABLE.searchResultsPages TR TD.searchResultsPagesPage A:visited,
        DIV.pgf_search TABLE.searchResultsPages TR TD.searchResultsPagesPage A:active,
        DIV.pgf_search TABLE.searchResultsPages TR TD.searchResultsPagesPage A:focus
        {
            font-family: Verdana, Tahoma, Arial;
            font-size: 11px;
            color: #336666 !important;
            font-weight: normal;
            text-decoration: underline !important;
            display: block;
            padding: 4px 3px;
            background-color: #FFFFFF;
            border: solid 1px #336666;
        }
        DIV.pgf_search TABLE.searchResultsPages TR TD.searchResultsPagesPage A:hover
        {
            text-decoration: none !important;
        }
        DIV.pgf_search TABLE.searchResultsPages TR TD.searchResultsPagesPage A.active:link,
        DIV.pgf_search TABLE.searchResultsPages TR TD.searchResultsPagesPage A.active:visited,
        DIV.pgf_search TABLE.searchResultsPages TR TD.searchResultsPagesPage A.active:active,
        DIV.pgf_search TABLE.searchResultsPages TR TD.searchResultsPagesPage A.active:focus
        {
            font-family: Verdana, Tahoma, Arial;
            font-size: 11px;
            color: #000000 !important;
            font-weight: bold;
            text-decoration: none !important;
            display: block;
            padding: 4px 3px;
            background-color: #FFFFFF;
            border: solid 1px #FFFFFF;
        }
        DIV.pgf_search TABLE.searchResultsPages TR TD.searchResultsPagesPage A.active:hover
        {
            text-decoration: none !important;
        }
			        
/*	--- WEBSITE HELPER ELEMENTS --- */
DIV.breaker
{
	width: 100%;
	height: 0px;
	font-size: 1px;
	line-height: 1px;
	clear: both;
}
DIV.breaker_dotted_gray
{
	width: 95%;
	height: 0px;
	margin: 16px 0px;
	font-size: 0px;
	line-height: 0px;
	border-bottom: dashed 1px #CCCCCC;
	clear: both;
}

DIV.pageContent UL,
DIV.pageContent UL LI UL
{
    margin: 10px 0px 20px 0px;
    list-style-type: none;
}
    DIV.pageContent UL LI,
    DIV.pageContent UL LI UL LI
    {
       margin: 0px 0px 0px 10px;
       padding: 2px 0px 2px 14px;
       font-family: Verdana, Tahoma, Arial;
       color: #000000;
       font-size: 13px;
       font-weight: normal;
       line-height: 16px;
       list-style-type: none;
       background: url('/assets/informatie/images/bullet_list_bluegreen.gif') no-repeat left 6px;
    }
    DIV.pageContent UL LI UL LI
    {
       margin: 0px 0px 0px 20px;
    }
DIV.pageContent OL,
DIV.pageContent OL LI OL
{
    margin: 10px 0px 20px 32px;
}
    DIV.pageContent OL LI,
    DIV.pageContent OL LI OL LI
    {
       margin: 0px;
       padding: 0px;
       font-family: Verdana, Tahoma, Arial;
       color: #000000;
       font-size: 13px;
       font-weight: normal;
       line-height: 16px;
       list-style-type: decimal;
    }
    DIV.pageContent OL LI OL LI
    {
       margin: 0px 0px 0px 10px;
    }
        DIV.pageContent UL LI B,
        DIV.pageContent UL LI UL LI B,
        DIV.pageContent UL LI STRONG,
        DIV.pageContent UL LI UL LI STRONG,
        DIV.pageContent OL LI B,
        DIV.pageContent OL LI OL LI B,
        DIV.pageContent OL LI STRONG,
        DIV.pageContent OL LI OL LI STRONG
        {
            font-weight: bold;
        }
        DIV.pageContent UL LI I,
        DIV.pageContent UL LI UL LI I,
        DIV.pageContent UL LI EM,
        DIV.pageContent UL LI UL LI EM,
        DIV.pageContent OL LI I,
        DIV.pageContent OL LI OL LI I,
        DIV.pageContent OL LI EM,
        DIV.pageContent OL LI OL LI EM
        {
            font-style: italic;
        }
        DIV.pageContent UL LI A:link,
        DIV.pageContent UL LI A:visited,
        DIV.pageContent UL LI A:active,
        DIV.pageContent UL LI A:focus,
        DIV.pageContent UL LI UL LI A:link,
        DIV.pageContent UL LI UL LI A:visited,
        DIV.pageContent UL LI UL LI A:active,
        DIV.pageContent UL LI UL LI A:focus,
        DIV.pageContent OL LI A:link,
        DIV.pageContent OL LI A:visited,
        DIV.pageContent OL LI A:active,
        DIV.pageContent OL LI A:focus,
        DIV.pageContent OL LI OL LI A:link,
        DIV.pageContent OL LI OL LI A:visited,
        DIV.pageContent OL LI OL LI A:active,
        DIV.pageContent OL LI OL LI A:focus
        {
            font-family: Verdana, Tahoma, Arial;
            color: #336666;
            font-size: 13px;
            font-weight: normal;
            line-height: 16px;
            text-decoration: underline;
        }
        DIV.pageContent UL LI A:hover,
        DIV.pageContent UL LI UL LI A:hover,
        DIV.pageContent OL LI A:hover,
        DIV.pageContent OL LI OL LI A:hover
        {
            text-decoration: none;
        }