@media screen, print
{
	/* ~~~~ Standaard stijlen ~~~~~~*/
	html 
	{
		font-size:				1.25em; /* 1.25×16px = 20px */
	} 
	
	html>body 
	{
		font-size: 				10px; /* overrides the above in all browsers except IE */
	}
	
	
	form input,form
	{
	
		font-family: 		Verdana, Arial, Helvetica;
	}
	body
	{
		width:					100%;
		height:					100%;
		margin:					0 0 0 0;
		padding:				0 0 0 0;
		
		font-family:			Verdana;
		font-size:				50%;
		font-weight:			normal;
		
		background-color:		#FFFFFF;
		
		background-position:	center 28px;
		background-repeat:		no-repeat;
		background-image:		url(/sjablonen/1/images/general/background.gif);
	}
	
	img
	{
		border: 				none;
	}
	
	a
	{
		text-decoration:		none;
	}
	
	a:hover
	{
		text-decoration:		underline;
	}

	h1, h2, h3
	{
		margin:			0;
	}
			
	/* ------------------Containers-*/
	
	/*-----Achtergrond */	
	#outer
	{
		position:				absolute;
		height:					122px;
		width:					100%;
		top:					28px;
		margin:					0 0 0 0;
		padding:				0 0 0 0;
		overflow:				hidden;
		
		z-index:				-1;
	}
	
	
	
	/*-----Totaal */
	#containerTotal
	{
		position: 				relative;
		display:				block;
		
		width: 					770px;

		height:					100%;
	
		margin:					0 auto;
		padding:				0 0 0 0;
		
		background-color:		#FFFFFF;
		
		z-index:				0;
	}
		*>#containerTotal
		{
			min-height:				100%;
			height:					auto;
		}
	
		/*-----Bodem menu */
		#containerTotal #bottomMenu
		{
			clear:					both;
			padding:				15px 0 0 0;
			/*margin-left:		-8px;*/
			line-height:			140%;
			letter-spacing:			-1px;
			text-align:				center;
			color:					#000099;
			
		}
			#containerTotal #bottomMenu p
			{
				margin:				0;

				padding:			0;
			}
		
			#containerTotal #bottomMenu a
			{
				color:					#000099;
			}
	
		/*-----Top */
		#containerTotal #containerTop
		{
			position:				relative;
			
			width:					100%;
			height:					170px;
			margin:					0 0 0 0;
			padding:				0 0 0 0;
			
			z-index:				2;
		}
		
			#containerTotal #containerTop #subMenu
			{
				position:				relative;
				
				height:					28px;
				margin:					0 0 0 5px;
				padding:				0 0 0 0;
				
				line-height:			28px;
				vertical-align:			middle;
				
				color:					#000099;
				
				z-index:				1;
			}
			
				#containerTotal #containerTop #subMenu a
				{	
					color:					#000099;
				}
			
			#containerTotal #containerTop #subMenu #language
			{
				position:				relative;
				float:					left;
				margin-top:				7px;
				width:					200px;
				padding:				0;
				line-height:			140%;
			}
				
			#containerTotal #containerTop #subMenu .items
			{
				position:				relative;
				float:					right;
				
				height:					12px;
				margin:					8px 0 8px 0;
				padding:				0 10px 0 10px;
				
				line-height:			12px;
				
				border-left:			1px solid #000099;
			}
		
			html body #containerTotal #containerTop #subMenu .itemsHome
			{
				border:					none;			
			}
			
			#containerTotal #containerTop #mainMenu
			{

				position:				relative;
				
				width:					100%;
				height:					30px;
				margin:					0 0 0 0;
				padding:				0 0 0 0;
				
				background-color:		#009;
				
				z-index:				2;

			}
			
			 #mainMenu .menuButton
			{
				position:				relative;
				
				width:					99px;
				height:					30px;
				margin:					0 0 0 0;
				padding:				0 0 0 0;
	
				background-color:		#fff;
			}
			
				 #mainMenu .menuButton a
				{
					position:				relative;
					float:					left;
					
					width:					89px;
					height:					26px;
					padding:				2px 0 2px 10px;
					margin:					0 0 0 0;
					
					line-height:			110%;
					letter-spacing:			1px;
					font-family:			Arial;
					font-weight:			bold;
					font-size:				1.1em;
					text-decoration:		none;
					color:					#009;
	
				}
			
				#mainMenu .menuButton a:hover
				{
					color:					#fff;
		
					background-color:		#009;
				}
			
			#containerTotal #containerTop #mainMenu #dossiers
			{
				float:					left;
			}
			
			#containerTotal #containerTop #mainMenu #overons
			{
				float:					right;
			}
			
			#containerTotal #containerTop #dynamicPhoto
			{
				position:				relative;
				
				width:					100%;
				height:					92px;
				margin:					0 0 0 0;
				padding:				0 0 0 0;
				
				z-index:				1;
			}
			
				#containerTotal #nkop
				{
					position:				relative;
					
					width:					575px;
					height:					30px;
					margin:					0 0 0 0;
					padding:				0 0 0 10px;
					
					background-color:		#e54500;

				}
				
					#containerTotal #nkop img
					{
						margin-top:			9px;
					}
				

				
				#containerTotal #containerTop #dynamicPhoto #contact
				{
					position:				absolute;
					
					bottom:					0;
					right:					0;
					width:					197px;
					height:					25px;
					margin:					0 0 0 0;
					padding:				5px 0 0 5px;
					
						
					letter-spacing:			1px;
						
					font-family:			Arial;
					font-size:				1.2em;
					font-weight:			bold;
				
					background-color:		#dfcfc5;
				}
					
					#containerTotal #containerTop #dynamicPhoto #contact a
					{
						color:					#000099;
					}
						
					#containerTotal #containerTop #dynamicPhoto #contact form
					{
						margin:					0;
						padding:				0;
					}
					
					#contact input
					{
						width:					130px;
						font-size:				1.0em;
						padding:				0;
						margin:					0;
					}
			
			#path
			{
				position:				relative;
					
				width:					100%;
				height:					20px;
				margin:					12px 0 0 0;
				padding:				0
				
				z-index:				1;
				
					font-size:				1.1em;
					color:					#999;
			}
				
				#path a
				{
					color:					#999;
				}
				
					#path a:hover
					{
						color:					#444;
					}
			
		/*-----Bodem */	
		#containerBottom
		{
			position:				relative;
			
			width:					770px;
			height:					300px;
			
		}
		*>html body #containerBottom
		{
			min-height:				300px;
			height:					auto;
		}
		
			/*-----Links */
			
			#containerTotal #containerLeft
			{
				position:				relative;
				float:					left;
				display:				inline;
				
				width:					170px;
				height:					16px;
				margin:					15px 0 0 0;
				padding:				0 0 0 0;
				
				list-style:				none;
				
				background-repeat:		no-repeat;
				background-position:	top right;
			}
			
				#containerTotal #containerLeft #titleMenu
				{
					position:				relative;
					
					width:					197px;
					
					line-height:			20px;
					vertical-align:			middle;
					
					font-size:				1.2em;
					font-weight:			bold;
					color:					#C9011F;
				}
				
				#containerTotal #containerLeft ul
				{
					position:				relative;
				
					width:					197px;				
					margin:					0 0 0 0;
					padding:				25px 0 10px 5px;
					
					list-style:				none;
					
					background-repeat:		repeat-y;
					background-image:		url(/sjablonen/1/images/general/bg_nav.jpg);
				}
			
			#containerTotal #containerBottom #containerLeft #limenuList
			{
				padding-top:					15px;
			}
				#containerTotal #containerBottom #containerLeft ul li ul
				{
					background-image: 			none;
				}
				
					#containerTotal #containerBottom #containerLeft #titleMenu a
					{
						text-decoration:		none;
						color:					#C9011F;
					}
				
				#containerTotal #containerBottom #containerLeft #limenu
				{
					position:				relative;
					
					width:					170px;
					margin:					0 0 0 0;
					padding:				0 0 0 0;
					
					color:					#C9011F;
					
					background-repeat:		repeat-y;
					background-image:		url('/sjablonen/1/images/general/nav.jpg');
					
					overflow:				hidden;
				}
					
					#containerTotal #containerBottom #containerLeft #limenu a, #containerTotal #containerBottom #containerLeft #limenu .selectedPath ul li a 
					{
						color:					#000099;
					}
					
					#containerTotal #containerBottom #containerLeft #limenu .selectedPath a 
					{
						color:					#C9011F;
					}
					
					#containerLeft #limenu ul
					{
						position:				relative;
						width:					170px;					
					
						margin:					0 0 0 0;
						padding:				0 0 0 0;
						
						list-style:				none;
					}

						#containerTotal #containerBottom #containerLeft #limenu ul li
						{
							position:				relative;
						
							width:					165px;
							margin:					0 0 0 0;
							padding:				3px 0 3px 5px;
							
							font-size:				1.1em;
							
							border-top:				1px solid #FFFFFF;
						}
						
							#containerTotal #containerBottom #containerLeft #limenu ul li.selected ul, #containerTotal #containerBottom #containerLeft #limenu ul li.selectedPath ul
							{
								margin-bottom:			-3px;
							}
						
							#containerTotal #containerBottom #containerLeft #limenu ul li ul
							{
								width:					145px;
								
								left:					-5px;
								
								margin:					3px 0 0 0;
								padding:				0 0 0 15px;
								
								border-top:				1px solid #FFFFFF;
							}
							
								#containerTotal #containerBottom #containerLeft #limenu ul li ul li
								{
									width:					155px;
									
									top:					-1px;
									margin:					0 0 0 0;
									padding:				3px 0 3px 0;
									font-size:				1.0em;
								}
							
									#containerTotal #containerBottom #containerLeft #limenu ul li ul li ul
									{
										left:					0;
										width:					155px;
										padding:				0 0 0 0;
										margin:					3px 0 0 0;
									}
										
										#containerTotal #containerBottom #containerLeft #limenu ul li ul li ul li
										{
											width:					150px;
											padding:				3px 0 3px 5px;
											margin:					0 0 0 0;
										}
								
								
			/*-----Midden */
			#containerTotal  #containerCenter
			{
				position:				relative;
				float:					left;
				display: 				inline;
				
				width:					363px;
				padding:				0 15px 50px 15px;
			}
			
			*>#containerTotal  #containerCenter
			{
				width:					368px;
				min-height:				300px;
				height:					auto;
			}
			
				#containerTotal #containerCenter .bulletbox
				{
					position:				relative;
					float:					left;
					
					width:					8px;
					height:					8px;
					margin:					5px 5px 0 0;
					padding:				0 0 0 0;
					
					font-size:				1px;
				}
				
			html body #containerTotal #containerBottom .containerCenterSmall
			{
				width:				538px;
			}
			
				#containerTotal #containerBottom #containerCenter a
				{
					color:					#000099;
				}
			
					#containerTotal #containerBottom #containerCenter .title
					{
						clear:					both;
						
						position:				relative;
						
						margin:					15px 0 0 0;
						
						line-height:			20px;
						vertical-align:			middle;
						
						font-size:				1.4em;
						font-weight:			bold;
						color:					#C9011F;
					}
					
					#containerTotal #containerBottom #containerCenter #content
					{
						clear:					both;
						
						position:				relative;
						float:					left;
						display: 				inline;
						
						width:					100%;
						margin:					10px 0 10px 0;
						
						line-height:			140%;
						
						font-size:				1.2em;
						overflow:				hidden;
					}
						/*-----Webedit */
						
						#containerTotal #containerBottom #containerCenter #content textarea,#containerTotal #containerBottom #containerCenter #content .cm_input,#containerTotal #containerBottom #containerCenter #content .cm_select,#containerTotal #containerBottom #containerCenter #content .cm_button
						{
							font-size:				1.0em;
							padding:				0;
							margin:					0;
							font-family: 			Verdana;
							width:					220px;
						}
						
						#containerTotal #containerBottom #containerCenter #content fieldContent .cm_textarea
						{
							font-size:				1.1em;
						}
						
						#containerTotal #containerBottom #containerCenter #content .cm_button
						{
							width:					100px;
						}
									
						#containerTotal #containerBottom #containerCenter #content ul
						{
							position:				relative;
							margin:					0 0 0 0;
							padding:				0 0 0 0;
							
							list-style:				none;
						}
						
						#containerTotal #containerBottom #containerCenter #content ol
						{
							position:				relative;
							margin:					0 0 0 28px;
							list-style:				decimal;
						}
						
							#containerTotal #containerBottom #containerCenter #content ul li
							{
								margin:					0 0 0 0;
								padding:				0 0 0 15px;
							
								background-repeat:		no-repeat;
								background-position:	0 5px;
								background-image:		url('/sjablonen/1/images/general/square_orange.gif');
							}
						
						#containerTotal #containerBottom #containerCenter #content form
						{
							margin-bottom: 			0;
						}
						
						#containerTotal #containerBottom #containerCenter #content .anchr
						{
							color:					#000000;
							text-decoration:		none;
						}


						
						/*-----Dossier */
						#containerTotal #containerBottom #containerCenter .titleDossier
						{
							position:				relative;
							
							width:					100%;
							margin:					0 0 0 0;
							line-height:			140%;
							
							font-size:				1.2em;
							font-weight:			bold;
							color:					#C9011F;
						}
						
						#containerTotal #containerBottom #containerCenter .dossiers
						{
							position:				relative;
							
							width:					100%;
							margin:					0 0 10px 0;
							line-height:			140%;
							
							font-size:				1.2em;
							color:					#999999;
						}
						
							#containerTotal #containerBottom #containerCenter .dossiers a
							{
								font-weight:			bold;
								color:					#000000;
							}
							
							#containerTotal #containerBottom #containerCenter .dossiers .text
							{
								color:					#000000;
							}
						
						
						/*-----Nieuws + Loket*/
						#containerTotal #containerBottom #containerCenter .newsItem, #containerTotal #containerBottom #containerCenter .loketItem
						{
							position:				relative;
								
							width:					100%;
							margin:					0 0 20px 0;
							line-height:			140%;
							
							font-size:				1.2em;
							color:					#999999;
						}
						
						#containerTotal #containerBottom #containerCenter .loketItem
						{
							margin-bottom:			10px;
						}
						
							#containerTotal #containerBottom #containerCenter .newsItem a, #containerTotal #containerBottom #containerCenter .loketItem a
							{
								color:					#000000;
								font-weight:			bold;
							}
					
							#containerTotal #containerBottom #containerCenter .newsItem .content, #containerTotal #containerBottom #containerCenter .loketItem .content
							{
								position:				relative;
									
								width:					100%;
								
								color:					#000000;
							}
							
								#containerTotal #containerBottom #containerCenter .newsItem .content .readMore a, #containerTotal #containerBottom #containerCenter .loketItem .content .readMore a
								{
									font-weight:			normal;
									color:					#000099;
								}
								
							#containerTotal #containerBottom #containerCenter .newsItem .agendaItem
							{
								color:					#000000;
								font-weight:			bold;
							}
						
						/*-----Paging */			
				
						#containerTotal #containerBottom #containerCenter .modulePaging
						{
							clear:					both;
							position:				relative;
							float:					left;
							
							margin:					10px 0 0 0;
							padding:				0 0 0 0;
							
							vertical-align:			middle;
						}
					
							#containerTotal #containerBottom #containerCenter .modulePaging span.paging
							{
								font-weight:			bold;

							}
						
							#containerTotal #containerBottom #containerCenter .modulePaging ul
							{
								position:				relative;
								
								width:					100%;
								padding:				0 0 0 0;
								margin:					0 0 0 0;
								
								letter-spacing:			-1px;
								
								font-size:				1.3em;
								
								list-style-type:		none;
							}
						
								#containerTotal #containerBottom #containerCenter .modulePaging ul li
								{
									position:				relative;
									float:					left;

									height:					20px;
									padding:				0 4px 0 4px;
									margin:					0 0 0 0;
									
									line-height:			120%;
									font-weight:			bold;
									
									color:					#000099;
									
									background-image:		none;
								}
								
							#bgPagina
							{
								position:				absolute;
								
								width:					15px;
								height:					20px;
								top:					-3px;
								left:					0;
								
								border:					1px solid #333333;
								background-color:		#e5e5e5;
								
								z-index:				-1;
							}
				
							#containerTotal #containerBottom #containerCenter .modulePaging ul li a
							{
								font-size:				0.9em;
					
								font-weight:			bold;
								text-decoration:		none;
								
								color:					#C9011f;
							}
							
							#containerTotal #containerBottom #containerCenter .modulePaging ul li a:hover
							{
								line-height:			100%;
								text-decoration:		none;
							}
						
							#containerTotal #containerBottom #containerCenter .modulePaging .nextprevious a
							{
								font-weight:			normal;
								color:					#000099;
							}
							
							#containerTotal #containerBottom #containerCenter .modulePaging .nextprevious a:hover
							{

								text-decoration:		underline;
							}	
						
							#containerTotal #containerBottom #containerCenter #pagesCount
							{
								position:				relative;
								float:					left;
								
								width:					120px;
								margin:					10px 0 0 0;
								padding:				0 0 0 0;
								
								letter-spacing:			-1px;
								line-height:			120%;
								
								font-size:				1.1em;
								font-weight:			bold;
								color:					#999999;
							}
				
				
					/*-------------------------Sitemap*/
					#containerTotal #containerBottom #containerCenter .sitemapContainer
					{
					}
					
						#containerTotal #containerBottom #containerCenter .sitemapContainer ul
						{
							position:				relative;
							clear:					both;
					
							padding:				0 0 0 0;
							margin:					0 0 0 0;
					
							background-image:		none;
							
							list-style:				none;
						}
						
							#containerTotal #containerBottom #containerCenter .sitemapContainer ul li
							{
								position:				relative;
								clear:					both;
							
								padding:				0 0 0 0;
								margin:					0 0 0 0;
							
								background-image:		none!important;
							}
							
							
							#containerTotal #containerBottom #containerCenter .sitemapContainer ul li ul li
							{
								padding:				0 0 0 16px;
							}							
							
							#containerTotal #containerBottom #containerCenter .sitemapContainer ul li div.sitemapSpacer
							{
								position:				relative;
								display:				block;
								float:					left;
								
								width:					16px;
								height:					16px;
								padding:				0 0 0 0;
								margin:					0 0 0 0;
							}
							
							#containerTotal #containerBottom #containerCenter .sitemapContainer ul li div.sitemapMinimize
							{
								position:				relative;
								display:				block;
								float:					left;
								
								width:					16px;
								height:					16px;
								padding:				0 0 0 0;
								margin:					0 0 0 0;
								
								background-image:		url('/sjablonen/1/images/infotype/sitemap/min.gif');
								background-position:	3px 5px;
								background-repeat:		no-repeat;
							}
							
							#containerTotal #containerBottom #containerCenter .sitemapContainer ul li div.sitemapMaximize
							{
								position:				relative;
								display:				block;
								float:					left;
								
								width:					16px;
								height:					16px;
								padding:				0 0 0 0;
								margin:					0 0 0 0;
					
								background-image:		url('/sjablonen/1/images/infotype/sitemap/plus.gif');
								background-position:	3px 5px;
								background-repeat:		no-repeat;
							}
											
				
			/*-------------------------Naar boven-*/
			#naarOverzicht
			{
				position:				relative;
				float:					right;
				
				font-size:				1.1em;
				
				vertical-align:			middle;
			}
			
				#naarOverzicht img
				{
					margin-left:			5px;
				}
				
			/*-----Rechts */					
			#containerTotal #containerBottom #containerRight
			{
				position:				relative;
				float:					left;
				display: 				inline;
				
				width:					202px;
			}	

				#containerTotal #containerBottom #containerRight ul
				{
					display:				block;
					
					width:					202px;
					margin:					0;
					padding:				25px 0 10px 5px;
					
					list-style:				none;
					
				}
				
					#containerTotal #containerBottom #containerRight ul li
					{
						clear:					both;
						float:					left;
						
						margin:					0 0 0 0;
						padding:				0 0 0 0;
						
						width:					165px;
						
						line-height:			140%;
						
						font-size:				1.2em;
						color:					#000000;
						text-align:				left;
					}
					
						#containerTotal #containerBottom #containerRight ul li a
						{
							color:					#000099;
							text-decoration:		none;
							
							padding:				0;
							margin:					0;
						}
						
						#containerTotal #containerBottom #containerRight ul li a:hover
						{
							text-decoration:		underline;
						}
						
							/*-----Downloads */
							
							#containerTotal #containerBottom #containerRight #downloads h2
							{
							}
							
							#containerTotal #containerBottom #containerRight #downloads ul
							{
							}
													
							#containerTotal #containerBottom #containerRight #downloads ul li
							{
								padding:				3px 0px 3px 0px;
								text-indent:			23px;
							}
							
								#containerTotal #containerBottom #containerRight #downloads ul li.pdf
								{
									position: 				relative;
							
									background-position: 	2px 3px;
									background-repeat: 		no-repeat;
									background-image: 		url('/sjablonen/1/images/general/pdf.gif');
								}
								
								#containerTotal #containerBottom #containerRight #downloads ul li.doc
								{
									position: 				relative;
							
									background-position: 	2px 3px;
									background-repeat: 		no-repeat;
									background-image: 		url('/sjablonen/1/images/general/doc.gif');
								}
								
								#containerTotal #containerBottom #containerRight #downloads ul li.xls
								{
									position: 				relative;
							
									background-position: 	2px 3px;
									background-repeat: 		no-repeat;
									background-image: 		url('/sjablonen/1/images/general/xls.gif');
								}
								
								#containerTotal #containerBottom #containerRight #downloads ul li.ppt
								{
									position: 				relative;
									
									background-position: 	2px 3px;
									background-repeat: 		no-repeat;
									background-image: 		url('/sjablonen/1/images/general/ppt.gif');
								}
									
								#containerTotal #containerBottom #containerRight #downloads ul li.unknown
								{
									position: 				relative;
							
									background-position: 	2px 3px;
									background-repeat: 		no-repeat;
									background-image: 		url('/sjablonen/1/images/general/unknown.gif');
								}

					
				#containerRight #relevant, #containerRight #downloads, #containerRight #overig,  #containerRight #contactInfo, #containerTotal  #feedback
				{
					clear:					both;
	
				
					width:					202px;
					height:					16px;
					margin:					0 0 0 0;
					padding:				15px 0 0 0;
					
					background-repeat:		no-repeat;
					background-position:	top right;
				}
				
					*>#containerTotal #containerBottom #containerRight #relevant, *>#containerTotal #containerBottom  #containerRight #downloads, *>#containerTotal #containerBottom  #containerRight #overig, *>#containerTotal #containerBottom #containerRight #contactInfo, *>#containerTotal  #feedback
					{
						min-height:				16px;
						height:					auto;					
					}
				
					#containerTotal #titleRelevant, #containerRight #titleDownloads, #containerRight #titleOverig,  #containerRight #titleContactInfo, #containerTotal #titleFeedback 
					{
						position:				relative;
						clear:						both;
						
						width:					197px;
						
						line-height:			20px;
						vertical-align:			middle;
						
						font-size:				1.2em;
						font-weight:			bold;
						color:					#C9011F;
						margin:					0;
						
					}
					
					
					#containerTotal #relevant ul, #containerRight #downloads ul, #containerRight #overig ul,  #containerRight #contactInfo ul, 	#containerTotal #containerFeedback
					{
						position:				relative;
						float:					left;
						display: 				inline;
						
						width:					197px;				
						margin:					0 0 0 0;
						padding:				25px 0 10px 5px;
						
						list-style:				none;
						
						background-repeat:		no-repeat;
					}
							
						#containerTotal #relevant ul li, #containerRight #downloads ul li, #containerRight #overig ul li,  #containerRight #contactInfo ul li
						{
							clear:					both;
							line-height:			140%;
							font-size:				1.2em;
						}
					
					#containerTotal #relevant a, #containerRight #downloads a, #containerRight #overig a,  #containerRight #contactInfo a
					{
						color:				#000000;
					}
				
				
			#feedback form .feedbackRadioButton
			{
				float:				left;
				display: 				inline;
				width:				38px;
				height:				6px;

				padding:			0;
				margin:				0;
				
				text-align:			center
			}
			
				*>#feedback form .feedbackRadioButton
				{
					min-height:			6px;
					height:				auto;		
				}
				
			#feedback form #feedbackSubmit 
			{	
				clear:				both;
				text-align:			right;
				padding:			0 5px 5px 5px;
			}
			

					
				#containerTotal  #containerFeedback
				{
						position:				relative;
						display:				block;
						font-size:				1.2em;
						padding:				10px 5px 10px 5px;
						margin-top:				0;
						line-height:			140%;
						margin-bottom:			10px;
						
				}
				
				#containerTotal #containerFeedback2
				{
						position:				relative;
						display:				block;
						
						width:					192px;
						font-size:				1.2em;
						padding: 				10px 5px 10px 5px;
						line-height:			140%;
						margin-top:				1px;
						margin-bottom:			10px;
				}
				
				
				#containerFeedback  ul
				{
					width:					190px!important;
					position:				relative;
					margin:					0 0 10px 0;
					padding:				0 0 0 0;
					
					list-style:				none;
					
					
				}
				
					#containerFeedback ul li
					{
						margin:					0 0 0 0;
						padding:				0 0 0 19px!important;
						
						font-size: 				1em!important;
						
						background-repeat:		no-repeat;
						background-position:	5px 5px;
						background-image:		url('/sjablonen/1/images/general/square_orange.gif');
					}
		
		
		#feedback #formFeedback
		{
			margin:			0;
			padding:		0;
		}
		
		#containerFeedback p
		{
			margin: 	0;
			padding:	12px 5px 12px 5px;
		}


		#containerFeedback strong
		{
			padding:		0 5px 0 5px;
		}
		
		
	.containerInvisible
	{
		/*display:				none;*/
		position:				absolute;
		left:					0;
		top:					-500px;
		width:					1px;
		height:					1px;
		overflow:				hidden;
	}
	
	html body #containerTotal .submitButton
	{
		font-size:				1.05em;
		font-weight:			bold;
		
		background-color:		#DFCFC5;
		border:					none;
		color:					#000099;

		width:					54px;
		text-align:				left;
	}
	



	#topics .bulletbox
	{
		background-color:		#009;
	}

	.box1
	{
		background-color:		#dfcfc5;
	}
	
	 .box2
	{
		background-color:		#e54500;
	}
	.box3
	{
		background-color:		#c9001f;
	}
	
	.noBorder
	{
		border:				none;
	}
	
	#subMenu ul, #subMenu li
		{
			padding:		0;
			margin:			0;
			list-style:		none;
		}
		
	.floatCloser
	{
		clear:				both;
	}
	
	
	
	
	.floatLeft
	{
		float:				left;
	}
	
	.floatRight
	{
		float:				right;
	}
	
	
	html body #containerTotal #containerBottom #containerCenter #content a:visited
	{
		/* color:				#C700C0; */
	}

	/*
	form
	{
		margin:		16px 0 16px 0;
	}
	
	.fieldRow
	{
		position:				relative;
		clear:					both;
		width:					368px;
		margin:					2px ;
		padding:				8px 2px 2px 2px;		
	}

	.fieldLabel
	{
		font-weight:			bold;
		width:					130px;		
		float:					left;
	}
	
	.fieldContent
	{
		width:					234px;		
		float:					left;		
	}
	
	form .cm_button
	{
		float:			right;
		margin-top:		10px;

	}
	*/
	
	/* CONTEN BLOCK */
	/* =Blockquote */
#containerTotal #containerBottom #containerCenter #content	 blockquote
	{
		clear:				both;
		margin:				2em;
		margin-top:			0;
		margin-bottom:		1em;
		
		padding-top:		11px;
		padding-bottom:		0;
		
		min-height:			1em;
		height:				auto;
		
		border:				1px solid #e5e5e5;
		background-color:	#fafafa;
						
		color:				#828282;
	}
	
#containerTotal #containerBottom #containerCenter #content		 blockquote a
		{
			color:				#828282;
			text-decoration:		underline;
		}
		
#containerTotal #containerBottom #containerCenter #content			 blockquote a:hover
			{
				color:					#424242;
				text-decoration:		underline;
			}
			
#containerTotal #containerBottom #containerCenter #content				 blockquote a:visited
				{
					color:				#802f80;
				}
			
#containerTotal #containerBottom #containerCenter #content		 blockquote h2,  blockquote h3
		{
			margin-top:			0;
			color:				#828282;
			font-variant:		normal;
		}
		
#containerTotal #containerBottom #containerCenter #content		 blockquote p
		{
			clear:				both;
			margin-bottom:		0.8em;
			margin-left:		9px;
			margin-right:		9px;
		}

	/* =hr */
#containerTotal #containerBottom #containerCenter #content	 hr
	{
		clear:					both;
		
		height:					1px;
		width:					100%;
		
		background-color:		#000099;
		color: 					#000099;
		
		border:					none;
	}

				
	/* =Pre */
#containerTotal #containerBottom #containerCenter #content	 pre
	{
		font-family:		Courier;
		clear:				both;
		margin:				0 9px 2em 0;
		
		padding:			14px 9px 0 0;
		
		min-height:			1em;
		height:				auto;
						
		color:				#828282;
		background-color:	#fafafa;
	}
	
#containerTotal #containerBottom #containerCenter #content		 pre a
		{
			color:				#828282;
			text-decoration:	underline;
		}
		
#containerTotal #containerBottom #containerCenter #content			 pre a:hover
			{
				color:					#424242;
				text-decoration:		underline;
			}
			
#containerTotal #containerBottom #containerCenter #content				 pre a:visited
				{
					color:				#802f80;
				}
			
#containerTotal #containerBottom #containerCenter #content		 pre h2, #containerTotal #containerBottom #containerCenter #content  pre h3
		{
			margin-top:			0;
			color:				#828282;
			font-variant:		normal;
		}
	
	/* =Alignment */
#containerTotal #containerBottom #containerCenter #content	 .textAlignRight
	{
		text-align:			right;
	}
	
#containerTotal #containerBottom #containerCenter #content	 .textAlignCenter
	{
		text-align:			center;
	}
	
#containerTotal #containerBottom #containerCenter #content	 .textAlignJustify
	{
		text-align:			justify;
	}

#containerTotal #containerBottom #containerCenter #content	 .textAlignLeft
	{
		text-align:			left;
	}	

	/* =Underline */
#containerTotal #containerBottom #containerCenter #content	 .textUnderline	
	{
		text-decoration:	underline;
	}
	
	/* =Tables */
 	html body  #containerTotal #containerBottom #containerCenter #content table {
		clear:				both;
		width:					368px;
		
		padding: 				0;
		margin:					0 9px 18px 0;
		
	/*	border-bottom:			1px solid #802991;
		border-right:			1px solid #802991; */
		
		border-collapse: 		collapse;
		
	}
	
	#containerTotal #containerBottom #containerCenter #content	table caption {
			
			font-weight:		bold;
			color:				#000;
			
			text-align:			left;
			
			padding:			8px 0 2px 4px;
			font-size:			1.2em;
			border-bottom:		1px solid #888;
		}
		
	#containerTotal #containerBottom #containerCenter #content	 table tbody {
			padding: 				0;
			margin:					0;
		}
		
	#containerTotal #containerBottom #containerCenter #content	 table th {
			font-weight:			bold;
			color:					#fff;
			background-color:		#000099; 

			padding: 				1px;
			margin:					0;
		/*	border-left:			1px solid #802991;
			border-top:				1px solid #802991; */
		}
		
	#containerTotal #containerBottom #containerCenter #content	 table td {
			border-width: 			0;
			padding: 				1px;
			margin:					0;
		/*	border-left:			1px solid #802991;
			border-top:				1px solid #802991; */
		}
	
	#containerTotal #containerBottom #containerCenter #content	 table .tableRowOdd
		{
			background-color: 		#fafafa; /* row alternating color */
		}
		

	

			
