
 /* ------------------------------------------------------------------------------------------------------- */
 /*  																										*/
 /*  CONTENT STYLESHEET																						*/
 /*  																										*/
 /* ------------------------------------------------------------------------------------------------------- */
 /*  Author		: J.H. Kalse M.Sc.                                                                          */
 /*  Version	: 1.3d																						*/
 /*  Date		: 26-october 2008																			*/
 /* ------------------------------------------------------------------------------------------------------- */
 
 
 /* ------------------------------------------------------------------------------------------------------- */
 /* content																									*/
 /* ------------------------------------------------------------------------------------------------------- */

  div#content {									/* 					 										*/
	background-image		: url('../image/background.gif');		/* sets the background image			*/
	background-repeat		: repeat;								/* sets the background image repeat		*/

 	padding-top				: 0px;				/* sets the padding top 									*/
 	padding-bottom			: 2%;				/* sets the padding bottom									*/
 	padding-left			: 2%;				/* sets the padding left									*/
 	padding-right			: 2%;				/* sets the padding right									*/

 	margin-top				: 0px;				/* sets the padding top 									*/
 	margin-bottom			: 2%;				/* sets the padding bottom									*/
 	margin-left				: 8%;				/* sets the padding left									*/
 	margin-right			: 2%;				/* sets the padding right									*/
 }
  
 /* ------------------------------------------------------------------------------------------------------- */
  
 h1.content { 									/* parent: div#content 										*/
	font-size				: 26pt; 			/* sets the font-size this header level			 			*/
	font-weight				: bold; 			/* sets the font-weight this header level		 			*/
	color					: #000000; 			/* sets the color this header level		 					*/
 }

 h2.content { 									/* parent: div#content 										*/
	font-size				: 20pt; 			/* sets the font-size this header level			 			*/
	font-weight				: bold; 			/* sets the font-weight this header level		 			*/
	color					: #000000; 			/* sets the color this header level		 					*/
 }
 
 h3.content { 									/* parent: div#content 										*/
	font-size				: 18pt; 			/* sets the font-size this header level			 			*/
	font-weight				: bold; 			/* sets the font-weight this header level		 			*/
	color					: #000000; 			/* sets the color this header level		 					*/
 }
 
 h4.content { 									/* parent: div#content 										*/
	font-size				: 16pt; 			/* sets the font-size this header level			 			*/
	font-weight				: bold; 			/* sets the font-weight this header level		 			*/
	color					: #000000; 			/* sets the color this header level		 					*/
 }
 
 h5.content { 									/* parent: div#content 										*/
	font-size				: 14pt; 			/* sets the font-size this header level			 			*/
	font-weight				: bold; 			/* sets the font-weight this header level		 			*/
	color					: #000000; 			/* sets the color this header level		 					*/
 }
 
 h6.content { 									/* parent: div#content 										*/
	font-size				: 12pt; 			/* sets the font-size this header level			 			*/
	font-weight				: bold; 			/* sets the font-weight this header level		 			*/
	color					: #000000; 			/* sets the color this header level		 					*/
 }
 
 div.source {									/* 					 										*/
	font-size				: 8pt; 				/* sets the font-size 							 			*/
	font-weight				: bold; 			/* sets the font-weight 						 			*/
	color					: #000000; 			/* sets the color						 					*/
	border					: 1px solid black;	/* 															*/
 }	 
 
 div.content_list {								/* 					 										*/
 	margin-top				: 1em; 				/* 															*/
	margin-bottom			: 1em; 				/* 															*/
	padding-left			: 1em;				/* 															*/
	border					: 1px solid black;	/* 															*/
	font-style				: italic;			/* 															*/
	background-color		: #FFF8DC;
 }	 
  
 h4.content_list_header {						/* 					 										*/
 	margin-top				: 1em; 				/* 															*/
	margin-bottom			: 1em; 				/* 															*/
	color					: black;			/* 															*/
	font-style				: italic;			/* 															*/
 }	 
 
 ul.content_list_unordered { 					/* 					 										*/
 	margin-top				: 1em; 				/* 															*/
	margin-bottom			: 1em; 				/* 															*/
	margin-left				: 1em; 				/* 															*/
 }
  
 ol.content_list_ordered {						/* 					 										*/
 	margin-top				: 1em; 				/* 															*/
	margin-bottom			: 1em; 				/* 															*/
	margin-left				: 1em; 				/* 															*/
 }

 li.content_list_item { 						/* 					 										*/
	font-style				: italic;			/* sets the font-style of text in a list item				*/
 }
  
 /* ------------------------------------------------------------------------------------------------------- */
 /* content_paragraph																						*/
 /* ------------------------------------------------------------------------------------------------------- */

 div.content_paragraph_group {					/* parent: div#content 										*/

 	margin-top				: 10px; 			/* sets the margin top in the paragraph group				*/
	margin-bottom			: 0px; 				/* sets the margin bottom in the paragraph group			*/
	margin-left				: 5%; 				/* sets the margin left in the paragraph group				*/
	margin-right			: 5%; 				/* sets the margin right in the paragraph group				*/

	border					: 0px solid; 		/* sets the border in the paragraph group					*/
	
	font-size				: 14pt; 			/* sets the font-size of text in the paragraph group		*/
	font-weight				: inherit;			/* sets the font-weight of text in the paragraph group		*/
	font-style				: inherit;			/* sets the font-style of text in the paragraph group		*/

	color					: black;	 		/* sets the text color of text in the paragraph group		*/
	background-color		: inherit;	 		/* sets the background color of text in the paragraph group	*/
 }

 p.content_paragraph {							/* div.content_paragraph_group								*/
	font-size				: inherit; 			/* sets the font-size of text in the paragraph 				*/
	font-weight				: inherit;			/* sets the font-weight of text in the paragraph 			*/
	font-style				: inherit;			/* sets the font-style of text in the paragraph 			*/
	color					: inherit;	 		/* sets the text color of text in the paragraph				*/
	background-color		: inherit;	 		/* sets the background color of text in the paragraph		*/
	margin-bottom			: 5px; 				/* 					 										*/
 }	 

 pre.content_paragraph {						/* div.content_paragraph_group								*/
	padding-left			: 1em;				/* 															*/
	margin-bottom			: 1em;				/* 															*/
	margin-top 				: 1em;				/* 															*/
	font-size				: 12px; 			/* sets the font-size of text in the paragraph 				*/
	font-weight				: bold;				/* sets the font-weight of text in the paragraph 			*/
	font-style				: inherit;			/* sets the font-style of text in the paragraph 			*/
	color					: #000000;	 		/* sets the text color of text in the paragraph				*/
	background-color		: #D3D3D3;	 		/* sets the background color of text in the paragraph		*/
	border					: 1px solid #000000;/* 					 										*/
 }	 

 div.paragraph_set_normal {						/* parent: content_paragraph 								*/
 }												/* 					 										*/
 
 div.paragraph_set_bold {						/* parent: content_paragraph 								*/
	font-weight				: bold; 			/* sets the font-weight	to bold								*/
 }												/* 					 										*/
 
 div.paragraph_set_italic {						/* parent: content_paragraph 								*/
	font-style				: italic;			/* sets the font-style of text to italic					*/
 }												/* 					 										*/
 
 div.paragraph_set_bold_italic {				/* parent: content_paragraph 								*/
	font-weight				: bold; 			/* sets the font-weight	to bold								*/
	font-style				: italic; 			/* sets the font-style of text to italic					*/
 }
 
 div.paragraph_set_strongly_emphesized   {		/* parent: content_paragraph 								*/
	margin-top				: 40px; 			/* 					 										*/
	margin-bottom			: 40px; 			/* 					 										*/
	margin-left				: 40px; 			/* 					 										*/
	margin-right			: 40px; 			/* 					 										*/
	padding-top				: 1em; 				/* 					 										*/
	padding-bottom			: 1em; 				/* 					 										*/
	padding-left			: 1em; 				/* 					 										*/
	padding-right			: 1em; 				/* 					 										*/
	font-weight				: bold; 			/* 					 										*/
	border					: 2px solid; 		/* 					 										*/
	color					: red;				/* 					 										*/
 }

 /* ------------------------------------------------------------------------------------------------------- */
 /* image_dual_with_subscript 																				*/
 /* ------------------------------------------------------------------------------------------------------- */

 
 div.image_dual_with_subscript	{				/* parent: div#content 										*/
 	float					: left; 			/* 					 										*/
	width					: 47%; 				/* 					 										*/
 	border					: 2px solid; 		/* 					 										*/
    margin-top				: 2%;				/* 					 										*/
    margin-bottom			: 2%;				/* 					 										*/
    margin-left				: 2%;				/* 					 										*/
    margin-right			: 0%;				/* 					 										*/
    background-color		: #c9c9c9 ;			/* 					 										*/
 }	 
 img.image_dual {								/* parent: image_right_with_subscript						*/
	width					: 100%; 			/* 					 										*/
 	border-bottom			: 2px solid; 		/* 					 										*/
 }

 div.image_subscript_dual {						/* parent: image_right_with_subscript						*/
	font-size				: 10pt;				/* 					 										*/
	font-weight				: bold; 			/* 					 										*/
	font-style				: italic;			/* 					 										*/
	margin-left				: 1em; 				/* 					 										*/
	margin-top				: 1em;				/* 					 										*/
	margin-bottom			: 1em;				/* 					 										*/
 }

 /* ------------------------------------------------------------------------------------------------------- */
 /* image_right_with_subscript 																				*/
 /* ------------------------------------------------------------------------------------------------------- */

  div.image_right_with_subscript {				/* parent: div#content 										*/
 	float					: right; 			/* 					 										*/
	width					: 50%; 				/* 					 										*/
 	border					: 2px solid; 		/* 					 										*/
    margin-top				: 2%;				/* 					 										*/
    margin-bottom			: 2%;				/* 					 										*/
    margin-left				: 2%;				/* 					 										*/
    margin-right			: 0%;				/* 					 										*/
    background-color		: #c9c9c9 ;			/* 					 										*/
 }	 
 
 img.image_right {								/* parent: image_right_with_subscript						*/
	width					: 100%; 			/* 					 										*/
 	border-bottom			: 2px solid; 		/* 					 										*/
 }

 div.image_subscript_right {					/* parent: image_right_with_subscript						*/
	font-size				: 10pt; 			/* 					 										*/
	font-weight				: bold; 			/* 					 										*/
	font-style				: italic;			/* 					 										*/
	margin-left				: 1em; 				/* 					 										*/
	margin-top				: 1em;				/* 					 										*/
	margin-bottom			: 1em;				/* 					 										*/
 }
 
 /* ------------------------------------------------------------------------------------------------------- */
 /* image_left_with_subscript 																				*/
 /* ------------------------------------------------------------------------------------------------------- */
 
 div.image_left_with_subscript {				/* parent: div#content 										*/
 	float					: left; 			/* 					 										*/
	width					: 50%; 				/* 					 										*/
 	border					: 2px solid; 		/* 					 										*/
    margin-top				: 2%;				/* 					 										*/
    margin-bottom			: 2%;				/* 					 										*/
    margin-left				: 0%;				/* 					 										*/
    margin-right			: 2%;				/* 					 										*/
    background-color		: #c9c9c9 ;			/* 					 										*/
 }	 

 img.image_left {								/* parent: image_left_with_subscript						*/
	width					: 100%; 			/* 					 										*/
 	border-bottom			: 2px solid; 		/* 					 										*/
 }

 div.image_subscript_left {						/* parent: image_left_with_subscript						*/
	font-size				: 10pt; 			/* 					 										*/
	font-weight				: bold; 			/* 					 										*/
	font-style				: italic;			/* 					 										*/
	margin-left				: 1em; 				/* 					 										*/
	margin-top				: 1em;				/* 					 										*/
	margin-bottom			: 1em;				/* 					 										*/
 }
 
 /* ------------------------------------------------------------------------------------------------------- */
 /* image_free_with_subscript 																				*/
 /* ------------------------------------------------------------------------------------------------------- */
 
 div.image_free_with_subscript {				/* parent: div#content 										*/
	clear					: both; 			/* 					 										*/
	width					: 70%; 				/* 					 										*/
 	border					: 2px solid; 		/* 					 										*/
    margin-top				: 2%;				/* 					 										*/	
    margin-bottom			: 2%;				/* 					 										*/
    margin-left				: 0%;				/* 					 										*/
    margin-right			: 0%;				/* 					 										*/
    background-color		: #c9c9c9 ;
 }	 

 img.image_free {								/* parent: image_free_with_subscript						*/
	width					: 100%; 			/* 					 										*/
 	border-bottom			: 2px solid; 		/* 					 										*/
 }
  
 div.image_subscript_free {						/* parent: image_free_with_subscript						*/
	font-size				: 10pt; 			/* 					 										*/
	font-weight				: bold; 			/* 					 										*/
	font-style				: italic;			/* 					 										*/
	margin-left				: 1em; 				/* 					 										*/
	margin-top				: 1em;				/* 					 										*/
	margin-bottom			: 1em;				/* 					 										*/
 }
 
 /* ------------------------------------------------------------------------------------------------------- */
 /* content_paragraph_header																				*/
 /* ------------------------------------------------------------------------------------------------------- */

 div.content_paragraph_header {					/* parent: div#content 										*/
	color					: green;			/* 					 										*/
	border-top				: 5px solid;		/* 					 										*/
	border-bottom			: 5px solid;		/* 					 										*/
	margin-left				: 5%;				/* 					 										*/
 }	  

 h2.content_paragraph {							/* 					 										*/
	font-style				: italic; 			/* 					 										*/
	color					: purple;			/* 					 										*/
 }	 

 /* ------------------------------------------------------------------------------------------------------- */
 /* content_copyright																						*/
 /* ------------------------------------------------------------------------------------------------------- */

 div.content_copyright {						/* parent: div#content 										*/
	margin-top				: 3%;				/* sets the margin-top										*/
	margin-bottom			: 3%;				/* sets the margin-bottom									*/
	margin-left				: 5%;				/* sets the margin-left										*/
	margin-right			: 5%;				/* sets the margin-right									*/
	border-top				: 1px solid;
	border-bottom			: 1px solid;
 }	 

 div.content_copyright_text {					/* parent: div.content_copyright 							*/ 
	font-size				: 8pt; 				/* sets the font-size of the copyright statement 			*/
	font-weight				: inherit;			/* sets the font-weight of the copyright statement			*/
	font-style				: italic;			/* sets the font-style of the copyright statement			*/
	color					: inherit;	 		/* sets the text color of the copyright statement 			*/
	background-color		: inherit;	 		/* sets the background color of the copyright statement		*/
	
 }	 	
 div:hover.content_copyright_text {
	color					: red;		 		/* sets the text color of the copyright statement 			*/
	font-size				: 16pt;				/* sets the font-size of the copyright statement 			*/
 }
	
 div.special_character_arrow {
	border                  : 1px solid black;  /* 					 										*/
	height					: 4em;				/* 					 										*/
	width					: 100px;			/* 					 										*/
	background-color		: yellow;  			/* 					 										*/
 }	 	 

 table {										/* 					 										*/
	 margin-top				: 2em;				/* 					 										*/
	 margin-bottom			: 2em;				/* 					 										*/
	 border					: 1px solid black;  /* 					 										*/
	 background-color		: #FFFFFF;			/* 					 										*/
 }	 
 
 tr.uneven_row {								/* 					 										*/
	 border					: 0px solid; 		/* 					 										*/
	 background-color		: #EEEEEE;			/* 					 										*/
 }
	 
 tr.even_row {									/* 					 										*/
	 border					: 1px solid black; 	/* 					 										*/
	 background-color		: #FFFFFF;			/* 					 										*/
 }
  	  
 div.applet_box {								/* 					 										*/
	 z-index				: 150;				/* 					 										*/
	 margin-top				: 2em;				/* 					 										*/
	 margin-bottom			: 2em;				/* 					 										*/
	 border					: 1px solid black; 	/* 					 										*/
	 background-color		: #FFFFFF;			/* 					 										*/
 }	 

 /* ------------------------------------------------------------------------------------------------------- */
 /* general purpose																							*/
 /* ------------------------------------------------------------------------------------------------------- */

 @media print {
	h1            { page-break-before: always }	/* 					 										*/
	h1, h2, h3,									/* 					 										*/
	h4, h5, h6    { page-break-after: avoid }	/* 					 										*/
	ul, ol, dl    { page-break-before: avoid }	/* 					 										*/
 }

 /* ------------------------------------------------------------------------------------------------------- */
 /* END OF CSS FILE																					PE1HUC	*/
 /* ------------------------------------------------------------------------------------------------------- */

 
