﻿/* ----- Design by Aqtion -------- */
/* ----- CSS Styles: Site-Wide Default ----- */

.pgf_content {}
    .pgf_text, .pgf_text * {
	font-family: Arial, ArialMT, Tahoma, Verdana;
	font-size: 12px;
	color: #666666;
    font-weight: normal;
    line-height: 18px;
}
    .pgf_text P,
    .pgf_content P
    {
        margin-bottom: 18px;
        line-height: 18px;
    }
        .pgf_text P B,
        .pgf_text P STRONG
        {
	        font-family: Arial, ArialMT, Tahoma, Verdana;
	        font-size: 12px;
	        color: #666666;
            line-height: 18px;
            font-weight: bold;
        }
        .pgf_text P I,
        .pgf_text P EM
        {
	        font-family: Arial, ArialMT, Tahoma, Verdana;
	        font-size: 12px;
	        color: #666666;
            line-height: 18px;
            font-style: italic;
        }
        .pgf_text P B,
        .pgf_text P STRONG,
        .pgf_text P I,
        .pgf_text P EM
        {
	        font-family: Arial, ArialMT, Tahoma, Verdana;
	        font-size: 12px;
	        color: #666666;
	        line-height: 18px;
        }
        .pgf_text_1 {}
        .pgf_text_2 {}
        .pgf_text_3 {}
        /*..etc*/

    /* SuperScript   */
    .pgf_content SUP,
    .pgf_text SUP
    {
        display: inline-block;
        margin: -5px 0px 0px 2px;
        font-family: Arial, ArialMT, Tahoma, Verdana;
        color: #000000;
        font-size: 11px;
        font-weight: normal;
    }

/*basis first*/
.pgf_content1 {}
    .pgf_text1 {}
        .pgf_text1_1 {}
        .pgf_text1_2 {}
        .pgf_text1_3 {}
        /*..etc*/

/*
-------------
Paginalijsten*/

/*Paginalijst default*/
.pgf_listview {}

    /*Paginalijst default element default*/
    .pgf_listview .pgf_listitem {} 
        .pgf_listview .pgf_listitem H2 {}
        .pgf_listview .pgf_listitem p {}
        .pgf_listview .pgf_listitem a {}
        .pgf_listview .pgf_listitem IMG {}
        .pgf_listview .pgf_listitem .pgf_listitem_date {}
        .pgf_listview .pgf_listitem .pgf_listitem_time {}
        .pgf_listview .pgf_listitem .pgf_listitem_author {}
        .pgf_listview .pgf_listitem .pgf_listitem_section {}
    
    /*Paginalijst default first element*/
    .pgf_listview .pgf_listitem1 {} 
        .pgf_listview .pgf_listitem1 H2 {}
        .pgf_listview .pgf_listitem1 p {}
        .pgf_listview .pgf_listitem1 a {}
        .pgf_listview .pgf_listitem1 IMG {}
        .pgf_listview .pgf_listitem1 .pgf_listitem_date {}
        .pgf_listview .pgf_listitem1 .pgf_listitem_time {}
        .pgf_listview .pgf_listitem1 .pgf_listitem_author {}
        .pgf_listview .pgf_listitem1 .pgf_listitem_section {}
    
    /*Paginalijst default second element*/
    /*etc........*/
    
 /*Paginalijst first*/
.pgf_listview1 {}

     /*Paginalijst first element default*/
    .pgf_listview1 .pgf_listitem {} 
        .pgf_listview1 .pgf_listitem H2 {}
        .pgf_listview1 .pgf_listitem p {}
        .pgf_listview1 .pgf_listitem a {}
        .pgf_listview1 .pgf_listitem IMG {}
        .pgf_listview1 .pgf_listitem .pgf_listitem_date {}
        .pgf_listview1 .pgf_listitem .pgf_listitem_time {}
        .pgf_listview1 .pgf_listitem .pgf_listitem_author {}
        .pgf_listview1 .pgf_listitem .pgf_listitem_section {}
    
    /*Paginalijst first first element*/
    .pgf_listview1 .pgf_listitem1 {} 
        .pgf_listview1 .pgf_listitem1 H2 {}
        .pgf_listview1 .pgf_listitem1 p {}
        .pgf_listview1 .pgf_listitem1 a {}
        .pgf_listview1 .pgf_listitem1 IMG {}
        .pgf_listview1 .pgf_listitem1 .pgf_listitem_date {}
        .pgf_listview1 .pgf_listitem1 .pgf_listitem_time {}
        .pgf_listview1 .pgf_listitem1 .pgf_listitem_author {}
        .pgf_listview1 .pgf_listitem1 .pgf_listitem_section {}
    
    /*Paginalijst first second element*/
    /*etc........*/
   
