/* start: tpl_content */
.tpl_content{}
    .tpl_content h1{
    	font-weight: bold;
        color: #51AC25;
        font-size: 15px;
        padding: 5px 0px 15px 0px;
    }
    .tpl_content p{
        padding: 5px 0px 5px 0px;
        line-height: 1.4em;
    }
    .tpl_content h2{
    	font-weight: bold;
        padding-bottom: 5px;
    }
	
/* end: tpl_content */

/* start: tpl_laatste_nieuws */
.tpl_laatste_nieuws{
	width: 100%;
}
	.tpl_laatste_nieuws div.item{
    		position:relative;
				background: #EEF7EB;     
        margin-bottom: 4px;   
        padding: 20px 10px;
    }

	.tpl_laatste_nieuws div.item img{
	position:relative;
		}
		
		.tpl_laatste_nieuws h1{
    	font-weight: bold;
        color: #51AC25;
        font-size: 15px;
        padding: 5px 0px 15px 0px;
    }

        .tpl_laatste_nieuws div.item div.thumb{
        	float: left;
            width: 115px;
        }
        	.tpl_laatste_nieuws div.item div.thumb img{
            	margin-left: 10px;
                margin-top: 0px;
            }
        .tpl_laatste_nieuws div.item h2{
        	font-weight: bold;
            padding-bottom: 5px;
        }
/* end: tpl_laatste_nieuws */

/* start: tpl_block_weblog */
.tpl_block_weblog{}
	.tpl_block_weblog div.item{
    	border-bottom: 1px solid #D8E9B7;
        padding: 10px 0px;
    }
        .tpl_block_weblog div.item h5{
        	font-weight: bold;
            color: #51AC25;
            padding-bottom: 3px;
        }
        .tpl_block_weblog div.item span.datum{
        	color: #6E6B6C;
            padding-right: 10px;
        }
        .tpl_block_weblog div.item p.verder{
        	text-align: right;
            color: #D8E9B7;
        }
        	.tpl_block_weblog div.item p.verder a{
                color: #51AC25;
            }
/* end: tpl_block_weblog */

/* start: tpl_block_banner */
.tpl_block_banners{
	
}
	.tpl_block_banners div.item{
    	text-align: center;
    }
    	.tpl_block_banners div.item img{
        	border: 1px solid #51AC25;
            margin: 5px;
        }
/* end: tpl_block_banner */

/* start: tpl_block_nieuws */
.tpl_block_nieuws{
	
}
	.tpl_block_nieuws div.item{
    	border-bottom: 1px solid #D8E9B7;
        padding: 10px 0px;
    }
    	.tpl_block_nieuws div.item h5{
        	font-weight: bold;
            color: #51AC25;
            padding-bottom: 1px;
        }
        .tpl_block_nieuws div.item p.verder{
        	text-align: right;
            color: #D8E9B7;
        }
        	.tpl_block_nieuws div.item p.verder a{
                color: #51AC25;
            }
/* end: tpl_block_nieuws */