#containerTotal #containerBottom #containerCenter #content	 .floatRight
	{
		float: 				right;
		padding-left:		8px;
	}
	
#containerTotal #containerBottom #containerCenter #content	 .floatLeft
	{
		float: 				left;
		padding-right:		8px;
		
	}
	
#containerTotal #containerBottom #containerCenter #content	 .border1
	{
		border:				solid 1px #999999;
	}

#containerTotal #containerBottom #containerCenter #content	 .border2
	{
		border:				solid 2px #999999;
	}
	
#containerTotal #containerBottom #containerCenter #content	 .border3
	{
		border:				solid 3px #999999;
	}

#containerTotal #containerBottom #containerCenter #content	strong
	{
		font-weight:		bold;
	}
	
#containerTotal #containerBottom #containerCenter #content	em
	{
		font-style:			italic;
	}
		
#containerTotal #containerBottom #containerCenter #content	span.externallink 
	{
		background:			transparent url(/sjablonen/1/images/general/externallink.gif) no-repeat scroll right center;
		padding-right:		12px;
	}
	
	#containerTotal #containerBottom #containerCenter #content	h2
	{
		font-size: 1.2em;
	}

	#containerTotal #containerBottom #containerCenter #content	h3
	{
		font-size: 1.1em;
	}	






	
