
	/* ----  Body  ------------------------------------------------------ */
	body { 
	    margin: 0px; 
	    padding: 0px; 
	    /* background:url('../images/layout/gradient.jpg');
		background-repeat: repeat-x;
		background-color:#b5191e; */
		background:url('../images/layout/gradient.jpg');
		background-repeat: repeat-x;
		background-color:#b5191d; 
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 12px;
		color:#000000;				
	} 

	img {
		border:0px;
	}
	
	A 			{ font-family: Arial, Verdana, Helvetica, sans-serif; font-size:12px; color: #000000; text-decoration:none; }	
	A:link 		{ font-family: Arial, Verdana, Helvetica, sans-serif; font-size:12px; color: #000000; text-decoration:none; }	
	A:visited 	{ font-family: Arial, Verdana, Helvetica, sans-serif; font-size:12px; color: #000000; text-decoration:none; }	
	A:active 	{ font-family: Arial, Verdana, Helvetica, sans-serif; font-size:12px; color: #000000; text-decoration:none; }	
	A:hover 	{ font-family: Arial, Verdana, Helvetica, sans-serif; font-size:12px; color: #000000; text-decoration:underline; }	
	
	h1 {font-size:18px; margin:3px 0px 3px 0px; padding:0px; color: #000000;}
	h2 {font-size:16px; margin:2px 0px 2px 0px; padding:0px; color: #000000;}
	h3 {font-size:14px; margin:1px 0px 1px 0px; padding:0px; color: #000000;}
	p {margin:1px; padding:0px;}
	
	
	/* ----  Lay out  --------------------------------------------------- */	

	div#canvas {
		width:800px;
		margin:0px auto;
		min-height:500px;
		/* background-color:#FF0000; */
	}
	
	div#blankTop {
		width:800px;
		margin:0px;
		height:20px;
		/* background-color:#FF00FF; */
		float:left;
	}	
	
	div#grungeTop {
		width:800px;
		height:24px;
		margin:0px;
	    background:url('../images/layout/grunge_top.png');
		background-repeat: no-repeat;		
		/* background-color:#000000; */
		float:left;
	}
	
	div#grungeContent {
		width:800px;
		margin:0px;
	    background:url('../images/layout/grunge_tile.png');
		background-repeat: repeat-y;		
		/* background-color:#000000; */
		float:left;
	}

		div#header {
			width:760px;
			height:206px;		
			margin-left:22px;		
			background-color:#00FF00;
			float:left;
		}		
		
		div#menu_main {
			width:760px;
			height:25px;		
			margin-left:22px;		
			/* background-color:#00FFFF; */
			float:left;
		}

			#menu_main ul {
				position:relative;
				margin:0px;
				padding:0px;
				list-style-type: none;
			}
	
			#menu_main li {
				display: inline;
				text-align: center;
				margin: 0 3px;
				color: #000000;
				font-size:15px;
				font-weight:bold;			
			}
	
			#menu_main li a {
				color: #000000;
				font-size:15px;
				text-decoration: none;
				font-weight:bold;
			}
	
			#menu_main li a:hover {
				color: #000000;
				font-size:15px;
				text-decoration: none;
				text-decoration: underline;
				font-weight:bold;
			}
	
			#menu_main li a#current {
				color: #b5191e;
				font-size:15px;
				/* text-decoration: underline; */
				font-weight:bold;
			}			
		
		div#menu_sub {
			width:760px;
			height:20px;		
			margin-left:22px;		
			/* background-color:#FFFF00; */
			float:left;
		}

			#menu_sub ul {
				position:relative;
				margin:0px;
				padding:0px;
				list-style-type: none;
			}
	
			#menu_sub li {
				display: inline;
				text-align: center;
				margin: 0 3px;
				color: #b5191e;
				font-size:13px;
				font-weight:bold;			
			}
	
			#menu_sub li a {
				color: #373aab;
				font-size:13px;
				text-decoration: none;
				font-weight:bold;
			}
	
			#menu_sub li a:hover {
				color: #373aab;
				font-size:13px;
				text-decoration: none;
				text-decoration: underline;
				font-weight:bold;
			}
	
			#menu_sub li a#current {
				color: #b5191e;
				font-size:13px;
				/* text-decoration: underline; */
				font-weight:bold;
			}			
		
		div#contentcontainer {
			width:760px;		
			margin-left:22px;		
			/* background-color:#114477; */
			float:left;
		}		

			div#content {
				width:516px;				
				float:left;
				
			}


				div#contentContainerTitle {
					width:516px;
					height:36px;				
				    background:url('../images/layout/content_title.jpg');
					background-repeat: no-repeat;
					float:left;
				}

					div#paginatitel {
						width:500px;
						height:20px;
						margin-left:15px;
						margin-top:8px;				
					    /* background-color:#FFFFCC; */
						float:left;
					}
					
					.paginatitel,
					.paginatitel A				{ font-family: Arial, Verdana, Helvetica, sans-serif; font-size:16px; color: #FFFFFF; text-decoration:none; }
					.paginatitel A:link			{ font-family: Arial, Verdana, Helvetica, sans-serif; font-size:16px; color: #FFFFFF; text-decoration:none; }
					.paginatitel A:visited		{ font-family: Arial, Verdana, Helvetica, sans-serif; font-size:16px; color: #FFFFFF; text-decoration:none; } 
					.paginatitel A:active		{ font-family: Arial, Verdana, Helvetica, sans-serif; font-size:16px; color: #FFFFFF; text-decoration:none; }
					.paginatitel A:hover		{ font-family: Arial, Verdana, Helvetica, sans-serif; font-size:16px; color: #FFFFFF; text-decoration:none; }									

				div#contentContainerContent {
					width:516px;				
				    background:url('../images/layout/content_tile.jpg');
					background-repeat: repeat-y;
					float:left;
				}
								
				
					div#paginainhoud {
						width:505px;
						margin-left:5px;				
						/* background-color:#FFFFCC; */
						float:left;
					}				

					
				div#contentContainerBottom {
					width:516px;
					height:20px;				
				    background:url('../images/layout/content_bottom.jpg');
					background-repeat: no-repeat;
					float:left;
				}
				
			div#contentBig {
				width:760px;				
				float:left;
				/* background-color:#114477; */
				
			}

				div#contentContainerTitleBig {
					width:760px;
					height:36px;				
				    background:url('../images/layout/content_titleBig.jpg');
					background-repeat: no-repeat;
					float:left;
				}

				div#contentContainerContentBig {
					width:760px;				
				    background:url('../images/layout/content_tileBig.jpg');
					background-repeat: repeat-y;
					float:left;
				}
				
					div#paginainhoudBig {
						width:750px;
						margin-left:5px;				
						/* background-color:#FFFFCC; */
						float:left;
					}				
				
				div#contentContainerBottomBig {
					width:5760px;
					height:20px;				
				    background:url('../images/layout/content_bottomBig.jpg');
					background-repeat: no-repeat;
					float:left;
				}				
				
			div#blocks {
				width:234px;		
				margin-left:7px;		
				/* background-color:#774411; */
				float:left;
			}				
				
		
		div#banners {
			width:760px;		
			margin-left:22px;		
			/* background-color:#774411; */
			float:left;
		}		
		
		div#footerEyec {
			width:760px;		
			margin-left:22px;		
			float:left;
			text-align:center;
			margin-top:10px;
		}

		.footerEyec,
		.footerEyec A				{ font-family: Arial, Verdana, Helvetica, sans-serif; font-size:10px; color: #777777; text-decoration:none; }
		.footerEyec A:link			{ font-family: Arial, Verdana, Helvetica, sans-serif; font-size:10px; color: #777777; text-decoration:none; }
		.footerEyec A:visited		{ font-family: Arial, Verdana, Helvetica, sans-serif; font-size:10px; color: #777777; text-decoration:none; } 
		.footerEyec A:active		{ font-family: Arial, Verdana, Helvetica, sans-serif; font-size:10px; color: #777777; text-decoration:none; }
		.footerEyec A:hover			{ font-family: Arial, Verdana, Helvetica, sans-serif; font-size:10px; color: #000000; text-decoration:none; }				

	div#grungeBottom {
		width:800px;
		height:24px;
		margin:0px;
	    background:url('../images/layout/grunge_bottom.png');
		background-repeat: no-repeat;		
		/* background-color:#000000; */
		float:left;
	}

	
	div#smallContainer {
		width:255px;
		float:left;
		background-color:#000000;
	}	
		div#smallContainerTitle {
			width:255px;
			height:31px;			
			float:left;
		    background:url('../images/layout/small_title.jpg');
			background-repeat: no-repeat;
		}		

			div#smalltitel {
				width:230px;
				height:20px;
				margin-left:15px;
				margin-top:8px;				
			    /* background-color:#FFFFCC; */
				float:left;
			}

		div#smallContainerContent {
			width:255px;			
			float:left;
		    background:url('../images/layout/small_tile.jpg');
			background-repeat: repeat-y;
		}

			div#smallinhoud {
				width:240px;
				margin-left:5px;				
			    /* background-color:#FFFFCC; */
				float:left;
			}			
		
		div#smallContainerBottom {
			width:255px;
			height:13px;			
			float:left;
		    background:url('../images/layout/small_bottom.jpg');
			background-repeat: no-repeat;
		}

	/*********************************************************
	**	Blok met lay-out, toegepast op online teller.		**
	*********************************************************/	

	div#blockContainer {
		width:234px;
		float:left;
		/* background-color:#000000; */
	}	
		div#blockContainerTitle {
			width:234px;
			height:31px;			
			float:left;
		    background:url('../images/layout/block_title.jpg');
			background-repeat: no-repeat;
		}		

			div#blocktitel {
				width:219px;
				height:20px;
				margin-left:15px;
				margin-top:8px;				
			    /* background-color:#FFFFCC; */
				float:left;
			}

		div#blockContainerContent {
			width:234px;			
			float:left;
		    background:url('../images/layout/block_tile.jpg');
			background-repeat: repeat-y;
		}

			div#blockinhoud {
				width:229px;
				margin-left:5px;				
			    /* background-color:#FFFFCC; */
				float:left;
			}			
		
		div#blockContainerBottom {
			width:234px;
			height:13px;			
			float:left;
		    background:url('../images/layout/block_bottom.jpg');
			background-repeat: no-repeat;
		}
		
	/*********************************************************
	**	AGENDA												**
	*********************************************************/	
	div#evenementenContainer {
		width:495px;
		min-height:400px;
		_height:400px;
		float:left;
		margin:3px;

	}
	
	div#evenementenNavigatie {
		width:495px;
		height:25px;
		margin:3px;
		/* background-color:#FF00AA; */

	}
	
	div#evenementNavleft {
		width:141px;
		height:23px;
		float:left;
		margin:1px;

	}

	div#evenementNavmiddle {
		width:200px;
		height:23px;
		float:left;
		margin:1px;
		text-align:center;
	}	
	
	div#evenementNavright {
		width:141px;
		height:23px;
		float:left;
		margin:1px;
		text-align:right;
	}	
		
	div#evenementContainer {
		width:480px;
		min-height:145px;
		_height:145px;
		float:left;
		margin-bottom:6px;
	}
	
	div#evenementContainer h1 {
		margin-left:0px; 
		margin-bottom:5px; 
		font-size:14px;
		font-weight:bold;
		color: #be002f;
	}
	
	div#evenementInfo {
		width:290px;
		float:left;
		margin-right:4px;
	}
	
	div#evenementPicture {
		width:190px;
		float:left;
		text-align:center;
	}
	
	img {
		border:0px;
	}
	
	/*********************************************************
	**	Foto Albums											**
	*********************************************************/
	
	div#fotoalbum {
		width:240px;
		height:80px;
		float:left;
		margin:3px;
	}
	
	div#fotoalbumPic {
		width:100px;
		height:80px;
		float:left;
	}
	
	div#fotoalbumText {
		width:130px;
		height:45px;
		float:left;
		margin:3px;
	}
	
	div#fotoalbumView {
		width:130px;
		height:15px;
		float:left;
		margin:3px;
		text-align:right;
	}	
	
	div#fotoalbumThumbnails {
		width:410px;
		height:120px;
		float:left;
		text-align:center;
		margin-top:5px;
	}
	
	div#fotoalbumNavleft {
		width:20px;
		height:120px;
		float:left;
	}	
	
	div#fotoalbumNavright {
		width:20px;
		height:120px;
		float:left;
	}	

	div#fotoalbumSetnav {
		width:450px;
		height:20px;
		float:left;
		background-color:#FF00FF;
	}	

	.albumTitel,
	.albumTitel A			{ font-family: Arial, Verdana, Helvetica, sans-serif; font-size:11px; color: #be002f; text-decoration:none; font-weight:bold; }
	.albumTitel A:link		{ font-family: Arial, Verdana, Helvetica, sans-serif; font-size:11px; color: #be002f; text-decoration:none; font-weight:bold; }
	.albumTitel A:visited	{ font-family: Arial, Verdana, Helvetica, sans-serif; font-size:11px; color: #be002f; text-decoration:none; font-weight:bold; } 
	.albumTitel A:active	{ font-family: Arial, Verdana, Helvetica, sans-serif; font-size:11px; color: #be002f; text-decoration:none; font-weight:bold; }
	.albumTitel A:hover		{ font-family: Arial, Verdana, Helvetica, sans-serif; font-size:11px; color: #be002f; text-decoration:none; font-weight:bold; }	
	
	.albumText,
	.albumText A			{ font-family: Arial, Verdana, Helvetica, sans-serif; font-size:11px; color: #6f6f6f; text-decoration:none; }
	.albumText A:link		{ font-family: Arial, Verdana, Helvetica, sans-serif; font-size:11px; color: #6f6f6f; text-decoration:none; }
	.albumText A:visited	{ font-family: Arial, Verdana, Helvetica, sans-serif; font-size:11px; color: #6f6f6f; text-decoration:none; } 
	.albumText A:active		{ font-family: Arial, Verdana, Helvetica, sans-serif; font-size:11px; color: #6f6f6f; text-decoration:none; }
	.albumText A:hover		{ font-family: Arial, Verdana, Helvetica, sans-serif; font-size:11px; color: #6f6f6f; text-decoration:none; }	
