﻿
/*
-------------
basis*/

/*basis default*/
.pgf_content {}
    .pgf_text, .pgf_text * {
        font-family: Arial;
		font-size:12px;
		line-height:15px;
		color:#000000;
	}
        .pgf_text_1 {}
        .pgf_text_2 {}
        .pgf_text_3 {}
        /*..etc*/

/*basis first*/
.pgf_content1 {}
    .pgf_text1 {}
        .pgf_text1_1 {}
        .pgf_text1_2 {}
        .pgf_text1_3 {}
        /*..etc*/

/*
-------------
Paginalijsten*/

/*Paginalijst default*/
.pgf_listview *
{
    font-family: Arial;
	font-size:12px;
	line-height:15px;
}

    /*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, .pfg_content H1, H1 {
    font-size:27px;
    line-height:29px;
	margin:0;
	padding:0;
}

H1.homepage {
    font-size:27px;
    line-height:29px;
}

H1.portal {
    font-size:23px;
    line-height:25px;
}

H1.vervolg {
    font-size:26px;
    line-height:28px;
}

.pgf_text H2, .pfg_content H2, H2 {
    font-size:20px;
	line-height:23px;
	margin:0;
	padding:0;
}

.pgf_text H3, .pfg_content H3, H3 {
    font-size:14px;
	line-height:17px;
	margin:0;
	padding:0;
	
}

.pgf_text H4, .pfg_content H4, H4 {
    font-size:12px;
	line-height:15px;
	margin:0;
	padding:0;
}

.pgf_text H5, .pfg_content H5, H5 {
    font-size:14px;
	line-height:17px;
	margin:0;
	padding:0;
}

.pgf_text H6, .pfg_content H6, H6 {
    font-size:14px;
	line-height:17px;
	margin:0;
	padding:0;
}

/*
-------------
Links*/

.pgf_text a, .pfg_content a 
{
    text-decoration: underline;
}
.pgf_text a:hover, .pfg_content a:hover {}

.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;
}


#newsBlokHome .pgf_listitem 
{
    /*background-color: #ddeeff;*/
    font-weight:bold;
    width:323px;
    float:left;
}

#newsBlokHome .pgf_listitem A
{
    color: #1F600F;
    text-decoration: none;
}

#newsBlokHome .pgf_listitem_date 
{
    color: #48A930;
}



/*
-------------
Tabellen*/

table 
{
    border-collapse:collapse;
}
table *
{
    font-size: 12px;
    font-family: arial;
}
table td 
{
    /*vertical-align:top;*/
}
.pgf_text TD
{
    vertical-align: top;
}
.tableTextareaEditor TD {
    vertical-align: middle;
}


table.borderless,
table.styled,
table.bordered,
table.borderless *,
table.styled *,
table.bordered * 
{
    margin:0;
    padding:3px;
}

table.styled,
table.styled * {
    border:none;
}
table.bordered,
table.bordered td {
    border-collapse:collapse;
    border:1px;
    border-color:#AAA;
    border-style:solid;
}
table.styled tr.first td
{
    border-top:1px solid red;
}
table.styled tr.last td
{
    border-bottom:1px solid red;
}
table.styled tr.even td
{
    background-color:Lime;
}
table.styled tr.odd td 
{
    background-color:Aqua;
}
table.styled td.even {}
table.styled td.odd {}
table tr.first {}
table tr.last {}
table td.first {}
table td.last {}


/*
-------------
Afbeeldingen*/

.pgf_text IMG, .pfg_content IMG 
{
    border: none;
}


/*
-------------
Documenten*/
.pgf_document_link {}
.filesize {}
.contenttype {}
.createdate {}


/*
-------------
Opsommingen*/

ul.pgf_list, ol.pgf_list {}
ul.pgf_list li, ol.pgf_list li {}
ul.pgf_list li.first, ol.pgf_list li.first {}
ul.pgf_list li.even, ol.pgf_list li.even {}
ul.pgf_list li.odd, ol.pgf_list li.odd {}
ul.pgf_list li.last, ol.pgf_list li.last {}


/*
-------------
Kruimelpad*/
.pgf_crumb {
    font-family: Arial;
	font-size:11px;
	line-height:14px;
}
.pgf_crumb a {}
.pgf_crumb a.first {}
.pgf_crumb a.last {}



/*
-------------
Themalijst*/
.pgf_themalijst 
{
    font-family: Arial;
	font-size:12px;
	line-height:17px;
    color:#000000;			
}

.pgf_themalijst a 
{
    text-decoration:none;
    color:#000000;
}

/*Diversen*/


.hdrThema {
    font-size:26px;
    line-height:28px;
	margin:0;
	padding:0;
}

.hdrLeesMeer {
    font-size:17px;
    line-height:19px;
	margin:0;
	padding:0;
}

.hdrActiviteiten {
	font-size:17px;
	line-height:19px;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	color: #006691;
	font-weight: bold;
}

.hdrInteractief {
	font-size:17px;
	line-height:17px;
	margin:0px;
	padding:0px;
}


.hdrGreen22, .hdrGreenBrown22 {
	font-size:22px;
	line-height:24px;
}

.hdrGreen18 {
	font-size:18px;
	line-height:20px;
}

.hdrGreenDark23, .hdrGreenLight23 {
	font-size:23px;
	line-height:25px;
}

.hdrBlue17 {
	font-size:17px;
	line-height:17px;
}

.hdrOrange17 {
	font-size:17px;
	line-height:17px;
}


/*fonts*/
#newsBlokHome *, 
.agendaItem * , 
#bannerBlokHomeLeft .text,
#footer *, 
#characterSize,
#leeshiermeer li,
.banner2 .text .link,
.contactForm , .contactForm *, FormFeedback
{
    font-family: Arial;
	font-size:11px;
	line-height:14px; 
}




UL.pgf_paging {
    margin: 20px 0px 15px 0px;
    padding: 0px;
    list-style: none;
}

UL.pgf_paging LI {
    display: inline;
    margin-right: 5px;
    /*thematiseren! background-color: #aaccff;*/
    padding: 4px;
    width: 12px;
    float: left;
    text-align: center;
    /*border: 0;*/
}

UL.pgf_paging LI.pgf_paging_label {
    width: auto;
    text-align: left;
    background-color: transparent;
    padding-left: 0px;
    border: 0;
}

UL.pgf_paging LI.pgf_paging_active {
    /*thematiseren! background-color: transparent;*/
    font-weight: bold;
}

UL.pgf_paging LI A {
    text-decoration: none;
    color: white;
}

