/*Blokken op frontpage*/
#main .content a.frontpage p 			
	{	margin:0px; padding:0px;}
		
#frontpage_knop
	{position:absolute;bottom:0px;left:0px;color:black;text-decoration:none;padding:0px; margin:0px;width:260px;height:180px;padding-left:5px;}

#frontpage_knop:hover 		
	{	background-color:#ffcc00;}

#frontpage_knop a
	{text-decoration:none;color:black;}
		
#frontpage_knop img 		
	{border:0px;	}

#frontpage_knop p.fpverder
	{text-align:right;bottom:0px;position:absolute;}

#main .content ul.frontpage_branches a
	{	color:black;
		text-decoration:none;
		display:block;
		background-image:url(../layout/pijl.gif);
		background-repeat:no-repeat;
		background-position:right; 
		width:64%; }

#main .content ul.frontpage_branches a:hover
	{	background-color:#ffcc00;
		display:block;
		background-image:url(../layout/pijl_w.gif);
		background-repeat:no-repeat;
		background-position:right;}

#main .content ul.frontpage_branches li
	{	}
	
	
	
/*CONTENT INDELING - 3 BLOKKEN NAAST ELKAAR*/
.article_column h2 
	{	font-size:12px;white-space:nowrap;}
	
.article_column li 
	{	margin:0px; padding:0px;list-style-image:url("../layout/blok.gif");
}
	
.article_column ul 

	{	margin:0px; padding:0px;padding-left:20px;}

.article_row .column1 ,.article_row .column2 ,.article_row .column3 
	{	position:relative;float:left;
		top:0px;
		width:255px;height:325px;padding:5px;margin-right:5px;padding-top:0px;}
		
.article_row .column1 
	{	background-color:#fff5c7}
.article_row .column2 
	{	background-color:#ededed}
.article_row .column3 
	{	background-color:#fbfbfb}


.article_row .column1 p, .article_row .column1 h2
	{	padding-right:8px;margin-bottom:2px;margin-top:0px; font-size:11px}
	
.article_row .column2 p, .article_row .column2 h2
	{	padding-right:8px;margin-bottom:2px;margin-top:0px; font-size:11px}
	
.article_row .column3 p, .article_row .column3 h2 
	{	padding-right:8px;margin-bottom:2px;margin-top:0px;font-size:11px;}
	


.article_row  p 
	{	text-align:justify;}

.article_row .column1 img,.article_row .column2 img,.article_row .column3 img 
	{	}
	
.article_row .column1 h2, .article_row .column2 h2, .article_row .column3 h2
	{	height:20px;font-size:14px;}

.article_row .column1 ul,.article_row .column2 ul,.article_row .column3  ul 
	{	margin:0px;margin-top:0px;padding-right:8px;padding-top:0px;}


#main .content .blog .article_row .column1 h2.contentheading ,#main .content .blog .article_row .column2 h2.contentheading , #main .content .blog .article_row .column3 h2.contentheading 
	{	margin:0px;font-size:14px;}
	
#main .content .blog .article_row .column1 p , #main .content .blog .article_row .column2 p ,#main .content .blog .article_row .column3 p 
	{width:95%;}

.article_separator{position:absolute;}

