/*************************************************************************************************/
/* Author:		Vincis B.V.                                                                      */
/* Description:	Stylesheet for sjabloon 3 (HOME)                                                */
/*************************************************************************************************/

/* STYLESHEET FOR SCREEN */
@media screen 
{
	body 
	{
		width:					100%;
		height:					100%;
		
		margin:					10px 0 10px 0;
		padding:				0;
	
		font-family: 			Verdana;
		font-size:				9pt;
		line-height:			150%;

		background-color:		#8E888B;
	}
	
	img 
	{
		border: 				none;
	}
	
	p
	{
		margin-top:				0;
		float:					right;
	}
	
	a
	{
		color:					#000000;
	}
	
	a:hover
	{
		color:					#000000;
	}
	
	
	div.floatCloser
	{
		clear:					both;
	}
	

	/*************************************************************************************************/
	/* CONTAINERS                                                                                    */
	/*************************************************************************************************/

	#containerTotal 
	{
		position: 				relative;
		display:				block;
		
		width: 					990px;
		height: 				675px;
		margin:					0px auto;
			
		background-color: 		#FFFFFF;
		background-position:	bottom;
		background-repeat:		repeat-x;		
		background-image: 		url('/sjablonen/5/images/general/background.png');		
	}	
	*>#containerTotal
	{
		height:					auto;
		min-height: 			675px;
	}
	
	.transPixWhite
	{
		background-image: 		none;
		filter: 				progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/sjablonen/5/images/bullets/bullet_white.png", sizingMethod="crop");
	}
	
	*>.transPixWhite
	{
		filter:					none;
		background-image:		url('/sjablonen/5/images/bullets/bullet_white.png');
		background-repeat:		no-repeat;
	}	

	.transPixGreen
	{
		background-image: 		none;
		filter: 				progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/sjablonen/5/images/bullets/bullet_green.png", sizingMethod="crop");
	}
	
	*>.transPixGreen
	{
		filter:					none;
		background-image:		url('/sjablonen/5/images/bullets/bullet_green.png');
		background-repeat:		no-repeat;
	}					

	.transPix
	{
		background-image: 		none;
		filter: 				progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/sjablonen/5/images/bullets/bullet_trans.png", sizingMethod="crop");
	}
	
	*>.transPix
	{
		filter:					none;
		background-image:		url('/sjablonen/5/images/bullets/bullet_trans.png');
	}
	
		
		#containerTop
		{
			position: 				relative;
			width: 					990px;
			height: 				260px;
		}
		
		#containerMenuDoormats
		{
			position: 				relative;
			display:				block;			
			
			width: 					985px;
			margin:					0 0 0 5px;
		}
		
		.menuDoorMat img
		{
			position:				relative;
			float:					left;
			
			padding:				27px 16px 0 0;
		}	
		
		.menuDoorMatRight img
		{
			position:				relative;
			
			padding:				27px 0 0 0;		
		}		
	
	
		#containerVarText
		{
			height:					240px;
			width:					983px;
		}
	
	/*
	#containerVarText
	{
		height:					200px;
		width:					832px;
		
		margin:					40px 0 0 150px;
		
		filter: 				progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/sjablonen/5/images/dynamic/varText_1.png", sizingMethod="crop");
		background-repeat:		no-repeat;
	}
	*>#containerVarText
	{
		filter:					none;
		background-image:		url('/sjablonen/5/images/dynamic/varText_1.png');
	}
	*/
	
	#containerContent
	{
		height:					100px;
		padding:				10px 0 0 30px;		
	}
	
		#containerSearch
		{
			position: 				relative;
			float:					left;
			
			display:				block;

			width: 					225px;
			margin:					0;
			
		}
			
			#containerSearch input
			{
				width:					180px;
				height:					20px;
				margin:					0 0 0 10px;
				padding:				2px 0 0 10px ;
				
				color:					#382B26;
				
				border:					0;
				
				border:					solid 1px #382B26;
			}
		
			#containerSearch a
			{
				text-decoration: 		none;
			}
			
			#containerSearchButtons
			{
				padding:				7px 0 0 10px;
			
				width:					175px;
				height:					45px;
			}	
			
				#containerSearchButtons a
				{			
					color:					#FFFFFF;
				}

				#containerSearchButtons a img
				{			
					margin:				4px 0 0 0;
				}
		
		#containerIntroText
		{
			position: 				relative;
			float:					left;
			
			width:					500px;
			height:					125px;		
		}		
	
			#containterIntro1
			{
				position: 				relative;
				float:					left;
			
				width:					240px;
				height:					124px;		

				overflow:				hidden;
			}
			
				.introBullet
				{
					position: 				relative;
					float:					left;
					
					width:					30px;
					height:					124px;
				}
				
				.introText
				{
					padding:			5px 0 0 0;
						
					color:				#FFFFFF;
				}
				
			#containterIntro2
			{
				position: 				relative;
				float:					left;
			
				width:					240px;
				height:					124px;

				overflow:				hidden;				
			}
					
			#containerLogo
			{
				position: 				absolute;
				float:					right;
				
				width:					233px;
				height:					86px;
				
				margin-right:			10px;
				
				right:					2px;
				
				filter: 				progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/sjablonen/5/images/general/logo.png", sizingMethod="crop");
				background-repeat:		no-repeat;
			}
				
			*>#containerLogo
			{
				filter:					none;
				background-image: 		url('/sjablonen/5/images/general/logo.png');					
			}
	
	#containerBottom
	{
		position:				relative;
		
		width: 					990px;
		height: 				30px;
		margin:					0px auto;
		
		background-image: 		url('/sjablonen/5/images/general/backgroundBottom.png');	
		
		font-size:				10px;				
	}
	
		.buttonHome
		{
			position:			absolute;
			left:				600px;
		}
		
		.buttonHomeImage
		{
			position:			relative;
			float:				left;
		
			padding:			8px 0 0 0;
		}
		
		.buttonHomeLink
		{
			padding:			8px 0 0 0;			
		}
		
		.buttonHomeLink a
		{
			font-weight:		bold;
			text-decoration:	none;
			
			margin:				0 0 0 10px;
		}		
		
		.buttonSitemap
		{
			position:			absolute;
			left:				690px;
		}
		
		.buttonSitemapImage
		{
			position:			relative;
			float:				left;
		
			padding:			8px 0 0 0;
		}
		
		.buttonSitemapLink
		{
			padding:			8px 0 0 0;			
		}
		
		.buttonSitemapLink a
		{
			text-decoration:	none;
			
			margin:				0 0 0 10px;
		}		

		.buttonPrint
		{
			position:			absolute;
			left:				810px;
		}
		
		.buttonPrintImage
		{
			position:			relative;
			float:				left;
		
			padding:			8px 0 0 0;
		}
		
		.buttonPrintLink
		{
			padding:			8px 0 0 0;			
		}
		
		.buttonPrintLink a
		{
			text-decoration:	none;
			
			margin:				0 0 0 5px;
		}	

		.buttonMail
		{
			position:			absolute;
			left:				900px;
		}
		
		.buttonMailImage
		{
			position:			relative;
			float:				left;
		
			padding:			12px 0 0 0;
		}
		
		.buttonMailLink
		{
			padding:			8px 0 0 0;			
		}
		
		.buttonMailLink a
		{
			text-decoration:	none;
			
			margin:				0 0 0 5px;
		}
	
	.logo
	{
		display:				none;
	}		
		

}

/*************************************************************************************************/
/* Print styles                                              									 */
/*************************************************************************************************/
@media print
{
	#containerBottom, #containerTop, #containerSearch, .dynamicPhoto, #adxmenu
	{
		display:			none;
	}	
	
	#containerContent
	{
		color:				#000000;
	}

	.logo
	{
		height:				100px;
	}

	.logo img
	{
		border:				none;
	}
	
	h1
	{
		font-size:			11pt;
		line-height:		150%;
		color:				#000000;
	}
	
	a
	{
		color:				#638F38;
	}

}