/*
* Print CSS
* 
* Styles specific to each template
*
*/


@media print {
	
	.banner,
	.nav,
	.primary-navigation,
	.current-vacancies,
	.breadcrumb,
	.sub-pages-horz,
	.footer,
	.container_220,
	.body-image,
	.person-box{
		display:none;
	}
	
	.ir {
		text-indent:0;
	}
	
	.logo a{
		font-size:20px;
		color:black;
		text-decoration:none!important;
	}
	
	.container_700{
		width:920px;
	}
	
	ul, ol, dl, p, h1, h2, h3, h4, h5, h6
	{
		margin-top: 10px;
		margin-bottom: 10px;
		padding-top: 0;
		padding-bottom: 0;
	}
	ul ul, ul ol, ol ul, ol ol
	{
		margin-top: 0;
		margin-bottom: 0;
	}
	h1
	{
		font-size: 240%;
	}
	h2
	{
		font-size: 180%;
	}
	h3
	{
		font-size: 140%;
	}
	h4
	{
		font-size: 100%;
	}
	h5
	{
		font-size: 70%;
	}
	h6
	{
		font-size: 50%;
	}
	a, a:link, a:visited, a:active
	{
		text-decoration: underline;
	}
	a:hover
	{
		text-decoration: none;
	}
	code, pre
	{
		font-family: "Courier New", Courier, monospace;
	}
	label
	{
		cursor: pointer;
	}
	table
	{
		font-size: 100%;
	}
	td, th
	{
		vertical-align: top;
	}
	body
	{
		font-size: 100.1%;
	}
	
}