/*
--------------------------------------------------------------------------------------------------
 Title:			Typography Styles
 Created on: 	17-12-2007
 Author:     	Roberto De Vivo
 Client:		Stichting VanBoeijen
 Project:		Project Subsite System
 Copyright:  	Vincis B.V. The Netherlands
 
--------------------------------------------------------------------------------------------------
 Index:
--------------------------------------------------------------------------------------------------
 =global

--------------------------------------------------------------------------------------------------
 Colors:
--------------------------------------------------------------------------------------------------
 =1 Menu Background			#ce0d41	(red, also link- and headercolor)
 =2 Wave Dark				#4f5651	(grey)
 
 =3 Content background		#fff	(white, also menu font color and Wave light color) 
 =4 Content text			#252826	(dark grey)
 
 =5 Backgroundtext			#b7b7b7	(light grey) 

*/
@media screen, print
{

	#content .Samenvatting
	{
		font-weight:		bold;
		margin-bottom:		2em;
	}

	#content h2, #content h3, #content p
	{
		margin-left:		11px;
		margin-right:		11px;
	}
	
	#content h2 
	{
		padding-bottom:		0;
		margin-top: 		1.6667em;
		margin-bottom: 		0.3333em;
		
		border-bottom:		none;
	}
	
	#content h3 
	{
		margin-top: 		1.6667em;
		margin-bottom: 		0.3333em;
		margin-left:		11px;
		
		border-bottom:		none;
	}
	
	/* =Content styles */	
	#content p
	{
		/* clear:				both; */
		/* margin-bottom:		0.8em;  removed because of client request*/ 
	}
	
		#content a
		{
		}
		
			#content a:hover
			{
			}
			
			#content a:visited
			{
			}
		
	#content img
	{
		display:			block;

		margin:				6px 11px 11px 0;
	}
	
	/* =Blockquote */
	#content blockquote
	{
		clear:				both;
		
		min-height:			1em;
		height:				auto;
		margin:				1em 1em 2em 1em;
		padding:			11px 0 3px 11px;
						
	/*	color:				#828282; */

	/*	background-color:	#fafafa; */
	/*	background-image:	url(http://roberto.vincis/huisnet/images/general/blockquote.gif);	*/
		background-position: 9px 9px;
		background-repeat:	no-repeat;

	/*	border:				1px solid #e5e5e5;*/
	}
	
		#content blockquote blockquote
		{
			margin:				1em 2em 2em 1em;
			padding:			11px 11px 3px 11px;
		}

		#content blockquote a
		{
		/*	color:					#828282;*/
			text-decoration:		underline;
		}
		
			#content blockquote a:hover
			{
			/*	color:					#424242;*/
				text-decoration:		underline;
			}
			
				#content blockquote a:visited
				{
				/*	color:				#802f80;*/
				}
			
		#content blockquote h2, #content blockquote h3
		{
			margin-top:			0;

		/*	color:				#828282;*/
			font-variant:		normal;
		}
		
		#content blockquote p
		{
			clear:				both;
			margin-bottom:		0.8em;
		}

	/* =hr */
	#content hr
	{
		clear:				both;

		height: 			1px; 
		margin:				1em 0 1em 0;
		padding:			0;

	/*	color: 				#07866B; */

	/*	background-color: 	#07866B; */

	/*	border: 			solid #07866B 0px;	*/
	}

				
	/* =Pre */
	#content pre
	{
		clear:				both;
		
		width:				524px;
		min-height:			1em;
		height:				auto;
		margin:				11px 0 11px 0;
		padding:			13px 0 13px 13px;
						
	/*	color:				#828282; */
		font-family:		Courier;
		
	/*	background-color:	#fafafa;*/
	}
	
		#content pre a
		{
		/*	color:				#828282;*/
			text-decoration:	underline;
		}
		
			#content pre a:hover
			{
			/*	color:					#424242;*/
				text-decoration:		underline;
			}
			
				#content pre a:visited
				{
				/*	color:				#802f80;*/
				}
			
		#content pre h2, #content pre h3
		{
			margin-top:			0;

		/*	color:				#828282;*/
			font-variant:		normal;
		}
	
	/* =Alignment */
	#content .textAlignRight
	{
		text-align:			right;
	}
	
	#content .textAlignCenter
	{
		text-align:			center;
	}
	
	#content .textAlignJustify
	{
		text-align:			justify;
	}

	#content .textAlignLeft
	{
		text-align:			left;
	}	

	/* =Underline */
	#content .textUnderline	
	{
		text-decoration:	underline;
	}
	
	/* =Tables */
	#content table 
	{
		clear:					both;
		
		padding: 				0;
		margin:					0 0 18px 0;
		width:					539px;		

	/*	border-bottom:			1px solid #b2b2b2;
		border-right:			1px solid #b2b2b2; */
		border-collapse: 		collapse;
	}


		#content table caption 
		{
			padding:			8px 0 2px 4px;

			font-weight:		bold;
			text-align:			left;

		/*	background-color:	#fafafa; */
		}
		
			#content table tbody 
			{
				padding: 				0;
				margin:					0;
			}
		
			#content table th 
			{
			/*	color:					#fff; */
				font-weight:			bold;
				font-variant:			small-caps;
	
				padding: 				1px;
				margin:					0;
			/*	border-left:			1px solid #b2b2b2;
				border-top:				1px solid #b2b2b2; */

			/* background-color:		#08876c; */
			}
			
			#content table td 
			{
				padding: 				1px;
				margin:					0;
				
				border-width: 			0;
			/*	border-left:			1px solid #b2b2b2;
				border-top:				1px solid #b2b2b2; */
			}
		
		#content table .tableRowOdd
		{
		/*	background-color: 		#fafafa;  row alternating color */
		}
		
			#content table tr:hover
			{
			/*	background-color: 		#f4f4f4; */
			}
	
	/* =List */
	#content ul,  #content ol
	{
		clear:				both;
		display:			block;

		padding-bottom:		0.8em;
		padding-top:		3px;
		margin:				0;
		min-height:			1em;
		height:				auto;
	}

		#content ul li
		{
			min-height:			1em;
			height:				auto;
			padding:			0 0 0 26px;
			
		/*	background-image:		url(http://roberto.vincis/huisnet/images/general/bullet_arrow_green.gif); */
			background-repeat:		no-repeat;
			background-position:	13px 9px;

		}
		
	#content ol
	{
		list-style-type: 		decimal;
	}
	
		#content ol li
		{
			display:			list-item;  /* work around for IE ordered list bug */ 
			
			margin-left:		27px;
			padding:			0;
			min-height:			1em;
			height:				auto;
			
			background-image:	none
		}
			
		#content .floatRight
		{
			float: 				right;
			padding-left:		8px;
		}
		
		#content .floatLeft
		{
			float: 				left;
			padding-right:		8px;
		}
		
		/*
		#content .border1
		{
			border:				solid 1px #999999;
		}

		#content .border2
		{
			border:				solid 2px #999999;
		}
		
		#content .border3
		{
			border:				solid 3px #999999;
		}
		*/
		
		#content strong
		{
			font-weight:		bold;
		}
		
		#content em
		{
			font-style:			italic;
		}
}