/*Paginalijst second */
/*etc........*/  
 
    
/*
-------------
Kopteksten*/
.pgf_text H1, .pgf_content H1, H1
{
	margin: 0px 0px 16px 0px;
	font-family: Syntax-Roman, Arial, ArialMT, Tahoma, Verdana;
	font-size: 22px;
	font-weight: bold;
	line-height: 22px;
}
.pgf_text H2, .pgf_content H2, H2
{
	margin: 0px 0px 16px 0px;
	font-family: Syntax-Roman, Arial, ArialMT, Tahoma, Verdana;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
}
.pgf_text H3, .pgf_content H3, H3
{
	margin: 0px 0px 16px 0px;
	font-family: Syntax-Roman, Arial, ArialMT, Tahoma, Verdana;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
}
.pgf_text H4, .pgf_content H4, H4
{
	margin: 0px 0px 16px 0px;
	font-family: Syntax-Roman, Arial, ArialMT, Tahoma, Verdana;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}
.pgf_text H5, .pgf_content H5, H5
{
	margin: 0px 0px 12px 0px;
	font-family: Syntax-Roman, Arial, ArialMT, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
}
.pgf_text H6, .pgf_content H6, H6
{
	margin: 0px 0px 12px 0px;
	font-family: Syntax-Roman, Arial, ArialMT, Tahoma, Verdana;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
}

/*
#contentAreaMain h3, #contentAreaMain h4, #contentAreaMain h5, #contentAreaMain h6 {
	font-size: 14px;
	font-weight: bold;
}*/

/*
-------------
Links*/
.pgf_text A:link,
.pgf_text A:active,
.pgf_text A:visited,
.pgf_text A:focus,
.pgf_content A:link,
.pgf_content A:active,
.pgf_content A:visited,
.pgf_content A:focus,
.pgf_text P A:link,
.pgf_text P A:active,
.pgf_text P A:visited,
.pgf_text P A:focus,
.pgf_content P A:link,
.pgf_content P A:active,
.pgf_content P A:visited,
.pgf_content P A:focus,
A.pgf_link:link,
A.pgf_link:active,
A.pgf_link:visited,
A.pgf_link:focus
{
	font-family: Arial, ArialMT, Tahoma, Verdana;
	color: #6C0059;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	text-decoration: underline;
}
.pgf_text A:hover,
.pfg_content A:hover,
.pgf_text P A:hover,
.pfg_content P A:hover,
A.pgf_link:hover
{
    text-decoration: none;
}

.pgf_document_link_container 
{
    padding: 10px;
    padding-left: 70px;
	border-bottom: 1px solid #9A9A9A;
	margin-bottom: 5px;
	background: url('/assets/img/files/pgf3unknown.png') no-repeat 5px center;
}

/* start file icons */
.ZIP-document, .RAR-document {
	background:url('/assets/img/files/pgf3archive.png') no-repeat 5px center;
}
.JPG-afbeelding, .GIF-afbeelding, .TIFF-afbeelding, .BMP-afbeelding, .PNG-afbeelding, .JPEG-afbeelding, .PSP-document {
	background:url('/assets/img/files/pgf3image.png') no-repeat 5px center;
}
.AVI-bestand, .MPG-bestand, .MPEG-bestand, .MOV-bestand, .WMV-bestand {
	background:url('/assets/img/files/pgf3video.png') no-repeat 5px center;
}
.MP3-bestand, .WAV-bestand, .WAVE-bestand, .MP2-bestand {
	background:url('/assets/img/files/pgf3audio.png') no-repeat 5px center;
}
.PDF-document {
	background:url('/assets/img/files/pgf3pdf.png') no-repeat 5px center;
}
.Template {
	background:url('/assets/img/files/pgf3system.png') no-repeat 5px center;
}
.XML-document {
	background:url('/assets/img/files/pgf3xml.png') no-repeat 5px center;
}
.Flash-bestand, .IPIX-bestand, .RV3D-bestand {
	background:url('/assets/img/files/pgf3flash.png') no-repeat 5px center;
}
/* end file icons */
.pgf_document_link 
{	
	background:none!important;
}
.pgf_document_link_container ul, 
.pgf_document_link_container li 
{
    margin:0;
    padding:0;
    list-style:none;
}

/*
-------------
Afbeeldingen*/

.pgf_text IMG, .pfg_content IMG {}


/*
-------------
Documenten*/
.pgf_document_link {}
.filesize {}
.contenttype {}
.createdate {}
a.pgf_link 
{
    text-decoration: underline;    
}

    /*newsitems*/
	TR.newsItem TD 
	{
	    font-family: Arial, ArialMT, Tahoma, Verdana;
	    font-size: 12px; 
	    line-height: 18px;
	}
	#subsubmenuBox A
	{
		font-family: Arial, ArialMT, Tahoma, Verdana;
		font-size: 11px;
		line-height: 12px;
	}

	/*UL*/
	.pgf_content .pgf_text UL
	{
	    /*margin:0px;
	    padding:0px;
	    list-style:none;*/
	    
	}
	
	.pgf_content .pgf_text UL LI
	{
	    /*margin:0px;
	    padding:0px;
	    list-style:none;
	    padding-left:20px;*/
	    
	}
