/*
--------------------------------------------------------------------------------------------------
 Title:			Subpage Styles
 Created on: 	16-10-2008
 Author:     	Roberto De Vivo
 Client:		Vincis
 Project:		Hulpverleningsdienst Fryslân Portaal
 Copyright:  	Vincis B.V. The Netherlands

--------------------------------------------------------------------------------------------------
 Index:
--------------------------------------------------------------------------------------------------
 =global
 =misc
 	
 =quickSearch	 
 =fontSize
 =shortCuts 

 =metaLinks
 =downloadList
 =contact	
 =otherSites	
 =options	
 =Error
 =paging 
 =path 
 =navigation
 
 =Print 
 
--------------------------------------------------------------------------------------------------
 Colors:
--------------------------------------------------------------------------------------------------
 =1 Backgound color		#fff	(white)

 =2 Newsbar				#0079c2	(hvd blue)				- also Path bgc
 =3	quickSearch 				#dc192b	(hvd red)
 =4	Path link			#9fcde8	(light hvd blue)
 =5	Link MO				#00589c	(dark hvd blue)
 =6	News text			#c8e2f2	(ultra light blue)

 =10	Body text		#777	(medium gray)			- also Resize font
 =11	Shortcuts		#999	(medium light gray)
 =12	Menu underline	#c0c0c0	(light gray)			- also Download-size
 =13	Shortcuts MO	#333	(dark grey)

*/

