/*
--------------------------------------------------------------------------------------------------
 Title:			Typography Styles
 Created on: 	13-08-2008
 Author:     	Roberto De Vivo
 Client:		Vincis
 Project:		Schiermonnikoog.nl
 Copyright:  	Vincis B.V. The Netherlands

--------------------------------------------------------------------------------------------------
 Colors:
--------------------------------------------------------------------------------------------------
 =1 Backgound color		#fff	(white)

 =2 Sidebar text		#52708c	(dark blue)
 =3 Sidebar bullets		#859fc2	(light blue)

 =4 Titles / links		#c43525 (red)
 =5	Link Mouseover		#de762d	(orange)
  
 =6	Body text			#333	(dark grey)
 =7	Minimenu			#b8b8b8	(light grey)

 * Unique * 
 =8 Sidebar background	#edf1f6	(very light blue)
 =9 Page options		#929292 (medium grey)
 =A grey Mouseover		#555	(medium dark grey)	

*/
@media screen, print
{

	body #wrapper #content p		/* aanpassing voor schiermonnikoog */
	{
		line-height:			1.6em;	
	}

	#content .Samenvatting
	{
		font-weight:		bold;
		margin-bottom:		2em;
	}

	#content h2 
	{
		margin-left:		11px;
	}
	
	#content h3 
	{
		margin-left:		11px;
	}
	
	/* =Content styles */	
	#content p
	{
		/* clear:				both; */
		padding-left:		11px;
		margin-bottom:		0.9em;
	}
	
		#content a
		{
			color:					#c43525;	/* =4 */
			text-decoration:		underline;
		}
		
			#content a:hover
			{
				color:					#de762d;	/* =5 */
				text-decoration:		underline;
			}
			
			#content a:visited
			{
			}

	#content img
	{
		display:				block;
		
		margin:					0 12px 1em 0;
		
		padding:				2px;
		border:					1px solid #b8b8b8;	/* =7 */
	}
	
		#content a:hover img
		{		
			border:					1px solid #c43525;	/* =4 */
		}
		
		#content img.floatLeft,
		#content img.linksUitlijnen
		{
			margin:				0 12px 1em 0;
		}
	
		#content img.floatRight,
		#content img.rechtsUitlijnen
		{
			margin:				0 0 1em 12px;
		}
		
		#content img.border0
		{
			border:				0px;
		}
		
	/* Blockquote Webkant  */		
	 #content blockquote
	{
		padding:			0 0 0 9px;
		margin:				0 0 0 9px;

	}
		
	/* Blockquote in de editor		
	 #content blockquote
	{
		padding:			0 0 0 9px;
		margin:				0 0 0 9px;
		
		
		border:				1px dashed #e5e5e5;
	}
	*/
		
	/* 
	=Blockquote, Als een blockquote 
	#content blockquote
	{
		margin:				2em;
		margin-top:			0;
		margin-bottom:		1em;
		
		padding-top:		11px;
		padding-bottom:		0;
		
		min-height:			1em;
		height:				auto;
		
		border:				1px solid #e5e5e5;
		background-color:	#fafafa;
						
		color:				#828282;
	}
	
		 #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;
			margin-left:		9px;
			margin-right:		9px;
		}
		*/


	/* =hr */
/*	#content hr
	{
		clear:					both;

		padding-top:			8px;
		padding:				0;
		width:					490px;
		height:					48px;
		
		background-image:		url(/sjablonen/1/images/general/hr.gif); 
		background-position:	50% 10px;	
		background-repeat:		no-repeat;	
		border:					#fff 1px solid;
		background-color:		#fff;
	}*/

	#content hr
	 {
		padding:				0;
		margin:					14px 0 0 0;
		height:					34px;
		
		border:					#fff 1px solid;
		background-color:		transparent;
		
		display : 				list-item;
		list-style : 			url(/sjablonen/1/images/general/content_hr.gif) inside;
		filter : 				alpha(opacity=0);
	}
				
	/* =Pre */
	#content pre
	{
		clear:				both;

		width:				456px;
		min-height:			1em;
		height:				auto;
		margin:				11px 0 11px 0;
		padding:			13px;
				
		font-size:			1.18em;		
		color:				#828282; 
		font-family:		Courier;
		
		background-color:	#fafafa;
	}
	*>#content pre
	{
		width:				454px;
	}
	
		#content pre pre
		{
			font-size:			1em;
		}
		
		#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 13px;
		width:					471px;		

	/*	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 #b8b8b8;	/* =7 */ 

			/* background-color:		#08876c; */
			vertical-align:			top;
			}
			
			#content table td 
			{
				padding: 				1px;
				margin:					0;
				
				border-width: 			0;
			/*	border-left:			1px solid #b2b2b2;
				border-top:				1px solid #b2b2b2; */
				border-bottom:			1px solid #b8b8b8;	/* =7 */
				vertical-align:			top;
			}
		
		#content table .tableRowOdd
		{
			background-color: 		#eee; 
		}
		
			#content table tr:hover
			{
				/* background-color: 		#f4f4f4;  */
			}
			
			/*
			#content table tr:hover .tableRowOdd
			{
				background-color: 		#e4e4e4; 
			}
			*/
	
	/* =List */
	#content ul,  #content ol
	{
		clear:				both;
		display:			block;

		padding-top:		0;
		margin:				0;
		min-height:			1em;
		height:				auto;
	}

		#content ul li
		{
			position:				relative;
			padding:				0 13px 0 13px;	
			
			background-image:		url(/sjablonen/1/images/general/bullet.gif); 
			background-repeat:		no-repeat;
/*			background-position:	2px 11px;*/
			background-position:	2px 1em;
		}
		
	#content ol
	{
		list-style-type: 		decimal;
	}
	
		#content ol li
		{
			display:			list-item;  /* work around for IE ordered list bug */ 
			
			margin-left:		34px;
			padding:			0 0 0 0;
			min-height:			1em;
			height:				auto;
			
			background-image:	none
		}
			
		#content .floatRight,
		#content .rechtsUitlijnen
		{
			float: 				right;
			padding-left:		8px;
		}
		
		#content .floatLeft,
		#content .linksUitlijnen
		{
			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
		{
			font-weight:		bold;
		}
		
		#content em
		{
			font-style:			italic;
		}
		
	/* =layout_tabel */
	#content .layout_tabel {
		border-bottom:			0px solid #fff;
		border-right:			0px solid #fff;
	}


		 #content .layout_tabel th {
			border-left:			0px solid #fff;
			border-top:				0px solid #fff;
		}
		
		 #content .layout_tabel td {
			border-left:			0px solid #fff;
			border-top:				0px solid #fff;
		}
		
		#content .layout_tabel .tableRowOdd
		{
			background-color: 		#fff; 
		}
}