/*	--------------------------------------------------------------------------
	
							HOME STYLESHEET

	--------------------------------------------------------------------------	*/

		/* ---------- Bovenste blokken met links --------- */
		.linkBlok
		{
		/*border: 1px solid black;*/
			width:610px;
			overflow:hidden;
			
		}
		.linkBlokTitle{
			background-color:#C0B501;
			color:#F6F4D9;
			padding:2px 0 3px 10px;
			font-weight:bold;
		}
		
		.linkBlokTekst{
			padding-left:0px;
			line-height:160%;
			margin-bottom: 10px;	
		}
		
		.linkBlokTekst ul{
			margin:5px 0px 0px 25px;
			
		}
		.linkBlokTekst ul li{
			margin:0;
			
		}
		
		.linkBlokTekst a{
			color:#4F5382;
			font-weight:bold;
			white-space : nowrap;
		}
		
		.linkBlokTekst a:hover{
			color:#040A4C;
			font-weight:bold;
		}	
		
		/* ---------- Pagina - artikelen --------- */		
		
		.article
		{
			/*border: 1px solid red;*/
			background-color:#F6F4D9;
			border-bottom:1px solid #040A4C;
			border-top:1px solid #040A4C;
			margin-bottom: 14px;
			/* width en float opgeven om een blok te krijgen */
			float:left;
			width:610px;
		}
		
			.articlePaneTxtwithImage
			{
				width: 406px;
			}
			
			.articlePane IMG
			{
				/* fix voor ruimte die op vreemde wijze onder een plaatje ontstaat */
				margin-bottom:-3px;
			}
		
		.art_title
		{	
			background-color:#C0B501;
			color:#fff;
			/*border-right:1px solid white;*/
			padding:1px 0 3px 5px;
			font-weight:bold;
			background-repeat : no-repeat;
		}	
			
			.articlePaneTxtwithImage.fl DIV.art_title
			{
				padding-left: 10px;
				background: url('../images/whitearrowright.jpg') no-repeat right #C0B501;
			}
	
			.articlePaneTxtwithImage.fr DIV.art_title
			{
				padding-left: 22px;
				background: url('../images/whitearrowleft.jpg') no-repeat left #C0B501; 
			}

		.articlePaneTxtwithImage DIV.art_title.right
		{
			padding-left: 10px;
			background: url('../images/whitearrowright.jpg') no-repeat right #C0B501;	
		}
		
		.articlePaneTxtwithImage DIV.art_title.left
		{
			padding-left: 22px;
			background: url('../images/whitearrowleft.jpg') no-repeat left #4F5382;	
		}
		
		.art_content
		{
			line-height:160%;
			color:#040A4C;
			padding:2px 5px 0 10px;
			margin-bottom:0px;	
		}	
							
		.art_content a
		{color: #4F5382;}
		
		.art_content a:hover
		{color: #040A4C;}	
		
		.art_bluebar
		{
			clear:both;
			background-color:#040A4C;
			width: 204px;
			height: 5px;	
		}