@media screen 
{
	/*********************************************************************************************/
	/* =global		  							                                      			 */
	/*********************************************************************************************/

	html
	{
		padding:				0;
		margin:					0;
	}
	
	body 
	{
		height:					auto;
		
		color:					#777;	/* =10 */
		font-family: 			Verdana, Helvetica, Arial, sans-serif;
		font-size:				11px;
		line-height:			2.1818em;	/* 24px */
		
		padding:				0;
		margin:					0;
		
		background-color:		#fff;	/* =1*/
	}

	input, select
	{
		font-family: 			Verdana, Helvetica, Arial, sans-serif;
	}

		#totalContainer
		{
			position:				relative;
			
			height:					300px;
			height:					auto!important;
			min-height:				300px;
			width:					954px;
			margin:					0 auto;
			padding:				0 11px 0 11px;
			/*background-color:		#f8f;*/
		}

		
	.hide 
	{
		display:				none;
		height:					0;
		width:					0;
	}
	
	.floatCloser
	{
		clear:					both;
	}
	
	.readMore
	{
		color:					#c43525;	/* =4 */
		font-weight:			bold;
		font-size:				0.82em;	/* 9px */
		text-decoration:		none;
	}
	
		.readMore:hover
		{
			color:					#de762d;	/* =5 */
			text-decoration:		underline;
		}
	
	h1
	{
		margin-left:			11px;
		
		font-size:				1.45em;	/* 16px*/ 
		font-weight:			bold;
		line-height:			150%;
	}
	
		h2
		{
		}
		
			h3
			{
			}
	
	ul
	{
	}
	
		li
		{
		}
	
			li a
			{
				color:					#777;	/* =10 */
				text-decoration:		none;
			}
			
				li a:hover
				{
					color:					#333;	/* =13 */
					text-decoration:		underline;
				}
				
	/*********************************************************************************************/
	/* =misc 											                                		 */
	/*********************************************************************************************/
	#logo
	{
		display:				block;
	}

	#shortCutsFontSizeContainer
	{
		position:				absolute;
		right:					16px;
		top:					7px;
	}
	
	#dynamicImage
	{
		position:				absolute;
		left:					11px;
		top:					89px;
		width:					639px;
		height:					152px;
	}
	
	#contactLink
	{
		display:				block;

		position:				absolute;
		right:					168px;
		top:					89px;
		
		height:					152px;
		width:					157px;
	}
	
	
	#content
	{
		float:					left;
		display:				inline;
		
		margin:					242px 0 0 237px;
		padding:				26px 26px 0 0;
		width:					377px;
/*		background-color:		#ff0;*/
	}
	
	#sideBar
	{
	/*	background-color:		#f0f; */
		float:					left;
		display:				inline;

		width:					314px;
		margin-top:				242px;
		padding-top:			32px;
	}
	
		#sideBar .sideBarColumn
		{
			float:					left;
			/*float:					left; /* only read by IE */
			
			width:					155px;
			overflow-x:				hidden; /* fix for IE6 */
		}
		*>#sideBar .sideBarColumn
		{
			overflow-x:				visible;
		}
	
	#readSpeaker img
	{
		display:				block;
		
		margin-left:			18px;	
	}
				
	/*********************************************************************************************/
	/* =quickSearch	 							                                      			 */
	/*********************************************************************************************/	
	#quickSearch
	{
	
		position:				absolute;
		right:					11px;
		top:					89px;
		
		width:					157px;
		min-width:				157px;
		height:					152px;
		min-height:				152px;
		
		font-size:				1em;
		
		background-color:		#dc192b;	/* =3 */
		background-image:		url(/sjablonen/1/images/general/background_search.gif); 
		background-repeat:		repeat-x;
		background-position: 	left top;
	}

		#quickSearch label
		{
			display:				block;

			margin:					13px 0 10px 29px;
			height:					12px;
			
			line-height:			0.1em;
			text-indent: 			-5000px;	/* remove text */

			background-image:		url(/sjablonen/1/images/general/text/vinden.gif);
			background-repeat:		no-repeat;
			background-position: 	left top;
		}
		
		 #quickSearch #qs_kw_or
		{
			float:					left;
			display:				inline;
			
			margin-left:			16px;
			padding:				2px 8px 0 8px;
			
			height:					16px;
			width:					9.08em;	
			
			color:					#666;
			font-size:				1em;
		}
		*>#quickSearch #qs_kw_or
		{
			width:					9.57em;	
		}
		
		#quickSearch #qs_kw_or
		{
		}
		
			#quickSearch #qs_kw_or:focus
			{
				color:					#87898a;	/* =10 */
			}
		
		#quickSearch .button
		{
			float:					left;
			display:				inline;

			width:					83px;
			max-width:				83px;
			max-height:				22px;
			height:					22px;	
			margin:					14px 0 0 28px;
			*padding-left:			400px;

			text-indent: 			-5000px;	/* remove text */

			background-image:		url(/sjablonen/1/images/general/button_zoek.gif);
			background-repeat:		no-repeat;
			background-position: 	left top;
			background-color:		transparent;
			
			border:					medium none;
			overflow:				hidden;
			cursor:					hand;
		}
		*>#quickSearch .button
		{
			cursor:					pointer;
		}
		
			#quickSearch .button:hover
			{
				background-position: 	left bottom;
			}


	/*********************************************************************************************/
	/* =fontSize								                                      			 */
	/*********************************************************************************************/
	#fontSize
	{
		float:					left;
		display:				inline;

		margin-top:				-3px;
		
		white-space:			nowrap;
	}
	*>#fontSize
	{
		height:					auto;
		width:					auto;
	}

		#fontSize li
		{
			display:			inline;
			float:				left;

			height:				1.2em;
			margin:				0;
			padding:			0;
		
			line-height:		100%;

			background-image: 	none;
			white-space:		nowrap;
		}
		
			#fontSize a, #fontSize div
			{
				float:					left;
				display:				inline;
				
				width:					10px;
				height:					1em;
				
				margin:					0;
				padding:				0 8px 0 8px;

				color:					#777;	/* =10 */	
				text-decoration:		none;
			}
			*>#fontSize a, #fontSize div
			{
				height:					auto;
				min-width:				10px;
				width:					auto;
			}

				#fontSize a:hover
				{
					color:					#333;	/* =13 */
					text-decoration:		underline;
				}

			#fontSize div /* not selectable */
			{
				color:					#c0c0c0;	/* =12 */
			}

			#fontSize .upsize
			{
			}

			#fontSize .downsize
			{
			}

			/* aAA vergroting */
			#fontSize span
			{
				text-transform:			lowercase;
				font-size:				1.36em;	/* 15px */
			}

				#fontSize span span
				{
					font-size:				0.73em;	/* 11px */
				}

					#fontSize span span span
					{
						font-size:				0.82em;	/* 9px */
					}

	/*********************************************************************************************/
	/* =shortCuts 								                                      			 */
	/*********************************************************************************************/	
	#shortCuts 
	{
		float:					left;
		display:				inline;
		
		padding:				0;
		margin:					0;
		
		font-size:				0.82em;	/* 9px */
	}
	
		#shortCuts li
		{
			display:			inline;
			float:				left;

			height:				1.2em;
			margin:				0;
			padding:			0;
		
			line-height:		120%;

			background-image: 	none;
			white-space:		nowrap;
		}
		
			#shortCuts a
			{	
				width:				10px;
				height:				1.2em;
				
				margin:				0;
				padding:			0 10px 0 10px;
				
				color:				#999;	/* =11 */
			}
			*>#shortCuts a /* IE 6 fix */
			{
				min-width:			10px;
				width:				auto;
			}
			
				#shortCuts a:hover
				{
					color:					#333;	/* =13 */
					text-decoration:		underline;
				}
				
			/* RSS */
			#shortCuts .rss a
			{
				display:				block;
				text-indent: 			-5000px;	/* remove text */
				
				width:					12px;
				height:					12px;
				padding:				0;
							
				background-repeat:		no-repeat;
				background-position: 	0 0;
				background-image:		url(/sjablonen/1/images/general/icon_rss.gif);
			}

		
	/*********************************************************************************************/
	/* =metaLinks				 		                           								 */
	/*********************************************************************************************/
	#metaLinks 
	{
	}
	
		#metaLinks h2
		{
			height:					18px;
			
			margin:					0 0 0 22px;
			
			text-indent: 			-5000px;	/* remove text */
						
			background-repeat:		no-repeat;
			background-position: 	0 0;
			
			background-image:		url(/sjablonen/1/images/general/text/zieook.gif);
		}

		#metaLinks ul
		{
			padding:				0 0 22px 0;	
		}
		
			#metaLinks li
			{
				position:				relative;
				padding:				4px 0 5px 22px;	
				
				line-height:			1.415em;
				
				background-image:		url(/sjablonen/1/images/general/bullet_list.gif); 
				background-repeat:		no-repeat;
				background-position:	9px 10px;
			}
				 #metaLinks li a
				{
					text-decoration:		none;
				}
				
					#metaLinks li a:hover
					{
						text-decoration:		underline;
					}

	/*********************************************************************************************/
	/* =downloadList				 		                           							 */
	/*********************************************************************************************/
	#downloadList 
	{
	
	}
	
		#downloadList h2
		{
			height:					18px;
			
			margin:					0px 0 0 22px;
			
			text-indent: 			-5000px;	/* remove text */
						
			background-repeat:		no-repeat;
			background-position: 	0 0;
			
			background-image:		url(/sjablonen/1/images/general/text/downloads.gif);	
		}

		#downloadList ul
		{
			padding:				0 0 22px 0;		
		}
			
			#downloadList li
			{
				position:				relative;
				padding:				4px 0 5px 22px;	
				
				line-height:			1.415em;	
				
				background-image:		url(/sjablonen/1/images/doctypes/unknown.gif); 
				background-repeat:		no-repeat;
				background-position:	2px 10px;
			}
		
				#downloadList li a
				{
					text-decoration:		none;
				}
				
					#downloadList li a:hover
					{
						text-decoration:		underline;
					}
			
					#downloadList li span
					{
						display:				block;
						clear:					left;
						
						padding:				4px 0 5px 0;
						
						color:					#b8b8b8;	/* =7 */
						line-height:			1em;
							
						white-space:			nowrap;
					}
					
					/* =Filetypes */
					#downloadList .doc
					{
						background-image:		url(/sjablonen/1/images/doctypes/doc.gif);
						background-position:	0 0.25em;
					}
				
					#downloadList .pdf
					{	
						background-image:		url(/sjablonen/1/images/doctypes/pdf.gif);
						background-position:	0 0.35em;
					}
					
					#downloadList .txt
					{
						background-image:		url(/sjablonen/1/images/doctypes/txt.gif);
						background-position:	0 0.25em;
					}
					
					#downloadList .xls
					{
						background-image:		url(/sjablonen/1/images/doctypes/xls.gif);
						background-position:	0 0.25em;
					}
					
					#downloadList .ppt
					{
						background-image:		url(/sjablonen/1/images/doctypes/ppt.gif);
						background-position:	0 0.25em;
					}
			
					#downloadList .jpg
					{
						background-image:		url(/sjablonen/1/images/doctypes/jpg.gif);
						background-position:	0 0.25em;
					}
			
	/*********************************************************************************************/
	/* =contact								                                      				 */
	/*********************************************************************************************/		
	#contact
	{
		padding:			0 13px 21px 28px;			
	}

		#contact h2
		{
			height:					18px;
			
			text-indent: 			-5000px;	/* remove text */
						
			background-repeat:		no-repeat;
			background-position: 	0 0;
			
			background-image:		url(/sjablonen/1/images/general/text/contactpersoon.gif);	
		}

		#contact dl
		{
			padding:				0 0 17px 0;
		}
		
			#contact dl dt
			{

			}
			
			#contact .title
			{
				color:					#aaa;	/* =unique */
				font-weight:			bold;
				line-height:			1.4em;
				margin:					-4px 0 5px 0;
			}
			
			#contact dd
			{
				font-size:				0.82em;	/* 9px */
			}
			
				#contact dd a
				{
					color:					#777; /* =10 */
					text-decoration:		underline;
				}
			
					#contact dd a:hover
					{
						color:					#333; /* =13 */
						text-decoration:		underline;
					}
					
			/* vCard */
			
			#contact .vcard
			{
				font-size:				0.82em;	/* 9px */
			}
			
				#contact .vcard .fn, #contact .vcard .org
				{
					display:			none;
				}
				
				#contact .vcard a
				{
					color:					#777; /* =10 */
					text-decoration:		underline;
				}
			
					#contact .vcard a:hover
					{
						color:					#333; /* =13 */
						text-decoration:		underline;
					}
				
				#contact .vcard address
				{
					font-style:				normal;
				}
				
				#contact .vcard .postal-code, #contact .vcard .country-name
				{
					text-transform: uppercase
				}

	/*********************************************************************************************/
	/* =otherSites				 		                           								 */
	/*********************************************************************************************/
	#otherSites 
	{
	}
	
		#otherSites h2
		{
			height:					18px;
			
			margin:					0 0 0 28px;
			
			text-indent: 			-5000px;	/* remove text */
						
			background-repeat:		no-repeat;
			background-position: 	0 0;
			
			background-image:		url(/sjablonen/1/images/general/text/hulpverleningsites.gif);
		}

		#otherSites ul
		{
			min-height:				10px;
			height:					10px;
			padding:				16px 0 22px 0;
		}
		*>#otherSites ul
		{
			height:					auto;
		}
		
			#otherSites li
			{
				min-height:				10px;
				height:					10px;
				padding:				0 0 16px 22px;
			}
			*>#otherSites li
			{
				height:					auto;
			}
		
				#otherSites li span
				{
					display:				block;
								
					text-indent: 			-5000px;	/* remove text */
								
					background-repeat:		no-repeat;
					background-position: 	0 0;
				}
				
				#otherSites .brandweer span
				{
					height:					26px;
					
					background-position: 	0 0;
					
					background-image:		url(/sjablonen/1/images/general/logo_brandweer_small.gif);
				}
				
				#otherSites .ggd span
				{
					height:					28px;
						
					background-position: 	0 0;
					
					background-image:		url(/sjablonen/1/images/general/logo_ggd_small.gif);
				}
				
	/*********************************************************************************************/
	/* =options				 		       	                    								 */
	/*********************************************************************************************/
	#totalContainer #content #options
	{
		clear:					both;
		float:					left;
		
		min-width:				300px;
		width:					300px;
		margin-left:			-8px;
		padding:				10px 0 38px 0;
		
		font-size:				0.82em;
	}
	
	#totalContainer #content #options li
	{
		float:					left;
		display:				inline;
		
		padding:				0 44px 0 17px;			
	}
	
		#totalContainer #content #options li a
		{
			color:					#c0c0c0;	/* =12 */
			text-decoration:		none;
			font-weight:			bold;
		}
		
			#totalContainer #content #options li a:hover
			{
				color:					#333;	/* =13 */
				text-decoration:		underline;
			}

			#totalContainer #content #options a:hover span
			{
				cursor:					hand;
			}
			*>#totalContainer #content #options a:hover span
			{
				cursor:					pointer;
			}
			
			#totalContainer #content #options span
			{
				display:				block;
				height:					16px;
				
				text-indent: 			-5000px;	/* remove text */
							
				background-repeat:		no-repeat;
				background-position: 	2px 2px;
			}

			#totalContainer #content .print		
			{
				background-image:		url(/sjablonen/1/images/general/icon_print.gif); 
				background-position:	0 0;	
				background-repeat:		no-repeat;	
			}
			
				#totalContainer #content .print span
				{
					width:					30px;
					background-image:		url(/sjablonen/1/images/general/text/print.gif);	
				}
				
			#totalContainer #content .mail
			{
				background-image:		url(/sjablonen/1/images/general/icon_mail.gif); 
				background-position:	0 0;	
				background-repeat:		no-repeat;		
			}
	
				#totalContainer #content .mail span
				{
					width:					72px;
					background-image:		url(/sjablonen/1/images/general/text/doorsturen.gif);	
				}

	/*********************************************************************************************/
	/* =Errors & Warnings				  			                                      				   */
	/*********************************************************************************************/
				
		#content span.m2f_fail , #content span.m2f_success, #content span.notfound_404, #content span.error, #content span.warning
		{	
			display:				block;
			margin:					32px 0 32px 0;
			width:					80%;
			padding: 				13px 0 13px 80px;
			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
		{
			background: 			url(/sjablonen/1/images/general/m2f_success.png) no-repeat 8px 8px #FFE0E1;
		}
		
		#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
		{
			background: 			url(/sjablonen/1/images/general/warning.png) no-repeat 8px 8px #FFE0E1;
		}
		
		
	
	
	/*********************************************************************************************/
	/* =Paging									                                     			 */
	/*********************************************************************************************/
	#totalContainer .paging
	{
		float:				left;
		padding:			0;
		margin:				13px 0 0 0;
	}
	
		#totalContainer .paging li
		{
			float:				left;
			display:			block;
			
			
			padding:			0;
			margin:				0 8px 0 0;
			
			color:				#000;	/* =102 */
			line-height:		1.2em;
			
			background-image:	none;
		}
		
			#totalContainer .paging li a
			{
				display:			block;
				
				padding:			6px;
				
				color:				#000;	/* =100 */
				text-decoration:	none;
			}
			
				#totalContainer .paging li a:hover
				{
					padding:			6px 6px 4px 6px;
					
					color:				#16216c;			/* =100 */
									
					border-bottom:		2px solid #bcd600;	/* =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:	#16216c;	/* =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/4/images/general/navigation_small.gif);
			background-repeat:		no-repeat;
			background-position: 	left top;
			background-color:		transparent;
			
			border:					medium none;
			overflow:				hidden;

			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;
					}
	/*********************************************************************************************/
	/* =path 							            		                          			 */
	/*********************************************************************************************/
	#path
	{
		position:				absolute;
		left:					0;
		top:					241px;
		
		width:					954px;
/*		width:					960px;*/
		height:					30px;
		margin-left:			11px;
		
		font-size:				0.9em;
		
		background-color:		#0079c2;	/* =2 */
		background-image:		url(/sjablonen/1/images/general/background_path.gif); 
		background-repeat:		repeat-x;
		background-position: 	left top;
	}
	*>#path
	{
		width:					954px;
	}
	
		#path strong
		{
			display:				none;
		}
	
		#path ul
		{
			height:					1.2em;
			margin:					12px 0 0 246px;
		}
		
			#path li
			{
				display:				inline;
				float:					left;
	
				height:					1.2em;
				margin:					0;
				padding:				0 0 0 4px;
			
				color:					#9fcde8;	/* =4 */
				line-height:			120%;

				background-image: 		none;
				white-space:			nowrap;
			}
			
				#path a
				{	
					display:				block;
		
					width:					10px;
					height:					1.2em;
					
					margin:					0;
					padding:				0 10px 0 0;
					
					color:					#9fcde8;	/* =4 */
					line-height:			120%;
					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
					{
						text-decoration:		underline;
					}
					
	/*********************************************************************************************/
	/* =navigation								                                     			 */
	/*********************************************************************************************/
	#navigation
	{
		position:				absolute;
		left:					11px;
		top:					287px;
	
		padding:				0;
		min-height:				100px;
		height:					100px;
		width:					197px;
		
		/*background-color:		#f0f;*/
	}
	*>#navigation
	{
		height:					auto;
	}
		#navigation li
		{
			padding:				16px 13px 8px 13px;
			
			line-height:			1.415em;
			
			background-image:		url(/sjablonen/1/images/general/background_underline.gif); 
			background-repeat:		repeat-x;
			background-position:	bottom left;
		}
		
			/* level 1 */
			 #navigation ul
			{
				padding:				6px 0 6px 0; 
			}
			
				#navigation ul li
				{
					padding:				0; 
					background-image:		none;
				}
		
					#navigation ul li a						
					{
						display:				block;
						
						padding:				4px 0 0 32px;
	
						color:					#777; /*=10 */
	
						text-decoration:		none;
						
						background-image:		url(/sjablonen/1/images/general/bullet_list.gif); 
						background-repeat:		no-repeat;
						background-position:	19px 10px;
					}
	
						#navigation ul li a:hover					
						{
							color:					#0079c2; /*=2 */
							text-decoration:		underline;
						}			
					
						#navigation ul .selectedPath a, #navigation ul .selected a
						{
							color:					#00589c; /* =5 */
							font-weight:			bold;
							
							background-image:		url(/sjablonen/1/images/general/bullet_selected.gif); 
						}
					
			/* level 2 */
			#navigation ul .selectedPath ul, #navigation ul .selectedHasChildren ul
			{
				padding:				11px 0 11px 30px; 
			}
			
				#navigation ul .selectedPath ul li, #navigation ul .selectedHasChildren ul li
				{
					display:				block;
					
					padding:				0 0 0 13px;
					
					background-image:		url(/sjablonen/1/images/general/bullet_list.gif); 
					background-repeat:		no-repeat;
					background-position:	0 10px;
				}
				
				#navigation ul .selectedPath ul .selected
				{
					background-image:		url(/sjablonen/1/images/general/bullet_selected.gif); 
				}
		
					#navigation ul .selectedPath ul li a, #navigation ul .selectedHasChildren ul li a						
					{
						padding:				0;
						
						color:					#777; /*=10 */
						font-weight:			normal;
						text-decoration:		none;
						background-image:		none;
					}
	
						#navigation ul .selectedPath ul li a:hover, #navigation ul .selectedHasChildren ul li a:hover				
						{
							color:					#0079c2; /*=2 */
							text-decoration:		underline;
						}			
					
							
						 #navigation ul .selectedPath ul .selected a, #navigation ul .selectedPath ul .selectedPath a
						{
						color:					#00589c; /* =5 */
							font-weight:			bold;
						}
	
	
			/* level 3 */
			#navigation ul .selectedPath ul .selectedPath ul, #navigation ul .selectedPath ul .selectedHasChildren ul
			{
				margin-top:				0;
				
				padding:				11px 0 11px 30px; 
			}
			
				#navigation ul .selectedPath ul .selectedPath ul li, #navigation ul .selectedPath ul .selectedHasChildren ul li
				{
					display:				block;
					padding:				0 0 0 13px;
					
					background-image:		url(/sjablonen/1/images/general/bullet_list.gif); 
					background-repeat:		no-repeat;
					background-position:	0 10px;
				}
				
				#navigation ul .selectedPath ul .selectedPath ul .selected
				{
					background-image:		url(/sjablonen/1/images/general/bullet_selected.gif); 
				}
		
					#navigation ul .selectedPath ul .selectedPath ul li a, #navigation ul .selectedPath ul .selectedHasChildren ul li a						
					{
						padding:				0;
						
						color:					#777; /*=10 */
						font-weight:			normal;
						text-decoration:		none;
					}
	
						#navigation ul .selectedPath ul .selectedPath ul li a:hover, #navigation ul .selectedPath ul .selectedHasChildren ul li a:hover				
						{
							color:					#0079c2; /*=2 */
							text-decoration:		underline;
						}			
					
						
						 #navigation ul .selectedPath ul .selectedPath ul .selected a,  #navigation ul .selectedPath ul .selectedPath ul .selectedPath
						{
							color:					#00589c; /* =5 */
							font-weight:			bold;
						}
}


/*********************************************************************************************/
/* =Print 									                                      			 */
/*********************************************************************************************/
@media print
{
	.hide, #shortCutsFontSizeContainer, .logoImage, #contactLink, #dynamicImage, #quickquickSearch, #tabs, #path, #options, #sideBar, #navigation, #paging
	{
		display:				none;
		visibility:				hidden;
	}
	
	body 
	{
		font-family: 			Verdana, Helvetica, Arial, sans-serif;
		font-size:				11px;
		line-height:			1.8em;
	}

	.floatCloser
	{
		clear:					both;
	}

	img
	{
		padding:				1px;
		margin:					0 0 12px 0;
		
		border:					1px solid #127983;	/* =1 */
	}
	
	a
	{
		color:					#000;
		text-decoration:		underline;
	}
	
		a img
		{
			border:					none;
		}

}
