/************************************************************************************************/
/* Author:			VINCIS Rinse van Dijk         					                          	  		*/
/* Description:		FRONTPAGE stylesheet				                                       	  			*/
/* Site name:		Internet 2009 Gemeente Weststellingwerf		                                         	  		*/
/* Date created:		05-03-2009						                                         	  		*/
/************************************************************************************************/


/************************************************************************************************/
/* Screen styles                                                                 										*/
/************************************************************************************************/
@media screen 
{
	/*******************************************************************************************/
	/* =Frontpage styles														*/
	/*******************************************************************************************/
	
	#containerDynamicImage
	{
		height:					284px;
		width: 					968px;
		background-repeat:		no-repeat;
		border-left:			1px solid #cccccc;
		border-right:			1px solid #cccccc;
		border-top:				1px solid #cccccc;
	}
	
	#containerMain
	{
		height:					233px;
		width: 					970px;
		background-image:		url(/sjablonen/2/images/general/background_main.gif);
		background-repeat:		repeat-y;
		
		z-index:				0;
	}
	*>#containerMain
	{
		min-height:				253px;
		height:					auto;		
	}
	
		#containerContent
		{
			float:					left;
			display:				inline;
			height:					214px;
			width: 					728px;
			margin:					12px 0px 20px 12px;
			padding:				7px 0px 0px 15px;
			border-left:			3px solid #cccccc;
		}
		*>#containerContent
		{
			width: 					731px;
			min-height:				214px;
			height:					auto;
		}
		
		#containerContent h1
		{
			color:					#cc071e;
		}
		#containerContent a
		{
			color:					#000000;
			font-size:				1.1em;
			font-weight:			normal;
		}
		
		#containerContent ul li
		{
			color:					#cc071e;
			padding:				1px 0 1px 0;
			width:					100%;
		}
		
			#containerContent ul li span
			{
				display:			block;
				float:				left;
				font-size:			1.1em;
				width:				65px;
			}
			
			#containerContent ul li.newsItem
			{
				margin-top:			7px;
				color:				#cc071e;
			}
		

		#containerGo
		{
			float:				left;
			width:				201px;
			margin:				0 0 0 5px;
		}		
		
			#containerGo h2
			{
				color:			#e01a3e;
				margin:			0 0 5px 5px;
				font-size:		1.1em;
			}
			
				#quicklink
				{
					width:		160px;
					z-index:	0;
				}
			
				#containerGo .cm_button
				{
					height:		22px;
					margin:		0 0 0 5px;
					z-index:	0;
				}
			
				
			
		#containerBanners
		{
			float:					left;
			display:				inline;
			height:					233px;
			padding-top:			10px;
			background-color:		#f9e9ec;
		}
		
		.frontpageBanner
		{
			float:					left;
			clear:					both;
			width: 					206px;	
			height:					54px;
			margin:					10px 0px 0px 3px;
		}
		
		
		
}

/************************************************************************************************/
/* Print styles                                                                 										*/
/************************************************************************************************/
@media print
{
}
