

	/*#######################################################################
	#						  												#
	#				   			  STYLESHEET								# 
	#						  Gemaakt door KPHW					   			#	
	# 						   www.kphw.nl            					#
	# 				   			  Juni 2014                	   				#
	#							 											#
	#######################################################################*/

	
	/*	POPUP		
	 	_____________________________________________________________________ */
		
		#transparant
		{
			position: fixed;
			top: 0px;
			left: 0px;
			
			width: 100%;
			height: 100%;
			
			z-index: 100;
			
			background-color: #000000;
			
			filter:alpha(opacity=80);
			opacity: 0.8;
			-moz-opacity:0.8;
		}
		
		#popup
		{
			position: absolute;
			left: 50%;
			top: 100px;
			
			width: 700px;
			height: 525px;
			
			padding: 20px;
			
			z-index: 200;
			
			margin: auto auto auto -370px;
			
			/*font-size: 12px;
			text-align: left;
			color: #014687;*/
						
			background-color: #FDFDFD;
			border: solid 6px #EEEEEE;
			border-radius: 10px;
		}
		
		#popup #sluiten
		{
			position: relative;
			float: left;
			
			width: 100%;
			height: 19px;
			
			margin: 0px 0px 26px 0px;
			
			text-align: right;
		}
		
		#popup #inhoud
		{
			position: relative;
			float: left;
			
			width: 100%;
			height: 480px;
			
			margin: 0px 0px 20px 0px;
			
			line-height: 20px;
			
			overflow-x: hidden;
			overflow-y: auto;
		}