/*
--------------------------------------------------------------------------------------------------
 Title:			Subpage Styles
 Created on: 	20-07-2009
 Author:     	Roberto De Vivo
 Client:		Gemeente Oldenzaal
 Project:		Website
 Copyright:  	Vincis B.V. The Netherlands

--------------------------------------------------------------------------------------------------
 Index:
--------------------------------------------------------------------------------------------------
 =global
 
--------------------------------------------------------------------------------------------------
 Colors:
--------------------------------------------------------------------------------------------------
 =1		Default 		#0c226b	(Dark Blue)
 =2		Default MO		#8178a0	(Light Dark Blue)
 =3		Binnenstad		#9b2c98	(Magenta)
 =4		Woon Leef		#f39800	(Orange)
 =5		Bedrijvigheid	#008fc2 (Blue)
 =6		Toerisme		#97be0d	(Green)
 =7		Samen Oldenzaal	#e52b38	(Old Red)
 =8		Tool button MO	#fed300	(Yellow)

 ***** Standard Module colours *****
 =10	Newshead text	#777	(medium gray)
 =11	Shortcuts		#999	(medium light gray)
 =12	date			#b2b2b2	(light gray)
 =13	body text		#333	(dark grey)
 =14	calendar alt	#f5f5f5	(ultra light gray)
 =15	body background #fff	(white)

*/