/*
-------------
Paginering */

UL.pgf_paging {
    margin: 20px 0px 15px 0px;
    padding: 0px;
    list-style: none;
    font-size: 8pt;
    width:100%;
    font-family: Arial, ArialMT, Tahoma, Verdana;
    font-size: 12px; 
    line-height: 18px;  
}

UL.pgf_paging LI {
    display: inline;
    margin: 0px 2px 0px 0px;
    padding: 4px;
    width: 12px;
    float: left;
    text-align: center;
}

UL.pgf_paging LI.pgf_paging_label {
    width: auto;
    text-align: left;
    background-color: transparent;
    padding-left: 0px;
}

UL.pgf_paging LI.pgf_paging_active {
    font-weight: bold;
    color: #FFFFFF;
}

UL.pgf_paging LI A {
    text-decoration: none;
    color: #FF0066;
    font-family: Arial, ArialMT, Tahoma, Verdana;
    font-size: 12px; 
    line-height: 18px;
}

.pgf_form_table
{
    font-family: Arial, ArialMT, Tahoma, Verdana;
    font-size: 12px; 
}
.pgfTable,
.pgfTable *
{
    font-family: Arial, ArialMT, Tahoma, Verdana;
    font-size: 12px;
}
.apgf_form_text
{
    	background-color: #FFFFFF;
		border: 1px;
		border-style: solid;
		border-color: #DADFE1; 
}
	
.apgf_form_button {
    margin-top:10px;
    margin-left:71px;
}
.mail { display:none;}

.apgf_photo_list {
    
}
.apgf_photo_list_item {
    padding-right:20px;
    padding-bottom:15px;
    float:left;
}



/* Lists  */
.pgf_text UL
{
    margin: 10px 0px 20px 0px;
    list-style-type: none;
}
.pgf_text UL LI UL,
.pgf_text OL LI UL
{
    margin: 5px 0px 0px -20px;
    list-style-type: none;
}
    .pgf_text UL LI,
    .pgf_text UL LI UL LI,
    .pgf_text OL LI UL LI
    {
       margin: 0px 0px 0px 10px;
       padding: 0px 0px 4px 12px;
       font-family: Arial, ArialMT, Tahoma, Verdana;
       font-size: 12px;
       color: #666666;
       line-height: 18px;
       list-style-type: none;
       background: url('/assets/geomaat/images/bullet_purple.gif') no-repeat left 6px;
    }
    .pgf_text UL LI UL LI
    {
       margin: 0px 0px 0px 20px;
    }
