/*************************************************************************************************/
/* Author:			VINCIS / Timen Nieuwhuis /Rinse van Dijk                                   	 */
/* Description:		basic Stylesheet for Vyvoj Kidssite                                          */
/*************************************************************************************************/
@media screen 
{
	/*********************************************************************************************/
	/* General styles                                                                 			 */
	/*********************************************************************************************/

	html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
	pre, form, fieldset, input, p, blockquote, th, td 
	{
	  margin:0;
	  padding:0;
	}
	
	
	body 
	{
		width:					100%;
		height:					100%;
		
		padding:				0;
		margin:					0;		
		
		font-family: 			Tahoma, Arial, Verdana, Helvetica;
		font-size:				1.1em;
		line-height:			160%;
		
		color:					#000000;
		background-color:		#fffec9;		
	}

	img 
	{
		border: 				none;
		
		padding:				0;
		margin:					0;
	}
	
	form 
	{
		padding:				0;
		margin:					0;
	}
	
	a 
	{		
		font-weight:			bold;				
		text-decoration:		none;
		
		color:					#06a0e1;
	}
	
	a:hover 
	{
		text-decoration:		underline;
		
		color:					#06a0e1;
	}
	
	ul
	{
		padding:				0;
		margin:					0;
	}
		
	ul li
	{
		display:				block;
		padding:				0 0 0 12px;
		margin:					3px 0 0px 5px;
	
		background-image:		none;
	}
	
		
	li.noBorder
	{
		border:					none;
	}
	
	li.open
	{
		list-style-type:		none;
	}
	
	ol
	{
		padding:				0;
		margin:					0;
		list-style-type: 		decimal;
	}
	
	ol li
	{
		display:			list-item;  /* work around for IE ordered list bug */ 
		padding:			0 9px 0 0;
		margin-left:		27px;
		height:				auto;
	}
	
	hr 
	{	
		clear:					both;
		
		height:					1px;
		width:					100%;
		
		background-color:		#172983;
		color: 					#172983;
		
		border:					none;
	}
	
	h1 
	{
		padding:				0 0 5px 0;
		margin:					0;
		
		font-size:				1.8em;
		font-family: 			Arial, Verdana, Helvetica;
		font-weight:			normal;
		line-height:			100%;
					
		color:					#172983;		
	}
	
		h1.white
		{
			color:					#fff;
		}
		h1.contentTitle
		{
			font-size:			1.6em;
		}
	
	h2 
	{
		padding:				0 0 2px 0;
		margin:					0;
		
		font-size:				1.5em;
		font-family: 			Arial, Verdana, Helvetica;
		line-height:			100%;
					
		color:					#172983;		
	}
	
		h2.white
		{
			color:					#fff;
		}
		
		h2.blue
		{
			color:					#122e6c;
		}
	
	
	h3 
	{
		padding:				0;
		margin:					0px 0px 1px 0px;
		
		font-size:				1.2em;
		font-family: 			Arial, Verdana, Helvetica;
		line-height:			100%;
			
		color:					#172983;				
	}
	
	blockquote
	{
		padding:				0;
		margin:					0px 0px 0px 10px;
	}
	
	.tableRowOdd
	{
		background-color: 		#eeeeee;
	}
	
	.flag
	{
		margin-right:			4px;
	}
	
	.newsArchive
	{
		margin-left:			10px;
	}	
	
	.readmore
	{
		color:					#fc7d07;
		font-weight:			bold;
		
		padding:				0 20px 13px 0;
		
		background-image:		url(/sjablonen/1/images/general/readmore_icon.gif);
		background-repeat:		no-repeat;
		background-position:	34px 5px;
	}
	
	.oranje
	{
		color:				#fc7d07;
	}
	
	.lichtblauw
	{
		color:				#06a0e1;
	}
	
	.donkerblauw
	{
		color:				#122e6c;
	}
		
	
	
	/*********************************************************************************************/
	/* Classes (general)                                                              			 */
	/*********************************************************************************************/	

	
	.containerInvisible, .onzichtbaar, .hide, .invisible
	{
		display:				none;
	}
	
	.inputText
	{		
		width:					96px;
		
		font-family: 			Tahoma, Arial, Verdana, Helvetica;
		font-size:				09.em;
				
		color:					#898989;
		border:					solid 1px #898989;	
		padding:				1px 0px 1px 4px;	
	}
	
	.floatLeft
	{
		float:					left;
	}
	
	.floatRight
	{
		float:					right;
	}
	
	.floatCloser
	{
		clear:					both;
	}
	
	.greyLink
	{	
		font-weight:			normal;
		
		color:					#949494;		
	}
	
	.anchr
	{
		font-weight:			normal;
		
		color:					#000000;
		
		background-image: 		none;
	}

	
	
	/*********************************************************************************************/
	/* Classes (general form fields)                                                             */
	/*********************************************************************************************/	
	.formField
	{
		clear:					both;
		
		padding:				0;
		margin:					0px 0px 10px 0px;
	}
	
	.formFieldLeft
	{
		float:					left;
		
		width:					110px;
	}
	
	.formFieldIcons ul
	{
		width:					200px;
		
		padding:				0px 0px 0px 114px;
		margin:					0;	
	}
		
	.formFieldIcons ul li
	{
		clear:					both;
		
		list-style:				none;
	}
	
	.formFieldIcons ul li div
	{
		float:					left;
		
		width:					50px;
		height:					25px;
	}	
	
	/*********************************************************************************************/
	/* Classes (editor form fields)                                                        		 */
	/*********************************************************************************************/	
	.cm_input
	{	
		height:					15px;		
		
		font-family: 			Tahoma, Arial, Verdana, Helvetica;
		font-size:				1.0em;
		padding:				0 0 0 2px;
		
		color:					#000000;
		
		background-color:		#FFFFFF;
		border:					solid 1px #172983;		
	}
	
	.cm_select
	{			
		height:					17px;		
				
		font-family: 			Tahoma, Arial, Verdana, Helvetica;
		font-size:				8pt;
		
		color:					#000000;
		
		background-color:		#FFFFFF;
		border:					solid 1px #172983!important;
	}
	
	.cm_textarea
	{		
		/* overflow-y:				auto; */
		
		font-family: 			Tahoma, Arial, Verdana, Helvetica;
		font-size:				1.0em;
		
		color:					#000000;
		
		padding:				3px;
				
		background-color:		#FFFFFF;
		border:					solid 1px #172983;
	}
	
	.cm_radio
	{
		width:					15px;
		height:					15px;
		
		padding:				0;
		margin:					0px 5px 0px 0px;
			
		font-family: 			Tahoma, Arial, Verdana, Helvetica;
		font-size:				8pt;		
	}
	
	.cm_button, #feedbackSubmit
	{
		font-size:				0.9em;
		margin:					0 0 0 7px;
		
		cursor:					pointer;
	}
	
	.cm_fieldset
	{
		margin:					10px 0 0 0;
	}
	
	.inputRadio
	{
		margin:					2px 5px 0px 0;
	}
	
	/* only frontpage */
	.submitbutton
	{
		padding:				0;
		margin:					0;
		border:					0;
		
		background-color:		#ffe500;
		background-image:		url(/sjablonen/1/images/general/searchbutton_1.gif);
		background-repeat:		no-repeat;
		
		cursor:					pointer;
	}
	
	.submitbutton2
	{
		padding:				0;
		margin:					0;
		border:					0;
		
		
		background-color:		#ffe500;
		background-image:		url(/sjablonen/1/images/general/searchbutton_2.gif);
		background-position:	0px 7px;
		background-repeat:		no-repeat;
		
			
		cursor:					pointer;
	}
	
	.submitbutton3
	{
		padding:				0;
		margin:					0;
		border:					0;
		
		background-color:		#002d91;
		background-image:		url(/sjablonen/1/images/general/searchbutton_vervolg.gif);
		background-repeat:		no-repeat;
		background-position:	10px 2px;
		
		cursor:					pointer;
	}
	
	
											
	/*********************************************************************************************/
	/* Classes (used for cleanHTML, clean_html.xsl)                                              */
	/*********************************************************************************************/
	table.border1, table.border2, table.border3
	{
		border-top:				1px solid #CCCCCC;
		border-right:			1px solid #CCCCCC;
	}
	
	table.border1
	{
		border-width:			1px;
	}
	
	table.border2
	{
		border-width:			2px;
	}
	
	table.border3
	{
		border-width:			3px;
	}
	
	td.border1, td.border2, td.border3
	{
		border-bottom:			1px solid #CCCCCC;
		border-left:			1px solid #CCCCCC;
	}
	
	td.border1
	{
		border-width:			1px;
	}
	
	td.border2
	{
		border-width:			2px;
	}
	
	td.border3
	{
		border-width:			3px;
	}

	.ial, .textAlignLeft
	{
		float:					left;
	}
	
	.iar, .textAlignRight
	{
		float:					right;
	}
	
	.highlight
	{
		background-color:		#AE83BB;
	}
	
	.underline
	{
		text-decoration:		underline;
	}
	
	#containerPrintHeader
	{
		display:				none;
	}
	
	.border1
	{
		border:				solid 1px #999999;
	}

	.border2
	{
		border:				solid 2px #999999;
	}
	
	.border3
	{
		border:				solid 3px #999999;
	}
	
	.border4
	{
		border:				solid 4px #999999;
	}
	
	.border5
	{
		border:				solid 5px #999999;
	}
	

	/*** Stylen mail2afriend ***/	
	
	#contentWeb, #mailfriendform
	{
		
	}
	
	legend
	{
		color:			#172983;
	}
	
	.fieldRow
	{
		clear:				both;
		height:				25px;
		min-height:			25px;
	}
	*>.fieldRow
	{
		height:			auto;
	}
	
	
		.fieldLabel
		{
			float:		left;
			width:		130px;
		}
		
		.fieldContent
		{
				float:		left;
		}
	
	#opmerkingen
	{
		float:			left;
		width:			485px;
		border:			1px solid #172983;
	}
	

	/*********************************************************************************************/
	/* Containers                     		 							 						 */
	/*********************************************************************************************/

	#containerTotal
	{
		position: 				relative;
		width: 					915px;
		height:					630px;

		padding:				0;
		margin:					0px auto;
	}
	*>#containerTotal
	{
		margin:					5px auto;
		min-height:				630px;
		height:					auto;
	}
	
			#containerTopTop
			{
				height:					38px;
				width: 					850px;
				
				padding:				0 65px 0 0;

				background-image:		url(/sjablonen/1/images/general/bg_TopTop.gif);
				background-repeat:		no-repeat;		
			}
			
				
			
				#containerTopTop div
				{
					float:				right;
					width:				50px;
					padding:			17px 5px 0 5px;
					
					font-family:		Tahoma, Arial, Verdana;
					font-size:			1.2em;
					
					color:				#060553;
				}
				
					#containerTopTop div a
					{
						color:				#060553;
						font-weight:		normal;	
					}
			
				#containerTopTop #containerLogo
				{
					float:					left;
					display:				inline;
					width:					300px;
					height:					20px;
					cursor:					pointer;
				}
	
	
	
	#containerMenu
		{
			margin:					0 0 0 47px;
		}
		*>#containerMenu
		{
			float:					left; /* fix for ff */
		}
	
	#containerKidsLogo
	{
		width:					174px;
		height:					53px;
		
		margin:					20px 0 20px 0;
		background-image:		url(/sjablonen/1/images/general/loginWebLogo.gif);
		background-repeat:		no-repeat;
	}
	
	
	
	#containerPrintLogo
	{
		display:			none;
	}
}

