@charset "UTF-8";
/* ################################################################
** # "YAML for TYPO3" (c) by You if you put something in here :) ##
** ################################################################
**
**  Date     : 03.04.08
**  File     : myOwnStyles.css, renamed into galileo.css
**  Function : This file is not part of the YAML-CSS-Framework.
*/

@media print
{

	/* (en) Format acronyms and abbreviations for print*/
	abbr[title]:after, acronym[title]:after {content: '(' attr(title) ')'}

	/* (en) Disable background graphics of links  */
	#page a[href^="http:"], #page a[href^="https:"] {
		padding-left: 0;
		background-image: none;
	}

	/* (en) Enable URL output in print layout */
	a[href]:after {
		content:"";
		color:#444;
		background:inherit;
		font-style:italic;
	}

	/* (en) Preparation for optional column labels */
	#col1_content:before, #col2_content:before, #col3_content:before {
		content: "";
	}
	
	body { color: #0f0f0f;}
	h1 { color: #000; font-weight: bold; font-size: 13px;}
	h2 { color: #000; font-weight: bold; font-size: 12px;}
	h3 { color: #000; font-weight: bold; font-size: 12px;}
	a { color: #000; text-decoration: none;} 
	.body_evidence h2, .body_cases	h2, .body_howwework .c75r h2, .body_people h1, .body_career .c75r h2, .body_contact .c75r h2 { color: #000; font-size: 18px;}
	.body_evidence h3, .body_cases	h3 { color: #000; font-size: 18px; text-align: right;}	
	.body_evidence h4, .body_cases	h4, .body_people h2 { color: #000; font-size: 16px;}	
	
	#header {display:none;}
	#teaser {display:none;}
	#col1 {display:none;}
	#col2, #col2_content {display:none;}

	#col3, #col3_content {width:auto; margin:0; }

#col3, #col3_content {width:auto; margin:0; }
	#col3:after, #col3_content:after {
		content:"ARV Group, Velperweg 76, P.O. Box 3034, 6802 DA Arnhem, The Netherlands, Phone +31 (0)26-366 5475, info@arvgroup.com";
		color:#888;
		background:inherit;
		margin-top:1em;
		display:block;
		font-weight:bold;
		font-size:1.5em;
	}	

	.body_evidence h3, .body_cases h3 {display:none;}

	.body_evidence  child_uid_159  #col3, .body_evidence  child_uid_159  #col3_content { width:auto; margin:0; padding: 0;  }
	.body_home #col3, .body_home #col3_content { width:auto; margin:0; padding: 0;  }
	.body_cases #col3, .body_cases #col3_content { width:auto; margin:0 0 0 1em; padding: 0;  }
	.body_howwework #col3, .body_howwework #col3_content { width:auto; margin:0; padding: 0;  }
	
	#col1_content ul li, #col2_content ul li, #col3_content ul li {
	 list-style-type: circle;
	 margin-left: 5pt;
	 padding-left: 15px;
    }
    .body_howwework .c25l, .body_career .c25l h3, .body_contact .c25l h3 {display:none;}
    
    table.contenttable th {
		color: #000;
	}

}