/*
--------------------------------------------------------------------------------------------------
 Title:			Typography Styles
 Created on: 	11-02-2008
 Author:     	Roberto De Vivo
 Client:		Vincis
 Project:		Hof en Hiem Homepage
 Copyright:  	Vincis B.V. The Netherlands

--------------------------------------------------------------------------------------------------
 Colors:
--------------------------------------------------------------------------------------------------
 =1 Headers					#a16400	(light brown, also hyperlinks)
 =2 Mouse over				#553500	(dark brown, also h2 header)
 =3 Content block			#f6e9c6	(very light brown, attention-block background) 

 =4 Menu h2					#4a98e4	(light blue, also search header, menu mouseover)
 =6 Logo background			#0052a1	(mid blue) 
 =6 Menu background			#003d77	(dark blue) 
 
 =7 Content text			#000	(black)
 =8 Menu text				#fff	(white)
 =9 Body background color	#fff7db (cream)
 
 =10 Borders				#87898a	(dark gray)

*/
@media screen, print
{

	#content .Samenvatting
	{
		font-weight:		bold;
		margin-bottom:		2em;
		color:				#000;	/* =1 */
	}

	#content h2 
	{
		padding-bottom:		0;
		margin-top: 		1.6667em;
		margin-bottom: 		0.3333em;
		
		font-family: 		Tahoma, Verdana, Helvetica, Arial, sans-serif;
		font-size:			1.15em;
		color:				#553500;	/* =2 */
		
		border-bottom:		none;
	}
	
	#content h3 
	{
		margin-top: 		1.6667em;
		margin-bottom: 		0.3333em;
		
		font-size:			1em;
		color:				#553500;	/* =2 */
		
		border-bottom:		none;
	}
	
	/* =Content styles */	
	#content p
	{
		/* clear:				both; */
		margin-bottom:		0.8em;
	}
	
		#content a
		{
			color:					#a16400;	/* =1 */
			text-decoration:		underline;
		}
		
			#content a:hover
			{
				color:					#553500;	/* =2 */
				text-decoration:		underline;
				
				background-color:		#f6e9c6;	/* =3 */
			}
			
			#content a:visited
			{
			}
		
	#content img
	{
		display:			block;
		
		padding:			5px;
		margin:				12px 18px 18px 0;
		
		background-color:	#fff;	/* =8 */
		
		border:				1px solid #87898a;	/* =10 */
	}
	
	/* =Blockquote */
	#content blockquote
	{
		clear:				both;
		
		min-height:			1em;
		height:				auto;
		margin:				1em 1em 2em 1em;
		padding:			11px 0 3px 11px;
						
		color:				#553500;	/* =2 */

		background-color:		#f6e9c6;	/* =3 */
		
		background-image:		url(/sjablonen/1/images/general/blockquote.gif);
		background-position: 	9px 9px;
		background-repeat:		no-repeat;

		border:				1px solid #a16400;	/* =1 */
	}
	
		#content blockquote blockquote
		{
			margin:				1em 2em 2em 1em;
			padding:			11px 11px 3px 11px;
		}

		#content blockquote a
		{
			color:					#a16400;	/* =1 */
			text-decoration:		underline;
		}
		
			#content blockquote a:hover
			{
				color:					#553500;	/* =2 */
				text-decoration:		underline;
			}
			
				#content blockquote a:visited
				{
				/* 	color:				#802f80;*/
				}
			
		#content blockquote h2, #content blockquote h3
		{
			margin-top:			0;

			color:				#a16400;	/* =1 */
			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: 				#f6e9c6;	/* =3 */	 

		background-color: 	#f6e9c6;	/* =3 */

		border: 			solid #f6e9c6 0px;	/* =3 */
	}

				
	/* =Pre */
	#content pre
	{
		clear:				both;

		width:				485px;
		min-height:			1em;
		height:				auto;
		margin:				11px 0 11px 0;
		padding:			13px;
						
		color:				#828282; 
		font-family:		Courier;
		
		background-color:	#fafafa;
	}
	*>#content pre
	{
		width:				487px;
	}
	
		#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:					512px;		

	/*	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; */
				border-bottom:			1px solid #a16400;	/* =2 */ 

			/* background-color:		#08876c; */
			}
			
			#content table td 
			{
				padding: 				1px;
				margin:					0;
				
				border-width: 			0;
			/*	border-left:			1px solid #b2b2b2;
				border-top:				1px solid #b2b2b2; */
				border-bottom:			1px solid #a16400;	/* =2 */ 
			}
		
		#content table .tableRowOdd
		{
			background-color: 		#f6e9c6;  /* =3 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:		0;
		margin:				0 0 0 -18px;
		min-height:			1em;
		height:				auto;
	}

		#content ul li
		{
			min-height:			1em;
			height:				auto;
			padding:			0 0 0 18px;

			background-image:		url(/sjablonen/1/images/general/bullet_block.gif); 
			background-repeat:		no-repeat;
			background-position: 	3px 8px;
		}
		
	#content ol
	{
		list-style-type: 		decimal;
	}
	
		#content ol li
		{
			display:			list-item;  /* work around for IE ordered list bug */ 
			
			margin-left:		22px;
			padding:			0 0 0 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 #a16400;	/* =1 */
		}

		#content .border2
		{
			border:				solid 2px #a16400;	/* =1 */
		}
		
		#content .border3
		{
			border:				solid 3px #a16400;	/* =1 */
		}
		
		
		#content strong,
		#about strong
		{
			font-weight:		bold;
		}
		
		#content em,
		#about em
		{
			font-style:			italic;
		}
}