.pgf_text OL
{
    margin: 10px 0px 20px 32px;
}
.pgf_text OL LI OL
{
    margin: 10px 0px 7px 12px;
}
.pgf_text UL LI OL
{
    margin: 10px 0px 7px 25px;
}
    .pgf_text OL LI,
    .pgf_text OL LI OL LI,
    .pgf_text UL LI OL LI
    {
       margin: 0px;
       padding: 0px;
       font-family: Arial, ArialMT, Tahoma, Verdana;
       font-size: 12px;
       color: #666666;
       line-height: 18px;
       list-style-type: decimal;
       background: none;
    }
    .pgf_text OL LI OL LI
    {
       margin: 0px 0px 0px 10px;
    }
        .pgf_text UL LI B,
        .pgf_text UL LI UL LI B,
        .pgf_text UL LI OL LI B,
        .pgf_text UL LI STRONG,
        .pgf_text UL LI UL LI STRONG,
        .pgf_text UL LI OL LI STRONG,
        .pgf_text OL LI B,
        .pgf_text OL LI OL LI B,
        .pgf_text OL LI UL LI B,
        .pgf_text OL LI STRONG,
        .pgf_text OL LI OL LI STRONG,
        .pgf_text OL LI UL LI STRONG
        {
           font-family: Arial, ArialMT, Tahoma, Verdana;
           font-size: 12px;
           color: #666666;
           line-height: 18px;
            font-weight: bold;
        }
        .pgf_text UL LI I,
        .pgf_text UL LI UL LI I,
        .pgf_text UL LI OL LI I,
        .pgf_text UL LI EM,
        .pgf_text UL LI UL LI EM,
        .pgf_text UL LI OL LI EM,
        .pgf_text OL LI I,
        .pgf_text OL LI OL LI I,
        .pgf_text OL LI UL LI I,
        .pgf_text OL LI EM,
        .pgf_text OL LI OL LI EM,        
        .pgf_text OL LI UL LI EM
        {
           font-family: Arial, ArialMT, Tahoma, Verdana;
           font-size: 12px;
           color: #666666;
           line-height: 18px;
            font-style: italic;
        }
        .pgf_text UL LI A:link,
        .pgf_text UL LI A:active,
        .pgf_text UL LI A:visited,
        .pgf_text UL LI A:focus,
        .pgf_text UL LI UL LI A:link,
        .pgf_text UL LI UL LI A:active,
        .pgf_text UL LI UL LI A:visited,
        .pgf_text UL LI UL LI A:focus,
        .pgf_text UL LI OL LI A:link,
        .pgf_text UL LI OL LI A:active,
        .pgf_text UL LI OL LI A:visited,
        .pgf_text UL LI OL LI A:focus,
        .pgf_text OL LI A:link,
        .pgf_text OL LI A:active,
        .pgf_text OL LI A:visited,
        .pgf_text OL LI A:focus,
        .pgf_text OL LI OL LI A:link,
        .pgf_text OL LI OL LI A:active,
        .pgf_text OL LI OL LI A:visited,
        .pgf_text OL LI OL LI A:focus,
        .pgf_text OL LI UL LI A:link,
        .pgf_text OL LI UL LI A:active,
        .pgf_text OL LI UL LI A:visited,
        .pgf_text OL LI UL LI A:focus
        {
	        font-family: Arial, ArialMT, Tahoma, Verdana;
	        font-size: 12px;
	        color: #6C0059;
            line-height: 18px;
            text-decoration: underline;
        }
        .pgf_text UL LI A:hover,
        .pgf_text UL LI UL LI A:hover,
        .pgf_text UL LI OL LI A:hover,
        .pgf_text OL LI A:hover,
        .pgf_text OL LI OL LI A:hover,
        .pgf_text OL LI UL LI A:hover
        {
            text-decoration: none;
        }


/* Tabellen    */
TABLE
{
    border-collapse: collapse;
}
TABLE.borderless,
TABLE.styled,
TABLE.bordered,
TABLE.borderless *,
TABLE.styled *,
TABLE.bordered * 
{
    margin: 0px;
    padding: 0px;
}
TABLE.bordered,
TABLE.bordered TD
{
    border: solid 1px #AAAAAA;
}
    TABLE.borderless TD,
    TABLE.styled TD,
    TABLE.bordered TD
    {
        margin: 0px;
        padding: 2px 4px;
        font-family: Arial, ArialMT, Tahoma, Verdana;
        font-size: 12px;
        color: #666666;
        line-height: 18px;
    }
        TABLE.borderless B,
        TABLE.styled B,
        TABLE.bordered B,
        TABLE.borderless STRONG,
        TABLE.styled STRONG,
        TABLE.bordered STRONG
        {
            font-family: Arial, ArialMT, Tahoma, Verdana;
            font-size: 12px;
            color: #666666;
            line-height: 18px;
            font-weight: bold;
        }
        TABLE.borderless I,
        TABLE.styled I,
        TABLE.bordered I,
        TABLE.borderless EM,
        TABLE.styled EM,
        TABLE.bordered EM
        {
            font-family: Arial, ArialMT, Tahoma, Verdana;
            font-size: 12px;
            color: #666666;
            line-height: 18px;
            font-style: italic;
        }
        TABLE.borderless A:link,
        TABLE.borderless A:active,
        TABLE.borderless A:visited,
        TABLE.borderless A:focus,
        TABLE.styled A:link,
        TABLE.styled A:active,
        TABLE.styled A:visited,
        TABLE.styled A:focus,
        TABLE.bordered A:link,
        TABLE.bordered A:active,
        TABLE.bordered A:visited,
        TABLE.bordered A:focus
        {
	        font-family: Arial, ArialMT, Tahoma, Verdana;
	        font-size: 12px;
	        color: #6C0059;
            line-height: 18px;
            text-decoration: underline;
        }
        TABLE.borderless A:hover,
        TABLE.styled A:hover,
        TABLE.bordered A:hover
        {
            text-decoration: none;
        }
    TABLE.bordered,
    TABLE.bordered TD
    {
        border-collapse: collapse;
        border: 1px;
        border-color: #CCCCCC;
        border-style: solid;
    }
    TABLE.styled TR.first TD
    {
        border-top: 1px solid #FF0000;
        border-top: none;
    }
    TABLE.styled TR.last TD
    {
        border-bottom: 1px solid #FF0000;
        border-bottom: none;
    }
    TABLE.styled TR.even TD
    {
        background-color: #FFFFFF;
    }
    TABLE.styled TR.odd TD
    {
        background-color: #F0F0F0;
    }