@media screen 
{
	/*********************************************************************************************/
	/* =global		  							                                      				   */
	/*********************************************************************************************/

	html
	{
		padding:				0;
		margin:					0;
	}
	
	body 
	{
		height:					auto;
		
		color:					#0c226b;	/* =1 */
		font-family: 			Arial, Helvetica, sans-serif;
		font-size:				11px;
		line-height:			1.56em;		/* 25px */
		
		padding:				0;
		margin:					0;
		
		background-color:		#fff;		/* =15*/
	}

	input, select
	{
		font-family: 			Arial, Helvetica, sans-serif;
		font-size:				1em;
	}

		#totalContainer
		{
			position:				relative;
			
			height:					300px;
			min-height:				300px;
			width:					930px;
			margin:					0;
			padding:				0 0 10px 0;
		}
		*>#totalContainer
		{
			height:					auto;
		}
		
	.hide 
	{
		display:				block;
		position:				absolute;
		left:					-9999px;
		height:					0;
		width:					0;
		text-indent:			-5000px;
	}
	
	.floatCloser
	{
		clear:					both;
	}
	
	a
	{
		color:					#0c226b;
		text-decoration:		none;
	}
	
		a:hover
		{
			text-decoration:		underline;
			color:					#8178a0;
		}
		
	
	#printHeader
	{
		display:				none;
	}
	
		
	/*********************************************************************************************/
	/* =mainContainer									      			                       	 */
	/*********************************************************************************************/
	#mainContainer
	{
		float:					left;
		display:				inline;
		width:					730px;	/*690 + 40 */
	}
			
	/*********************************************************************************************/
	/* =Header									      			                          		 */
	/*********************************************************************************************/
	#header
	{
		position:				relative;
		width:					730px;	/*690 + 40 */
		
		height:					305px;
	}

	#dynamicImage,
	#dynamicImage img
	{
		position:				relative;
		display:				block;

		width:					534px;
		height:					305px;
		margin:					0;
		padding:				0;
		
		border:					0 solid transparent
	}
	
		#dynamicImage img
		{
			position:				absolute;
			left:					0;
			top:					0;
			
			z-index:				699999;
		}
		
	#header #logo span
	{
		position:				absolute;
		left:					333px;
		top:					0;
		display:				block;
		
		width:					338px;
		height:					246px;
		margin:					0;	/*	419-69*/
		padding:				0;
		
		text-indent: 			-5000px;	/* remove text */
		
		background-image:		url(/sjablonen/1/images/general/overlay/logo/default_small.png);
		background-repeat:		no-repeat;
		background-position: 	left top;
		
		z-index:				799999;
	}
	
		/* ## Custom images ## */
		/* binnenstad */	
		#binnenstad #header #logo span,
		#woon #header #logo span,
		#bedrijvigheid #header #logo span,
		#toerisme #header #logo span,
		#samenOldenzaal #header #logo span,
		#default #header #logo span,
		#politiek #header #logo span,
		#organisatie #header #logo span,
		#snelmenu #header #logo span,
		#contact #header #logo span
		{
			background-image:	none;
		}
		*>#binnenstad #header #logo span
		{
			background-image:		url(/sjablonen/1/images/general/overlay/logo/2153.png);
		}

		/* woon */	
		*>#woon #header #logo span
		{
			background-image:		url(/sjablonen/1/images/general/overlay/logo/2154.png);
		}

		/* bedrijvigheid */	
		*>#bedrijvigheid #header #logo span
		{
			background-image:		url(/sjablonen/1/images/general/overlay/logo/2155.png);
		}

		/* toerisme */	
		*>#toerisme #header #logo span
		{
			background-image:		url(/sjablonen/1/images/general/overlay/logo/2156.png);
		}

		/* samen */	
		*>#samenOldenzaal #header #logo span
		{
			background-image:		url(/sjablonen/1/images/general/overlay/logo/2157.png);
		}
		
		/* default */	
		*>#default #header #logo span,
		*>#politiek #header #logo span,
		*>#organisatie #header #logo span,
		*>#snelmenu #header #logo span,
		*>#contact #header #logo span
		{
			background-image:		url(/sjablonen/1/images/general/overlay/logo/default_small.png);
		}

	#header #slogan
	{
		position:				absolute;
		/*left:					497px;*/
		left:					500px;
		top:					86px;
			
		width:					143px;
		height:					170px;
		margin:					0;
		background-repeat:		no-repeat;
		background-position: 	left top;
		
		z-index:				899999;
	}
	
	/*********************************************************************************************/
	/* =content									                                      			 */
	/*********************************************************************************************/	
	#content
	{
		float:					left;
		display:				inline;
		
		width:					612px;	
		height:					300px;
		min-height:				300px;
		padding:				0;
		margin:					20px 0 0 314px;
	}
	*>#content
	{
		height:					auto;
	}
	
		#content h1
		{
			width:					406px;
			margin:					0px 0 10px 0;
			
			font-size:				1.4em;
			font-weight:			bold;
		}
		
		#content p
		{
		}

	/*********************************************************************************************/
	/* =sideBar									      			                          		 */
	/*********************************************************************************************/
	#sideBar
	{
		position:				absolute;
		top:					0;
		left:					730px;
		
		width:					196px;
		padding:				0;
		
		
	}
	
		/* binnenstad */	
		#binnenstad #tools
		{
			border-bottom:			1px solid #9b2c98;	/* =3 */
		}

		/* woon */	
		#woon #tools
		{
			border-bottom:			1px solid #f39800;	/* =4 */
		}

		/* bedrijvigheid */	
		#bedrijvigheid #tools
		{
			border-bottom:			1px solid #008fc2;	/* =5 */
		}

		/* toerisme */	
		#toerisme #tools
		{
			border-bottom:			1px solid #97be0d;	/* =6 */
		}

		/* samen */	
		#samenOldenzaal #tools
		{
			border-bottom:			1px solid #e52b38;	/* =7 */
		}
		
		/* default */	
		#default #tools
		{
			border-bottom:			1px solid #0c226b;	/* =1 */
		}

	
	/*********************************************************************************************/
	/* =tools									      			                          		 */
	/*********************************************************************************************/
	#tools
	{
		padding:				32px 0 42px 0;
	}
	
		/* =QuickLinks */
		#quickLinks
		{
			width:					175px;
			height:					16px;
			min-height:				16px;
			margin:					0;
			padding:				0;
		}
		*>#quickLinks 
		{
			height:					auto;	
		}
		
			#quickLinks li
			{
				float:					left;
				display:				inline;
				
				width:					175px;
				height:					16px;
				min-height:				16px;
				margin:					0;
				padding:				0 0 2px 10px;
				
				font-weight:			bold;
				
				background-image:		url(/sjablonen/1/images/general/bullet_sidebar.gif);
				background-repeat:		no-repeat;
				background-position: 	2px 7px;
			}
			*>#quickLinks li
			{
				height:					auto;	
			}

				#quickLinks li a
				{
					color:					#0c226b;	/* =1 */
					text-decoration:		none;
				}
				
					#quickLinks li a:hover
					{
						color:					#8178a0;	/* =2 */
					}

				
				#quickLinks .infodesk,
				#quickLinks .contact,
				#quickLinks .organisatie,
				#quickLinks .politiek,
				#quickLinks .home
				{
					padding:				13px 0 0 0;
					margin:					0;
					background-image:		none;
				}

					#quickLinks .infodesk a ,
					#quickLinks .organisatie a ,
					#quickLinks .politiek a ,
					#quickLinks .home a ,
					#quickLinks .contact a
					{
						display:				block;
				
						width:					165px;
						height:					16px;
						
						line-height:			1.36em;
						
						margin:					0;
						padding:				0 0 0 10px;

						background-image:		url(/sjablonen/1/images/general/button_digitaal_loket.gif);
						background-repeat:		no-repeat;
						background-position: 	left top;
					}
			
					#quickLinks .contact a
					{
						background-image:		url(/sjablonen/1/images/general/button_contact.gif);
					}
					
					#quickLinks .organisatie a
					{
						background-image:		url(/sjablonen/1/images/general/button_organisatie.gif);
					}
					
					#quickLinks .politiek a
					{
						background-image:		url(/sjablonen/1/images/general/button_politiek.gif);
					}
					
					#quickLinks .home a
					{
						background-image:		url(/sjablonen/1/images/general/button_home.gif);
					}
					
						#quickLinks .infodesk a:hover,
						#quickLinks .organisatie a:hover,
						#quickLinks .politiek a:hover,
						#quickLinks .home a:hover,
						#quickLinks .contact a:hover
						{
							color:					#fed300;	/* =8 */
							
							background-position: 	left bottom;
						}
						
	/* =generalOptions */
	#generalOptions
	{
		clear:					both;
		float:					left;
		display:				inline;
		
		width:					98px;
		padding-top:			12px;
		
		/*font-size:				0.91em;*/	/* 10px */
	}

		#generalOptions li 
		{
			float:					left;
			display:				inline;
			
			height:					13px;
			min-height:				13px;
			padding:				0;
			margin:					0;
		}
		*>#generalOptions li 
		{
			height:					auto;
		}
		
			#generalOptions li a
			{
				display:				block;
		
				width:					78px;	/* 98 - 18 */
				height:					13px;
				min-height:				13px;
				margin:					2px 0 2px 0;
				padding:				0 2px 0 18px;
				
				line-height:			1.36em;
				
				color:					#0c226b;	/* =1 */
				text-decoration:		none;
				
				background-repeat:		no-repeat;
				background-position: 	1px top;
			}
			*>#generalOptions li a
			{
				height:					auto;
			}
			
				#generalOptions li a:hover
				{
					color:					#8178a0;	/* =2 */
					text-decoration:		underline;
					
					background-position: 	1px bottom;
				}
		
			#generalOptions .fontSize a
			{
				background-image:		url(/sjablonen/1/images/general/link_bullet_letters_vergrot.gif);
			}
			
			#generalOptions .readAloud a
			{
				background-image:		url(/sjablonen/1/images/general/link_bullet_voorlezen.gif);
			}
			
			#generalOptions .highContrast a
			{
				background-image:		url(/sjablonen/1/images/general/link_bullet_contrast.gif);
				display:				none;
			}

	/* =languages */
	#languages
	{
		float:					left;
		display:				inline;
		
		width:					98px;
		padding-top:			12px;
		
		/* font-size:				0.91em;*/	/* 10px */
	}

		#languages li 
		{
			float:					left;
			display:				inline;
			
			height:					13px;
			min-height:				13px;
			padding:				0;
			margin:					0;
		}
		*>#languages li 
		{
			height:					auto;
		}
		
			#languages li a
			{
				display:				block;
		
				width:					78px;	/* 98 - 18 */
				height:					13px;
				min-height:				13px;
				margin:					2px 0 2px 0;
				padding:				0 2px 0 18px;
				
				line-height:			1.36em;
				
				color:					#0c226b;	/* =1 */
				text-decoration:		none;
				
				background-repeat:		no-repeat;
				background-position: 	left top;
			}
			*>#languages li a
			{
				height:					auto;
			}
			
				#languages li a:hover
				{
					color:					#8178a0;	/* =2 */
					text-decoration:		underline;
					
					background-position: 	left bottom;
				}
		
			#languages .german a
			{
				background-image:		url(/sjablonen/1/images/general/link_bullet_deutsch.gif);
			}
			
			#languages .english a
			{
				background-image:		url(/sjablonen/1/images/general/link_bullet_english.gif);
			}


	/*********************************************************************************************/
	/* =landingPageItems								                                      			 */
	/*********************************************************************************************/				

	#content #landingPageItems
	{
		float:					left;
		display:				inline;
		margin:					0 0 20px 0;
		width:					406px;
		
	}
	
		#content #landingPageItems ul
		{
			margin:					0;
		}
	
		#content #landingPageItems ul li
		{
			float:					left;
			padding:				0 0 12px 0;
			width:					100%;
			background-image:		none;
		}
	
				
		#content #landingPageItems ul li div,
		#content #landingPageItems ul li .noImage
		{
			float:					left;
			display:				inline;
			
			padding:				0 15px 0 0;
			width:					72px;
			height:					72px;
		}
		
		#content #landingPageItems ul li h2,
		#content #landingPageItems ul li p
		{
			padding:				0 13px 0 0;
			margin:					0;
			width:					auto;
			clear:					none;
		}
		
			#content #landingPageItems ul li h2 a
			{
				font-size:				0.91em;
				text-decoration:		none;
			}
			
			#content #landingPageItems .readMore
			{
				font-weight:			bold;
				color:					#0c226b;	/* =1 */
				text-decoration:		none;
			}
			
				#content #landingPageItems .readMore:hover
				{
					color:					#8178a0;	/* =2 */
					text-decoration:		underline;
				}
	
	/*********************************************************************************************/
	/* =mostVisitedProducts								                                      	 */
	/*********************************************************************************************/				
	#content #mostVisitedProducts
	{
		/*	
		float:					right;
		display:				inline;
		*/
		position:				absolute;
		right:					4px;
		top:					325px; 
		
		width:					196px;
		font-size:				1.02em;
		margin:					0;
	}
	*>#content #mostVisitedProducts
	{
		margin:					0 0 0 10px;
	}
	
	#content #mostVisitedProducts ul
	{
		margin:					0 0 200px 2px;
		width:					196px;
	}	

		/* overall */	
		#content #mostVisitedProducts ul li
		{
			padding:				3px 0 3px 8px;
			
			background-position:	0 10px;
			line-height:			1.18em;
			background-image:		url(/sjablonen/1/images/general/bullet_page_index_sublevel.gif);  
			background-repeat:		no-repeat;
		}

			#content #mostVisitedProducts ul li a
			{
				text-decoration:			none;
				font-weight:				bold;
			}
			
				#content #mostVisitedProducts ul li a:hover
				{
					text-decoration:			underline;
				}
				
		/* politiek & organisatie */	
		#politiek #content #mostVisitedProducts ul li,
		#organisatie #content #mostVisitedProducts ul li
		{
			background-position:	-1000px 10px;
		}		


		/* binnenstad */	
		#binnenstad #content #mostVisitedProducts ul li
		{
			background-position:	0 10px;
		}

			#binnenstad #content #mostVisitedProducts ul li a
			{
				color:					#9b2c98;	/* =3 */
			}
			
		/* woon */	
		#woon #content #mostVisitedProducts ul li
		{
			background-position:	-200px 10px;
		}

			#woon #content #mostVisitedProducts ul li a
			{
				color:					#f39800;	/* =4 */
			}		
		
		/* bedrijvigheid */	
		#bedrijvigheid #content #mostVisitedProducts ul li
		{
			background-position:	-400px 10px;
		}

			#bedrijvigheid #content #mostVisitedProducts ul li a
			{
				color:					#008fc2;	/* =5 */
			}
			
		/* toerisme */	
		#toerisme #content #mostVisitedProducts ul li
		{
			background-position:	-600px 10px;
		}

			#toerisme #content #mostVisitedProducts ul li a
			{
				color:					#97Be0d;	/* =6 */
			}	
			
		/* samenOldenzaal */	
		#samenOldenzaal #content #mostVisitedProducts ul li
		{
			background-position:	-800px 10px;
		}

			#samenOldenzaal #content #mostVisitedProducts ul li a
			{
				color:					#e52b38;	/* =7 */
			}		

	/*********************************************************************************************/
	/* =quickSearch								                                      			 */
	/*********************************************************************************************/	
	#quickSearch
	{
		margin:					0 0 11px 0;
		padding:				0;
		
		height:					16px;
		min-height:				16px;
		white-space:			nowrap;
	}
	*>#quickSearch
	{
		height:					auto;
	}

		#quickSearch label
		{
		}

		#quickSearch legend
		{
			display:			none;
		}

		#quickSearch #qs_kw_or
		{
			float:					left;
			display:				inline;
			
			margin:					0;
			padding:				0 0 0 10px;
			height:					15px;
			min-height:				15px;
			width:					145px;		/* 175 - 20 -10 */			
			
			color:					#0c226b;	/* =1 */
			font-size:				1em;
			font-weight:			bold;

			background-image:		url(/sjablonen/1/images/general/button_search.gif);
			background-repeat:		no-repeat;
			background-position: 	left top;
			border:					0px solid #fff;
		}
		*>#quickSearch #qs_kw_or
		{
			height:					auto;
		}
				
			#quickSearch #qs_kw_or:focus
			{
			}
		
		#quickSearch .button
		{
			float:					left;
			display:				inline;
			
			height:					15px;
			width:					20px;
			margin:					0;
			padding:				0;
			
			line-height:			1px;
			font-size:				1px;
			
			text-indent: 			-5000px;	/* remove text */

			background-image:		url(/sjablonen/1/images/general/button_search.gif);
			background-repeat:		no-repeat;
			background-position: 	right top;
			background-color:		transparent;
			
			border:					medium none;
			overflow:				hidden;
			cursor:					pointer;
		}

			*>#quickSearch .button:hover
			{
				background-position: 	right bottom;
			}
						
	/*********************************************************************************************/
	/* =footerShortCuts 								                                      	 */
	/*********************************************************************************************/	
	#footerShortCuts 
	{
		clear:					both;
		position:				absolute;
		bottom:					10px;
		height:					10px;
		min-height:				10px;
		padding:				0 0 0 43px;
		
		font-size:				0.92em;
		width:					270px;
		margin-left:			-173px;
	}
	*>#footerShortCuts 
	{
		height:					auto;
	}
	
		#footerShortCuts li
		{
			float:					left;
			display:				inline;
			
			padding:				2px 0 0 13px;
			margin:					0;
			min-height:				4px;
			height:					4px;
			
			line-height:			1.17em;			/* =14px */
			
			background-image:		url(/sjablonen/1/images/general/bullet_shortcuts.gif);
			background-repeat:		no-repeat;
			background-position:	5px 6px;		
		}
		*>#footerShortCuts li
		{
			height:					auto;
		}
		
		#footerShortCuts .rss
		{
			padding:				0;
			
			background-image:		none;
		}
		
		#footerShortCuts .lastItem
		{
		}
		
			#footerShortCuts a
			{
				display:				block;
				
				margin:					0;
				padding:				0;
				
				font-weight:			normal;
				color:					#0c226b;	/* =1 */
				text-decoration:		none;
			}
			
				#footerShortCuts a:hover
				{
					color:					#8178a0;	/* =2 */
					text-decoration:		underline;
				}

	/*********************************************************************************************/
	/* =path 							            		                          			 */
	/*********************************************************************************************/
	#path
	{
		position:			absolute;
		left:				314px;
		top:				291px;
		
		width:				527px;
		
		z-index:			999999;
	}
	
		#path strong
		{
			display:			none;
		}
		
		#path h2
		{
			display:			none;
		}
	
		#path ul
		{
			height:				1.2em;
			margin:				0;
		}
		
			#path li
			{
				display:			inline;
				float:				left;
	
				height:				1.2em;
				margin:				0;
				padding:			0;
			
				color:				#0c226b;	/* =4 */
				font-size:			0.91em;
				line-height:		1.2em;

				background-image: 	none;
				white-space:		nowrap;
			}
			
				#path a
				{	
					display:			block;
		
					width:				10px;
					height:				1.2em;
					
					margin:				0 3px 0 0;
					padding:			0 10px 0 0;
					
					color:				#0c226b;	/* =1 */
					line-height:		1.2em;
					text-decoration:	none;
					
					background-image:	url(/sjablonen/1/images/general/bullet_path.gif);
					background-repeat:	no-repeat;
					background-position:right 4px;
				}
				*>#path a /* IE 6 fix */
				{
					min-width:			10px;
					width:				auto;
				}
					#path a:hover
					{
						color:				#8178a0;	/* =2 */
					}
				
				#totalContainer #path .lastItem
				{
					background-image:	none;
					padding:			0;
				}
				
				
					#path a:hover
					{
						text-decoration:	underline;
					}
					
				/*## Custom colors ##*/

				/* binnenstad */	
				#binnenstad #path a
				{
					background-position:right	3px;		/*  meervoud van 30 - 5 */
				}
				
					#binnenstad #totalContainer #path .lastItem 
					{
						color:				#9b2c98;	/* =3 */
					}

				/* woon */	
				#woon #path a
				{
					background-position:right -26px;		/*  meervoud van 30 - 5 */
				}
				
					#woon #totalContainer #path .lastItem 
					{
						color:				#f39800;	/* =4 */
					}

				/* bedrijvigheid */	
				#bedrijvigheid #path a
				{
					background-position:right -56px;		/*  meervoud van 30 - 5 */
				}
				
					#bedrijvigheid #totalContainer #path .lastItem 
					{
						color:				#008fc2;	/* =5 */
					}
					
				/* toerisme */	
				#toerisme #path a
				{
					background-position:right -86px;		/*  meervoud van 30 - 5 */
				}
				
					#toerisme #totalContainer #path .lastItem 
					{
						color:				#97be0d;	/* =6 */
					}
						
				/* samen */	
				#samenOldenzaal #path a
				{
					background-position:right -116px;		/*  meervoud van 30 - 5 */
				}
				
					#samenOldenzaal #totalContainer #path .lastItem 
					{
						color:				#e52b38;	/* =7 */
					}

				/* default */	
				#default #path a
				{
					background-position:right -146px;		/*  meervoud van 30 - 5 */
				}
				
					#default #totalContainer #path .lastItem 
					{
						color:				#0c226b;	/* =1 */
					}


			
	/*********************************************************************************************/
	/* =options				 			       	                    							 */
	/*********************************************************************************************/
	#totalContainer #options
	{
		clear:				both;
		
		height:				13px;
		padding-bottom:		8px;
		margin-top:			18px;
		margin-left:		-2px;
	}

		#totalContainer #options ul
		{
			width:				500px;
		}
			#totalContainer #options ul li
			{
				float:				left;
				display:			inline;
				
				position:			relative;
	
				padding-left:		18px;
				margin-right:		5px;
				
				font-weight:		bold;
				font-size:			0.92em;
			}
			
				#options ul li a
				{
					color:				#0c226b;	/* =1 */
					text-decoration:	none;
				}
				
					#options ul li a:hover
					{
						color:				#8178a0;	/* =2 */
						text-decoration:	underline;
					}
	
					#options .print		
					{
						background-image:	url(/sjablonen/1/images/general/icon_print.gif); 
						background-position:0 -200px;	
						background-repeat:	no-repeat;	
					}
		
					#options .mail
					{
						background-image:	url(/sjablonen/1/images/general/icon_mail.gif); 
						background-position:0 -200px;	
						background-repeat:	no-repeat;		
					}
					
					#options .toTop		
					{
						background-image:	url(/sjablonen/1/images/general/icon_top.gif); 
						background-position:0 -200px;	
						background-repeat:	no-repeat;	
					}
		
					#options .readSpeak
					{
						background-image:	url(/sjablonen/1/images/general/icon_read.gif); 
						background-position:0 -200px;	
						background-repeat:	no-repeat;		
					}
	
					/*## Custom colors ##*/
					/* binnenstad */	
					#binnenstad #options .print,
					#binnenstad #options .mail,
					#binnenstad #options .toTop,
					#binnenstad #options .readSpeak
					{
						background-position:0 0;		/*  meervoud van 40 */
					}
					
						#binnenstad #options ul li a
						{
							color:				#9b2c98;	/* =3 */
						}
	
					/* woon */	
					#woon #options .print,
					#woon #options .mail,
					#woon #options .toTop,
					#woon #options .readSpeak
					{
						background-position:0 -40px;		/*  meervoud van 40 */
					}
					
						#woon #options ul li a
						{
							color:				#f39800;	/* =4 */
						}
	
					/* bedrijvigheid */	
					#bedrijvigheid #options .print,
					#bedrijvigheid #options .mail,
					#bedrijvigheid #options .toTop,
					#bedrijvigheid #options .readSpeak
					{
						background-position:0 -80px;		/*  meervoud van 40 */
					}
					
						#bedrijvigheid #options ul li a
						{
							color:				#008fc2;	/* =5 */
						}
						
					/* toerisme + politiek + organisatie + snelmenu */	
					#toerisme #options .print,
					#toerisme #options .mail,
					#toerisme #options .toTop,
					#toerisme #options .readSpeak
					{
						background-position:0 -120px;		/*  meervoud van 40 */
					}
					
						#toerisme #options ul li a
						{
							color:				#97be0d;	/* =6 */
						}
							
					/* samenOldenzaal */	
					#samenOldenzaal #options .print,
					#samenOldenzaal #options .mail,
					#samenOldenzaal #options .toTop,
					#samenOldenzaal #options .readSpeak
					{
						background-position:0 -160px;		/*  meervoud van 40 */
					}
					
						#samenOldenzaal #options ul li a
						{
							color:				#e52b38;	/* =7 */
						}
						
					/* default */	
					#default #options .print,
					#default #options .mail,
					#default #options .toTop,
					#default #options .readSpeak,
					
					#politiek #options .print,
					#politiek #options .mail,
					#politiek #options .toTop,
					#politiek #options .readSpeak,
					
					#organisatie #options .print,
					#organisatie #options .mail,
					#organisatie #options .toTop,
					#organisatie #options .readSpeak,
					
					#snelmenu #options .print,
					#snelmenu #options .mail,
					#snelmenu #options .toTop,
					#snelmenu #options .readSpeak,
					
					#contact #options .print,
					#contact #options .mail,
					#contact #options .toTop,
					#contact #options .readSpeak
					{
						background-position:0 -200px;		/*  meervoud van 40 */
					}
					
						#default #options ul li a,
						#politiek #options ul li a,
						#organisatie #options ul li a,
						#snelmenu #options ul li a,
						#contact #options ul li a
						{
							color:				#0c226b;	/* =1 */
						}

	/*********************************************************************************************/
	/* =pageIndex			 			       	                    							 */
	/*********************************************************************************************/
	#pageIndex
	{
		position:			absolute;
		display:			block;
		
		left:				0;
		top:				305px;
		
		width:				288px; /* 314-26  (286 )*/
		
		margin:				0 27px 0 0;
		padding:			30px 0 0 0;

		font-size:			1em;
		line-height:		1.18em;
	}
	
		#pageIndex li
		{
			padding:				5px 134px 5px 16px;
			margin-left:			26px;
			height:					10px;
			min-height:				10px;
			
			font-size:				1em;
			
			background-image:		url(/sjablonen/1/images/general/bullet_page_index_toplevel.gif);   
			background-repeat:		no-repeat;
			background-position:	0 7px;
		}
		*>#pageIndex li
		{
			height:					auto;
		}
		
			#pageIndex li a
			{
				font-weight:		bold;
				color:				#0c226b;	/* 1 */
				text-decoration:	none;
			}
			
				#totalContainer #pageIndex ul li a:hover
				{
					color:				#8178a0;	/* 2 */
					text-decoration:	underline;
				}		
	
			/* ## Level Styling ## */
			
			/* Binnenstad */
			#pageIndex #pageIndex_menuitem_1
			{
				background-position:	0 7px;		/* meervoud van 42 */
			}
			
				#pageIndex #pageIndex_menuitem_1 a:hover
				{
					color:	#fed300;	/*= 3*/
				}

			/* Woon */
			#pageIndex #pageIndex_menuitem_2
			{
				background-position:	0 -37px;		/* meervoud van 42 */
			}
			
				#pageIndex #pageIndex_menuitem_2 a:hover
				{
					color:	#f39800;	/* =4 */
				}

			/* Bedrijvigheid */
			#pageIndex #pageIndex_menuitem_3
			{
				background-position:	0 -93px;		/* meervoud van 42 */
			}
			
				#pageIndex #pageIndex_menuitem_3 a:hover
				{
					color:	#008fc2;	/* =5 */
				}

			/* Toerisme */			
			#pageIndex #pageIndex_menuitem_4
			{
				background-position:	0 -143px;		/* meervoud van 42 */
			}	
			
				#pageIndex #pageIndex_menuitem_4 a:hover
				{
					color:	#97be0d;	/* =6 */
				}

			/* Samen oldenzaal */			
			#pageIndex #pageIndex_menuitem_5
			{
				background-position:	0 -193px;		/* meervoud van 42 */
			}
			
				#pageIndex #pageIndex_menuitem_5 a:hover
				{
					color:	#e52b38;	/* =7 */
				}
				
			
			/* Level 1 + reset */
			#pageIndex .selected span
			{
				font-weight:			bold;
			}
			
			#pageIndex .selectedPath a
			{
				font-weight:			bold;
			}
		
				#pageIndex .selected li a
				{
				}
				
					#pageIndex .selected li li a
					{
					}

	
		
	/* Level 2 + reset */
	#pageIndex li li
	{
		padding:				3px 0 2px 8px;
		margin-left:			0;

		font-size:				1em;
		background-image:		url(/sjablonen/1/images/general/bullet_page_index_sublevel.gif);  
	}
		
		#pageIndex .selected ul,
		#pageIndex .selectedPath ul
		{
			position:				absolute;
			left:					156px;
			top:					41px;
			
			width:					150px;
			padding-bottom:			26px;
			
			background-color:		#fff;	/* =15 */
		}
			
			#pageIndex .selectedPath .selected span
			{
				color:					#0c226b;	/* =1 */
				font-weight:			bold;
			}
			
			#pageIndex .selectedPath .selected,
			#pageIndex .selectedPath .selectedPath
			{
				background-position:	-1000px 8px;	/* meervoud van 200 */
			}
			
				/*## Custom colors ##*/
				/* binnenstad */
				#binnenstad .selected ul li,
				#binnenstad .selectedPath ul li
				{
					background-position:	0 8px;	/* meervoud van 200 */
				}
				
				#binnenstad .selected span,
				#pageIndex #binnenstad .selectedPath a,
				#binnenstad .selected ul a,
				#binnenstad .selectedPath a
				
				{
					color:				#9b2c98;	/* =3 */
				}
				
				/* woon */
				#woon .selected ul li,
				#woon .selectedPath ul li
				{
					background-position:	-200px 8px;	/* meervoud van 200 */
				}

				#woon .selected span,
				#woon .selectedPath a,	
				#woon .selected ul a,
				#woon .selectedPath a
				{
					color:				#f39800;	/* =4 */
				}

				/* bedrijvigheid */
				#bedrijvigheid .selected span,
				#bedrijvigheid .selectedPath a,
				#bedrijvigheid .selected ul li,
				#bedrijvigheid .selectedPath ul li
				{
					background-position:	-400px 8px;	/* meervoud van 200 */
				}
					
				#bedrijvigheid .selected span,
				#bedrijvigheid .selectedPath a,	
				#bedrijvigheid .selected ul a,
				#bedrijvigheid .selectedPath a
				{
					color:				#008fc2;	/* =5 */
				}
					
				/* toerisme */
				#toerisme .selected ul li,
				#toerisme .selectedPath ul li
				{
					background-position:	-600px 8px;	/* meervoud van 200 */
				}
				
				#toerisme .selected span,
				#toerisme .selectedPath a,	
				#toerisme .selected ul a,
				#toerisme .selectedPath a
				{
					color:				#97be0d;	/* =6 */
				}
						
				/* samenOldenzaal */
				#samenOldenzaal .selected ul li,
				#samenOldenzaal .selectedPath ul li
				{
					background-position:	-800px 8px;	/* meervoud van 200 */
				}

				#samenOldenzaal .selected span,
				#samenOldenzaal .selectedPath a,					
				#samenOldenzaal .selected ul a,
				#samenOldenzaal .selectedPath a
				{
					color:				#e52b38;	/* =7 */
				}
				
				/* default */
				#default .selected ul li,
				#default .selectedPath ul li
				{
					background-position:	-1000px 8px;	/* meervoud van 200 */
				}

				#default .selected span,
				#default .selectedPath a,					
				#default .selected ul a,
				#default .selectedPath ul a
				{
					color:				#0c226b;	/* =1 */
				}
			 /* END colors*/

			#pageIndex .selectedPath .selectedPath a
			{
				color:					#0c226b;	/* =1 */
				font-weight:			bold;
			}
			
				#pageIndex .selectedPath .selectedPath a:hover
				{
					color:					#8178a0;	/* =2 */
				}

					#totalContainer #pageIndex .selectedPath .selected li a
					{
						color:					#0c226b;	/* =1 */	
						font-weight:		 	normal;
					}
				
						#totalContainer #pageIndex .selectedPath .selected li a:hover
						{
							color:					#8178a0;	/* =2 */
						}
					
					#pageIndex .selectedPath li li a
					{
						font-weight:			normal;
					}
				
						#pageIndex .selectedPath .selected li li a
						{
						}

	
	/* Level 3 + reset */
		#pageIndex .selected ul li ul ,
		#pageIndex .selectedPath ul li ul
	{
		position:			relative;
		left:				0;
		top:				0;
		padding-bottom:		0;
	}
	
	#pageIndex ul .selected ul,
	#pageIndex .selectedPath ul ul
	{
		margin-left:			0;
		padding-top:			3px;
	}

		#pageIndex ul .selected ul li,
		#pageIndex .selectedPath ul ul li
		{
			font-size:				1em;
			
			background-image:		none;
			padding:				2px 0 2px 3px;
		}
	
			#pageIndex .selectedPath .selectedPath .selected span
			{
				color:					#0c226b;	/* =1 */
				font-weight:			bold;
			}
			
				#pageIndex .selectedPath .selectedPath li a,
				#pageIndex .selectedPath .selectedPath .selected li li a
				{
					font-weight:		 	normal;
				}
	
	
	
	
	/*********************************************************************************************/
	/* =pageIndex			 			       	                    							 */
	/*********************************************************************************************/
	#navigationContainer
	{
		position:			absolute;
		display:			block;
		
		left:				158px;
		top:				315px;
		
		width:				131px; /* 314-26  (286 )*/
		height:				200px;
		min-height:			200px;
		
		padding-bottom:		56px;	/* was 32px*/
	}
	*>#navigationContainer
	{
		height:				auto;
	}
	
	#navigation
	{
		display:			block;

		
		width:				131px; /* 314-26  (286 )*/
		
		margin:				0 27px 0 0;
		padding:			30px 0 0 0;

		font-size:			1em;
		line-height:		1.18em;
	}

			/* Level 1 + reset */
			#navigation  span
			{
				font-weight:			bold;
			}
			
			#navigation a
			{
				font-weight:			bold;
			}
		
				#navigationli a
				{
				}
				
					#navigation li li a
					{
					}

	/* Level 2 + reset */
	#navigation li
	{
		padding:				3px 0 3px 8px;
		margin-left:			0;

		font-size:				1em;
		background-repeat:		no-repeat;
		background-position:	-1000px 8px;
		background-image:		url(/sjablonen/1/images/general/bullet_page_index_sublevel.gif);  
	}
		
		#navigation  ul
		{
			position:				absolute;
			left:					156px;
			top:					41px;
			
			width:					150px;
			padding-bottom:			26px;
			
		
		}
			
			#navigation .selected span
			{
				color:					#0c226b;	/* =1 */
				font-weight:			bold;
			}
			
			#navigation  .selected,
			#navigation  .selectedPath
			{
				background-position:	-1000px 8px;	/* meervoud van 200 */
				
			}
			
			
				
				/*## Custom colors ##*/
				/* binnenstad */
				#binnenstad #navigation li
				{
					background-position:	0 8px;	/* meervoud van 200 */
				}
				
				#binnenstad #navigation span,
				#binnenstad #navigation a
				{
					color:				#9b2c98;	/* =3 */
					text-decoration:	none;
				}
				
					#binnenstad #navigation li div a:hover
					{
						text-decoration:	underline;
					}
				
				/* woon */
				#woon #navigation li
				{
					background-position:	-200px 8px;	/* meervoud van 200 */
				}

				#woon #navigation span,
				#woon #navigation a	
				{
					color:				#f39800;	/* =4 */
					text-decoration:	none;
				}
				
					#woon #navigation li div a:hover
					{
						text-decoration:	underline;
					}

				/* bedrijvigheid */
				#bedrijvigheid #navigation span,
				#bedrijvigheid #navigation a,
				#bedrijvigheid #navigation li
				{
					background-position:	-400px 8px;	/* meervoud van 200 */
					
				}
				
					#bedrijvigheid #navigation li div a:hover
					{
						text-decoration:	underline;
					}				

				#bedrijvigheid #navigation a
				{
					color:				#008fc2;	/* =5 */
					text-decoration:	none;
				}
					
				/* toerisme */
				#toerisme #navigation li
				{
					background-position:	-600px 8px;	/* meervoud van 200 */
				}
				
				#toerisme #navigation span,
				#toerisme #navigation a
				{
					color:				#97be0d;	/* =6 */
					text-decoration:	none;
				}
				
					#toerisme #navigation li div a:hover
					{
						text-decoration:	underline;
					}
						
				/* samen */
				#samenOldenzaal #navigation li
				{
					background-position:	-800px 8px;	/* meervoud van 200 */
				}

				#samenOldenzaal #navigation span,
				#samenOldenzaal #navigation a					
				{
					color:				#e52b38;	/* =7 */
					text-decoration:	none;
				}
				
					#samenOldenzaal #navigation li div a:hover
					{
						text-decoration:	underline;
					}
				
				/* default */
				#default #navigation ul li
				{
					background-position:	-1000px 8px;	/* meervoud van 200 */
				}

				#default #navigation span,
				#default #navigation a					
				{
					color:				#0c226b;	/* =1 */
					text-decoration:	none;
				}
				
					#default #navigation li div a:hover
					{
						text-decoration:	underline;
					}
					
				
				/* color selected en selectedPaht items */
				#navigation li.selected,
				#navigation li.selectedPath,
				#navigation li.selected span,
				#navigation li.selectedPath a
				{
					color:					#0c226b!important;
					background-position:	-1000px 8px!important;	/* meervoud van 200 */
				}	
				
				#politiek #navigation li.selected,
				#politiek #navigation li.selectedPath,
				#politiek #navigation li.selected span,
				#politiek #navigation li.selectedPath a,
				#organisatie #navigation li.selected,
				#organisatie #navigation li.selectedPath,
				#organisatie #navigation li.selected span,
				#organisatie #navigation li.selectedPath a
				{
					color:					#8178a0!important;
				}
				
				
				#navigation li.selected ul,
				#navigation li.selectedPath ul 
				{
					margin:				2px 0 0 0;
				}
				
					#navigation li.selected ul li,
					#navigation li.selectedPath ul li
					{
						background-image:		none;
						padding:				3px 0 3px 0px;
					}
					
						
						#navigation li.selectedPath ul li.selected ul li,
						#navigation li.selectedPath ul li.selectedPath ul li
						{
							padding:				3px 0 3px 8px;
						}
				
			 /* END colors*/

			#navigation  .selectedPath a
			{
				color:					#0c226b;	/* =1 */
				font-weight:			bold;
			}
			
				#navigation  .selectedPath a:hover
				{
					color:					#8178a0;	/* =2 */
				}

					#totalContainer #navigation  .selected li a
					{
						color:					#0c226b;	/* =1 */	
						font-weight:		 	normal;
					}
				
						#totalContainer #navigation  .selected li a:hover
						{
							color:					#8178a0;	/* =2 */
						}
					
					#navigation li li a
					{
						font-weight:			normal;
					}
				
						#navigation  .selected li li a
						{
						}

	
	/* Level 3 + reset */
		#navigation .selected ul  ,
		#navigation .selectedPath ul 
	{
		position:			relative;
		left:				0;
		top:				0;
		padding-bottom:		0;
	
	}
	
	#navigation ul .selected ul,
	#navigation .selectedPath ul ul
	{
		margin-left:			0;
		padding-top:			3px;
	}

		#navigation ul .selected,
		#navigation .selectedPath ul 
		{
			font-size:				1em;
			
			background-image:		none;
			padding:				0;
		}
	
			#navigation  .selectedPath .selected span
			{
				color:					#0c226b;	/* =1 */
				font-weight:			bold;
			}
			
				#navigation .selectedPath li a,
				#navigation  .selectedPath .selected li li a
				{
					font-weight:		 	normal;
				}	
	
	
	
	
	
	/*********************************************************************************************/
	/* =reactions 									                               			 */
	/*********************************************************************************************/
	#reactions  a#reactButton span
	{
		border:			1px solid #0c226b;
	}
	
		#reactions  a#reactButton span.button
		{
			display:			none!important;
		}
	
		#reactions  a#reactButton span:hover
		{
			background-color:		#eee;
		}
		
		#content #reactions #reactButton span
		{
			float:					left;
			display:				inline;
			
			padding:				0 8px 0 8px;
			
			/*color:					#fff;	*/	/* =15 */
			font-size:				1.09em;
			font-weight:			bold;
			text-decoration:		none;

			/*background-color:		#e07313;*/	/* =1 */
		}
		
			#content #reactions #reactButton:hover span
			{
			/*	color:					#763d0a;*/	/* =2 */
			}
			
		#content #reactions #reactButton .button
		{
			float:					left;
			display:				inline;
			
			padding:				0 8px 0 8px;
			
			/*color:					#fff;	*/	/* =15 */
			font-size:				1.09em;
			font-weight:			bold;
			text-decoration:		none;

			/*background-color:		#763d0a;*/	/* =2 */
		}
		
			#content #reactions #reactButton:hover .button
			{
			/*	color:					#fff;	*/	/* =15 */
			}

		#content #reactions .totalReactions
		{
			float:					right;
			display:				inline;
		/*	color:					#b2b2b2;*/	/* =12 */
		}

		#content #reactions  h2
		{
			display:				none;
		}
		
		#content #reactions ul
		{
			float:				left;
			clear:				both;
			width:				100%;
			
			padding:			0;
			margin:				20px 0 20px 0;
		}	
				
			/* colors per thema */
			#binnenstad #content #reactions ul,
			#binnenstad #content #reactions ul li
			{
				border-top:			1px solid #fed300;
			}
			
			#woon #content #reactions ul,
			#woon #content #reactions ul li
			{
				border-top:			1px solid #f39800;
			}
			
			#bedrijvigheid #content #reactions ul,
			#bedrijvigheid #content #reactions ul li
			{
				border-top:			1px solid #008fc2;
			}
			
			#toerisme #content #reactions ul,
			#toerisme #content #reactions ul li
			{
				border-top:			1px solid #97be0d;
			}
			
			#samenOldenzaal #content #reactions ul,
			#samenOldenzaal #content #reactions ul li
			{
				border-top:			1px solid #e52b38;
			}
	
			#content #reactions ul li
			{
				clear:				both;
				position:			relative;

				margin:				0;
				padding:			13px 13px 13px 0;
				
				height:				10px;
				min-height:			10px;

				background-image:	none;
			
			}
			*>#content #reactions ul li
			{
				height:				auto;
			}
			
			/* alternate style */
			#content #reactions ul .alternate
			{
			}
			
				#content #reactions ul li p
				{
					margin:			0;
				}
			
			/* user */
			#reactions .by
			{
				color:				#999;	/* =12 */
				line-height:		1.5em;
			}
			
				#reactions .by a
				{
					/*color:				#777;*/	/* =11 */
					text-decoration:	underline;
				}
				
					#reactions .by a:hover
					{
					/*	color:				#333;*/	/* =10 */
						text-decoration:	underline;
					}
					
	#content #reactions img
	{
		display:			inline;
		border:				none;
		float:				none;
		
		margin:				0;
		padding:			0;
		
		background-color:	transparent;
	}
	
	#reactions .postNumber
	{
		position:			absolute;
		top:				15px;
		right:				15px;
		
		font-size:			1.7em;
		font-weight:		normal;		
	}
	
	
	#content #toolbox
	{
		margin:				0 0 30px 0;
	}
	
	#content #toolbox ul
	{
		margin:				0;
	}
	
	#content #toolbox ul li
	{
		background-image:			none;
		float:						left;
		padding:					0;
		margin:						10px 10px 0 0;
	}
	
	
	#replierForm .cm_button
	{
		float:					left;
		display:				inline;
		clear:					both;
		margin:					5px 0 0 135px;
	}
	


	/*******************************************************************************************/
	/* =Paging																*/
	/*******************************************************************************************/

	#totalContainer .paging
	{
		padding:			0;
		margin:				13px 0 0 0;
	}
	
		#totalContainer .paging li
		{
			float:				left;
			display:			block;
			
			
			padding:			0;
			margin:				0 8px 0 0;
			
			color:				#999;	/* =102 */
			line-height:		1.2em;
			
			background-image:	none;
		}
		
			#totalContainer .paging li a
			{
				display:			block;
				
				padding:			6px;
				
				color:				#333;	/* =100 */
				text-decoration:	none;
			}
			
				#totalContainer .paging li a:hover
				{
					padding:			6px 6px 4px 6px;
					
					color:				#777;			/* =100 */
									
					border-bottom:		2px solid #777;	/* =100 */
					
					background-color:	#f5f5f5;		/* =104 */
				}
		
		#totalContainer .paging .info
		{
			padding:			6px 6px 6px 0;
			margin-right:		26px;
		
			color:				#999;	/* =102 */
		}
		
		#totalContainer .paging .inBetween
		{
			padding:			6px;
		
			color:				#b2b2b2;	/* =103 */
		}
		
		#totalContainer .paging .currentPage span
		{
			display:			block;
			
			padding:			6px;
			
			color:				#fff;	/* =105 */
			font-weight:		bold;
			
			background-color:	#777;	/* =101 */					
		}
		
		/* First and last pagenumber*/
		#totalContainer .paging .firstItem
		{
		}
		
		#totalContainer .paging .lastItem
		{
		}
		
		/* Next previous selectors*/
		#totalContainer .paging .previousPage a,
		#totalContainer .paging .nextPage a,
		#totalContainer .paging .previousPage a:hover,
		#totalContainer .paging .nextPage a:hover,
		#totalContainer .paging .previousPage.noPreviousPage,
		#totalContainer .paging .nextPage.noNextPage
		{
			padding:				2px 0 2px 0;
			border-bottom:			none;
			
			background-color:		transparent;
		}
	
		#totalContainer .paging .previousPage a span,
		#totalContainer .paging .nextPage a span,
		#totalContainer .paging .previousPage.noPreviousPage span,
		#totalContainer .paging .nextPage.noNextPage span
		{
			display:				block;

			width:					20px;
			height:					20px;
			
			margin:					0;
			padding:				0;

			text-indent: 			-5000px;	/* remove text */

			background-image:		url(/sjablonen/1/images/general/navigation_small.gif);
			background-repeat:		no-repeat;
			background-position: 	left top;
			background-color:		transparent;
			
			border:					medium none;
			overflow:				hidden;
		}
		*>#totalContainer .paging a span
		{
			cursor:					pointer;
		}
		
			/* previous */
			#totalContainer .paging .previousPage a span
			{
				float:					left;
				display:				inline;
				
				background-position: 	left top;
			}
			
				#totalContainer .paging .previousPage a:hover span
				{
					background-position: 	left -20px;
				}
				
					#totalContainer .paging .previousPage.noPreviousPage span
					{
						background-position: 	left -40px;
					}
				
			/* next */
			#totalContainer .paging .nextPage, #totalContainer .paging .previousPage
			{
				width:				20px;
				border:				none;
			}
			
			
			#totalContainer .paging .nextPage a span
			{
				float:					right;
				display:				inline;
				
				background-position: 	-20px top;
			}
			
				#totalContainer .paging .nextPage a:hover span
				{
					background-position: 	-20px -20px;
				}
				
					#totalContainer .paging .nextPage.noNextPage span
					{
						background-position: 	-20px -40px;
					}	
	
	
	/*********************************************************************************************/
	/* =Errors & Warnings				  			                                      				   */
	/*********************************************************************************************/
				
	#content span.m2f_fail ,
	#content span.m2f_success,
	#content span.notfound_404,
	#content span.error,
	#content span.warning,
	#content span.captcha_fail
	{	
		display:				block;
		float:					left;
		margin:					32px 0 32px 0;
		
		padding: 				13px 0px 13px 80px;
		width:					310px;
		height:					38px;
	
		color: 					#f00;
		font-weight:			bold;
	
		border:					solid 2px #f00;
	}	
	
	#content span.m2f_fail
	{
		background: 			url(/sjablonen/1/images/general/m2f_fail.png) no-repeat 8px 8px #ffe0e1;
	}
	
	
	#content span.m2f_success
	{
		color: 					#7ebd27;
		background: 			url(/sjablonen/1/images/general/m2f_success.png) no-repeat 8px 8px #e3ffe0;
		border:					solid 2px #7ebd27;
	}
	
	
	#content span.notfound_404
	{
		background: 			url(/sjablonen/1/images/general/notfound_404.png) no-repeat 8px 8px #ffe0e1;
	}
	
	#content span.error
	{
		background: 			url(/sjablonen/1/images/general/error.png) no-repeat 8px 8px #ffe0e1;
	}
	
	#content span.warning
	{
		color:					#ff7300;
		background: 			url(/sjablonen/1/images/general/warning.png) no-repeat 8px 8px #fff7e0;
		border:					solid 2px #ff7300;
	}
	
	#content span.captcha_fail
	{
		background: 			url(/sjablonen/1/images/general/m2f_fail.png) no-repeat 8px 8px #ffe0e1;
	}	
}


@media print
{
	/*********************************************************************************************/
	/* =print 																   * /	
	/*********************************************************************************************/
	
	#header,
	#pageIndex,
	#navigation,
	#options,
	#sideBar,
	#footerShortCuts,
	#path,
	.hide 
	{
		display:			none;
	}
	
	
	#printHeader
	{
		display: 					block;
		padding:					0 0 20px 0;
		margin:						0 0 20px 0;
		border-bottom:				1px solid #ccc;	
	}
	
	body 
	{
		height:					auto;
		
		color:					#0c226b;	/* =1 */
		font-family: 			Arial, Helvetica, sans-serif;
		font-size:				11px;
		line-height:			1.56em;		/* 25px */
		
		padding:				0;
		margin:					0;
		
		background-color:		#fff;		/* =15*/
	}
	
}	