/*************************************************************************************************/
/* Print styles                                              									 */
/*************************************************************************************************/
@media print
{
	/*********************************************************************************************/
	/* Containers                     		 							 						 */
	/*********************************************************************************************/
	.containerInvisible, #containerTopTop, #containerTopBottom, #containerMenu, #containerLeftMenu, 
	#containerRight, .invisible, #containerReactions, #containerPrintAndSend
	{
		display:				none;
	}	
	
	body 
	{
		width:					100%;
		height:					100%;
		
		padding:				0;
		margin:					0;		
		
		font-family: 			Arial, Verdana, Helvetica;
		font-size:				1.1em;
		line-height:			160%;
		
		color:					#172983;
		background-color:		#FFFFFF;				
	}
	
	
	#containerPrintLogo
	{
		margin:					0 0 20px 0;
		padding:				0 0 20px 0;
		
		border-bottom:			1px solid #ccc;
	}
	
	
	ul li
	{
		list-style-type:		none;	
	}
	
	hr
	{
		margin:					15px 0 15px 0;
	}
	
	h1 
	{
		padding:				0 0 5px 0;
		margin:					0;
		
		font-size:				1.6em;
		line-height:			100%;
					
		color:					#172983;		
	}
	
	
	h2 
	{
		padding:				0;
		margin:					0;
		
		font-size:				1.5em;
		line-height:			100%;
					
		color:					#172983;		
	}
	
	h3 
	{
		padding:				0;
		margin:					0px 0px 1px 0px;
		
		font-size:				1.2em;
		line-height:			100%;
			
		color:					#172983;				
	}
	
	a
	{
		color:					#fc7d07;
		text-decoration:		underline;
	}
	
	img 
	{
		border:					0;
	}
	
	
	/* =Alignment */
	.textAlignRight
	{
		text-align:			right;
	}
	
	.textAlignCenter
	{
		text-align:			center;
	}
	
	.textAlignJustify
	{
		text-align:			justify;
	}

	.textAlignLeft
	{
		text-align:			left;
	}	

	/* =Underline */
	 .textUnderline	
	{
		text-decoration:	underline;
	}
	
	
	/* =Blockquote */
	blockquote
	{
		margin:				2em;
		margin-top:			0;
		margin-bottom:		1em;
		
		padding:			10px;
		
		
		min-height:			1em;
		height:				auto;
		
		border:				1px solid #e5e5e5;
		background-color:	#fafafa;
						
		color:				#828282;
	}
	
	#content table
	{
		border-collapse: 		collapse;
		margin:					0 0 10px 0;
	}
	
	.tableRowOdd
	{
		background-color: 		#eeeeee;
	}
	
	
	/* =Colors */	
	.oranje
	{
		color:				#fc7d07;
	}
	
	.lichtblauw
	{
		color:				#06a0e1;
	}
	
	.donkerblauw
	{
		color:				#122e6c;
	}


}

/*************************************************************************************************/
/* Handheld styles                                         									 	 */
/*************************************************************************************************/
@media handheld 
{
}