#mailfriendform p
{
	margin-bottom:		2px;
}	
	
	
}













@media print
{
	#bottomMenu, #containerTop, #containerTotal #containerLeft, #naarOverzicht, #downloads, #containerRight, #loketzoek, .loketZoek
	{
		display:				none;
	}
	
	#containerTotal #containerBottom #containerCenter
	{
		width:					16cm;
	}
	
	#containerTotal #containerBottom #containerCenter .bulletbox
	{
		width:					6px;
		height:					6px;

		border:					1px solid #c9001f;
	}
	
	#containerTotal #containerBottom #containerCenter #content ul
	{
		list-style:				inside square;
	}
	
	#containerTotal #containerBottom #containerCenter #content ul li
	{
		background:				none;
		padding-left:			10px;
	}
	

	/* CONTEN BLOCK */
	/* =Blockquote */
#containerTotal #containerBottom #containerCenter #content	 blockquote
	{
		margin:				2em;
		margin-top:			0;
		margin-bottom:		1em;
		
		padding-top:		11px;
		padding-bottom:		0;
		
		min-height:			1em;
		height:				auto;
		
		border:				1px solid #e5e5e5;
		background-color:	#fafafa;
						
		color:				#828282;
	}
	
#containerTotal #containerBottom #containerCenter #content		 blockquote a
		{
			color:				#828282;
			text-decoration:		underline;
		}
		
#containerTotal #containerBottom #containerCenter #content			 blockquote a:hover
			{
				color:					#424242;
				text-decoration:		underline;
			}
			
#containerTotal #containerBottom #containerCenter #content				 blockquote a:visited
				{
					color:				#802f80;
				}
			
#containerTotal #containerBottom #containerCenter #content		 blockquote h2,  blockquote h3
		{
			margin-top:			0;
			color:				#828282;
			font-variant:		normal;
		}
		
#containerTotal #containerBottom #containerCenter #content		 blockquote p
		{
			clear:				both;
			margin-bottom:		0.8em;
			margin-left:		9px;
			margin-right:		9px;
		}

	/* =hr */
#containerTotal #containerBottom #containerCenter #content	 hr
	{
		clear:					both;
		
		height:					1px;
		width:					100%;
		
		background-color:		#000099;
		color: 					#000099;
		
		border:					none;
	}

				
	/* =Pre */
#containerTotal #containerBottom #containerCenter #content	 pre
	{
		font-family:		Courier;
		margin:				0 9px 2em 0;
		
		padding:			14px 9px 0 0;
		
		min-height:			1em;
		height:				auto;
						
		color:				#828282;
		background-color:	#fafafa;
	}
	
#containerTotal #containerBottom #containerCenter #content		 pre a
		{
			color:				#828282;
			text-decoration:	underline;
		}
		
#containerTotal #containerBottom #containerCenter #content			 pre a:hover
			{
				color:					#424242;
				text-decoration:		underline;
			}
			
#containerTotal #containerBottom #containerCenter #content				 pre a:visited
				{
					color:				#802f80;
				}
			
#containerTotal #containerBottom #containerCenter #content		 pre h2, #containerTotal #containerBottom #containerCenter #content  pre h3
		{
			margin-top:			0;
			color:				#828282;
			font-variant:		normal;
		}
	
	/* =Alignment */
#containerTotal #containerBottom #containerCenter #content	 .textAlignRight
	{
		text-align:			right;
	}
	
#containerTotal #containerBottom #containerCenter #content	 .textAlignCenter
	{
		text-align:			center;
	}
	
#containerTotal #containerBottom #containerCenter #content	 .textAlignJustify
	{
		text-align:			justify;
	}

#containerTotal #containerBottom #containerCenter #content	 .textAlignLeft
	{
		text-align:			left;
	}	

	/* =Underline */
#containerTotal #containerBottom #containerCenter #content	 .textUnderline	
	{
		text-decoration:	underline;
	}
	
	/* =Tables */
 	html body  #containerTotal #containerBottom #containerCenter #content table {
		width:					460px;
		
		padding: 				0;
		margin:					0 9px 18px 0;
		
	/*	border-bottom:			1px solid #802991;
		border-right:			1px solid #802991; */
		
		border-collapse: 		collapse;
		
	}
	
	#containerTotal #containerBottom #containerCenter #content	table caption {
			
			font-weight:		bold;
			color:				#000;
			
			text-align:			left;
			
			padding:			8px 0 2px 4px;
			font-size:			1.2em;
			border-bottom:		1px solid #888;
		}
		
	#containerTotal #containerBottom #containerCenter #content	 table tbody {
			padding: 				0;
			margin:					0;
		}
		
	#containerTotal #containerBottom #containerCenter #content	 table th {
			font-weight:			bold;
			color:					#fff;
			background-color:		#000099; 

			padding: 				1px;
			margin:					0;
		/*	border-left:			1px solid #802991;
			border-top:				1px solid #802991; */
		}
		
	#containerTotal #containerBottom #containerCenter #content	 table td {
			border-width: 			0;
			padding: 				1px;
			margin:					0;
		/*	border-left:			1px solid #802991;
			border-top:				1px solid #802991; */
		}
	
	#containerTotal #containerBottom #containerCenter #content	 table .tableRowOdd
		{
			background-color: 		#fafafa; /* row alternating color */
		}
		

	

			
#containerTotal #containerBottom #containerCenter #content	 .floatRight
	{
		float: 				right;
	}
	
#containerTotal #containerBottom #containerCenter #content	 .floatLeft
	{
		float: 				left;
	}
	
#containerTotal #containerBottom #containerCenter #content	 .border1
	{
		border:				solid 1px #999999;
	}

#containerTotal #containerBottom #containerCenter #content	 .border2
	{
		border:				solid 2px #999999;
	}
	
#containerTotal #containerBottom #containerCenter #content	 .border3
	{
		border:				solid 3px #999999;
	}

#containerTotal #containerBottom #containerCenter #content	strong
	{
		font-weight:		bold;
	}
	
#containerTotal #containerBottom #containerCenter #content	em
	{
		font-style:			italic;
	}
		
#containerTotal #containerBottom #containerCenter #content	span.externallink 
	{
		background:			transparent url(/sjablonen/1/images/general/externallink.gif) no-repeat scroll right center;
		padding-right:		12px;
	}
	
	#containerTotal #containerBottom #containerCenter #content	h2
	{
		font-size: 1.2em;
	}

	#containerTotal #containerBottom #containerCenter #content	h3
	{
		font-size: 1.1em;
	}	
	
	

				

}
