		
	
		
		.plaatjes{
			height: 347px;
			margin-bottom: 15px;
			margin-top: 15px;
			margin-left: 7px;
			margin-right: 7px;
			width: 940px;
			display:block;
			float:left;
		
		}
		
		.plaatjes .nummers{
		
			position:relative;
			background-color: #FFFFFF;
			margin: -29px;
			padding: 0px;
			float: right;
			height: 26px;
			width: 440px;
			/*top: 323px;*/
			text-align: left;
		
		}
		
		.plaatjes .nummers a{
		
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, Utopia;
			font-size: 10px;
			color: #605D5C;
		
		}
		
		.plaatjes .nummers .nummer{
			
				background-color:#fff;
				text-decoration: none;
				padding: 4px;
				height: 16px;
				float: left;
		
		}
		
		.plaatjes .nummers .active{
		
			background-color:#E7761D;
			text-decoration: none;
			padding: 4px;
			/*width:115px;*/

			height: 16px;
			float: left;
		
		}
		
		.plaatjes .nummers .active a{
		
			color: #fff;
		}
		
		.plaatjes .nummers a:hover{
		   
		   text-decoration: none;
		}
		

		
		/* Extra class om .carrousel .plaatjes overflow: hidden te geven */
		.plaatjes .hidden{
		
			height:		347px;
			overflow:	hidden;
		
		}
		
		.plaatjes .plaatje{
		
			position:	relative;
			width:		940px;
			height:		347px;
			overflow:	hidden;
			margin-bottom:	5px;
		
		}


		.plaatjes .plaatje .tekstveld_bg{

			top:		20px;
			left:		20px;
			height: 260px;
			width: 365px;
			background-image: url(/images/Home_shadow.png);
			background-repeat: repeat;
			background-position: left top;
			float: left;
			position: absolute;
			padding: 20px;
			font-size: 11px;
			text-align: left;


		}
		
		.plaatjes .plaatje .tekstveld_bg h1{

			font-size: 21px;
			font-weight: normal;
			color: #244284;
			margin: 0px 0 15px;
			line-height: 19px;	


		}
		
		.plaatjes .plaatje .tekstveld_bg h2{

			font-size: 12px;
			font-weight: bold;
			color: #E7761D;
			margin: 8px 0 0px;


		}
