/*
--------------------------------------------------------------------------------------------------
 Title:		Frontpage Styles
 Created on: 	22-04-2008
 Author:     		Peter Melchers
 Client:		2015 Festival
 Project:		Internet 2008
 Copyright:  	Vincis B.V. The Netherlands

--------------------------------------------------------------------------------------------------
 Index:
--------------------------------------------------------------------------------------------------
 =General styles
 =Classes (general) 
 =Classes (general form fields)    
 =Classes (used for cleanHTML, clean_html.xsl)       
 =Containers    
 =Paging styles
 =Print styles 
 
--------------------------------------------------------------------------------------------------
 Colors:
--------------------------------------------------------------------------------------------------

Rood:		#E60004
Geel:		#FFED00
Groen:	#86BB20
Rose:		#F1B0CE
Blauw:	#56ABD2
Oranje:	#EE7812

*/
@media screen 
{
/*********************************************************************************************/
/* =Containers	  									                               			 */
/*********************************************************************************************/
}

body 
{
	margin:				200px;
	padding:			0;
	
	font-family:		Verdana, Helvetica, Arial, sans-serif; 
	color:				#0000;
	font-size:			10px;
	line-height:		120%;
}	

	#totalContainer

	{
		position:				relative;

		width: 					426px;
		height: 				270px;
		margin: 				0 auto;					
	}
	
		#container_Btn
		{
			position:				relative;

			width: 					426px;
			height: 				254px;						
		}
		
		#container_Btn a
		{
			background-repeat:no-repeat;
		}

			
			
			a#festival_Btn
			{
				position:				relative;
				
				width:					170px;
				height:					254px;
				
				float:					left;

				background-image:		url('/sjablonen/1/images/general/2015festival_down.png');
			}
			
			a:hover#festival_Btn
			{
				position:				relative;	
				
				width:					170px;
				height:					254px;
				
				float:					left;

				background-image:		url('/sjablonen/1/images/general/2015festival_hover.png');
			}
			
			a#akkoord_Btn
			{
				float:					left;

				width:					125px;
				height:					125px;
				
				margin:					0 0 0 3px;
				
				background-image:		url('/sjablonen/1/images/general/akkoord_down.png');
			}
			
			a:hover#akkoord_Btn
			{
				float:					left;	
				
				width:					125px;
				height:					125px;
				
				margin:					0 0 0 3px;
				
				background-image:		url('/sjablonen/1/images/general/akkoord_hover.png');
			}
			
			a#stichting_Btn
			{
				float:					left;
				
				width:					125px;
				height:					125px;

				margin:					0 0 0 3px;
				
				background-image:		url('/sjablonen/1/images/general/stichting_down.png');
			}
			
			a:hover#stichting_Btn
			{
				float:					left;
				
				width:					125px;
				height:					125px;

				margin:					0 0 0 3px;
				
				background-image:		url('/sjablonen/1/images/general/stichting_hover.png');
			}
			
			a#frysk_comite_Btn
			{
				float:					left;

				width:					125px;
				height:					125px;				

				margin:					4px 0 0 3px;
				
				background-image:		url('/sjablonen/1/images/general/frysk_comite_down.png');
			}
			
			a:hover#frysk_comite_Btn
			{
				float:					left;

				width:					125px;
				height:					125px;				

				margin:					4px 0 0 3px;
				
				background-image:		url('/sjablonen/1/images/general/frysk_comite_hover.png');
			}
			
			a#onderwijs_Btn
			{
				float:					left;
				
				width:					125px;
				height:					125px;	

				margin:					4px 0 0 3px;
				
				background-image:		url('/sjablonen/1/images/general/onderwijs_down.png');
			}
			
			a:hover#onderwijs_Btn
			{
				float:					left;
				
				width:					125px;
				height:					125px;	

				margin:					4px 0 0 3px;
				
				background-image:		url('/sjablonen/1/images/general/onderwijs_hover.png');
			}
			
		#footer
		{
			height:					16px;
			width:					426;	
		}
		
	p
	{
	color:					#565656;
	font-weight:			bolder;				
	}