/*	--------------------------------------------------------------------------
	
							HOME STYLESHEET

	--------------------------------------------------------------------------	*/

		/* ---------- Bovenste blokken met links --------- */
		.linkBlok
		{
		/*border: 1px solid black;*/
			float:left;
			width:230px;
			overflow:hidden;
			
		}
		
		.brdRight{
			border-right:1px solid white;
		}
		
		.linkBlokTitle{
			background-color:#4F5382;
			color:#FFFFFF;
			padding:2px 0 3px 10px;
			font-weight:bold;
		}
		
		.linkBlokTekst{
			padding-left:15px;
			line-height:160%;
			margin-bottom: 10px;	
			
		}
		
		.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;*/
			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:460px;
		}
		
			.articlePane
			{
				width: 50%;
			}
			
			.articlePane IMG
			{
				/* fix voor ruimte die op vreemde wijze onder een plaatje ontstaat */
				margin-bottom:-3px;
			}
		
		.art_title
		{	
			background-color:#4F5382;
			color:#FFFFFF;
			/*border-right:1px solid white;*/
			padding:1px 0 3px 5px;
			font-weight:bold;
			background-repeat : no-repeat;
		}	
			
			.articlePane.fl DIV.art_title
			{
				padding-left: 10px;
				background: url('../images/whitearrowright.jpg') no-repeat right #4F5382;
			}
	
			.articlePane.fr DIV.art_title
			{
				padding-left: 22px;
				background: url('../images/whitearrowleft.jpg') no-repeat left #4F5382; 
			}

		.article DIV.art_title.right
		{
			padding-left: 10px;
			background: url('../images/whitearrowright.jpg') no-repeat right #4F5382;	
		}
		
		.article 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: 50%;
			height: 5px;	
		}
		
		
		/* ---------- Pagina - polls --------- */		
		#poll
		{
			background-color:#C11E2D;
			color:#ffffff;
			/* width en float opgeven om een blok te krijgen			*/
			float:left;
			width:460px;
		}
		#poll .poll_title
		{	
			background-color:#C11E2D;
			color:#FFFFFF;
			padding:2px 0 3px 10px;
		}
		#poll .poll_content
		{	
			background-color:#C11E2D;
			line-height:160%;
			color:#FFFFFF;
			padding:2px 0 3px 16px;
		}	
		
		#poll p{
			margin:0px;
		}
		
		#poll a{
			color:#ffffff;		
		}
		
		#poll .pollprogress{
			width:60px;;
			float:left;
		}
		
		#poll .pollprogressbar{
			background-color:#FFF;
			height:16px;
			border:1px solid black;
			text-align:center;
			padding:0px;
		}
							
		#poll_bar
		{	
			float:left;
			/* 231px is de helft, -20px voor de padding-left*/
			width:210px;
			height:19px;
			color:#FFF;
			margin-bottom: 14px;
			margin-top:-2px;
			/*border-right:1px solid white;*/
			padding-left:20px;
			font-weight:bold;
			/*background: url('kd_curl.gif');*/
			background: url('../images/whitearrowright.jpg') no-repeat right #ec7404;
			background: url('../images/whitearrowright.jpg') no-repeat right #C11E2D;
		}
		
		.FrmCln{
			margin:0px;
			padding:0px;
		}
