/** kleur afhankelijk HOMEPAGE/TIJDSCHRIFT **/ 
	
	#navigatie {
	float: left;
	width: 940px;
	height: 25px;
	background-color: #a864a8;
	}
	
	#navigatie_bottom {
	float: left;
	width: 940px;
	height: 15px;
	background-color: #630460;
	}	
	
	#footer {
	width: 940px;
	height: 20px;
	background-color: #630460;
	margin-left: 1px;
	text-align: center;
	}
		
	.nieuwsContentBlockHome {
	float: left;	
	border-left: 1px solid #637953;
	border-top: 1px solid #637953;
	width: 279px;
	margin-bottom: 10px;
	}	
	
		.nieuwsHeader {
		float: left;
		width: 274px;
		height: 20px;
		padding-left: 5px;
		background-color: #bfd720;
		font: bold 12px arial, verdana, helvetica; 
		line-height: 20px;
		color: #fff; 
		}
		
		.nieuwsContent {
		float: left;
		width: 269px;
		padding: 5px;
		}
		
		.nieuwsContent_over {
		float: left;
		width: 269px;
		padding: 5px;
		cursor: pointer;
		background-color: #fbf9d4;
		}		
				
		.nieuwsContentHeader {
		float: left;
		font-size: 140%;
		font-weight: bold;
		margin-bottom: 2px;
		}		

		
	.communityContentBlockHome {
	float: left;	
	border-left: 1px solid #c06216;
	border-top: 1px solid #c06216;
	width: 279px;
	margin-bottom: 10px;
	}	
	
		.communityHeader {
		float: left;
		width: 274px;
		height: 20px;
		padding-left: 5px;
		background-color: #e37b27;
		font: bold 12px arial, verdana, helvetica; 
		line-height: 20px;
		color: #fff; 
		}
		
		.communityContent {
		float: left;
		width: 269px;
		padding: 5px;
		}
		
		.communityContent_over {
		float: left;
		width: 269px;
		padding: 5px;
		cursor: pointer;
		background-color: #eddac9;
		}			
		
	.productenContentBlockHome {
	float: left;	
	border-left: 1px solid #630460;
	border-top: 1px solid #630460;
	width: 467px;
	margin-bottom: 10px;
	}	
	
		.productenHeader {
		float: left;
		width: 462px;
		height: 20px;
		padding-left: 5px;
		background-color: #a864a8;
		font: bold 12px arial, verdana, helvetica; 
		line-height: 20px;
		color: #fff; 
		}
		
		.productenContent {
		float: left;
		width: 457px;
		padding: 5px;
		}
		
		.productenContent_over {
		float: left;
		width: 457px;
		padding: 5px;
		cursor: pointer;
		background-color: #f3eaf3;
		}			
		
	.loginContentBlockHome {
	float: left;	
	border-left: 1px solid #630460;
	border-top: 1px solid #630460;
	width: 467px;
	margin-bottom: 10px;
	}	
	
		.loginHeader {
		float: left;
		width: 462px;
		height: 20px;
		padding-left: 5px;
		background-color: #a864a8;
		font: bold 12px arial, verdana, helvetica; 
		line-height: 20px;
		color: #fff; 
		}
		
		.loginContent {
		float: left;
		width: 457px;
		padding: 5px;
		}		
