/* --- Print Stylesheet für Stellenangebote (phan, 24.06.09) --- */
@media print {

#screen-header, #page-top, #header, #header-image, #layer-logo, #layer-red-header-line, 
	#layer-sitesearchbox, #layer-domain-title, #layer-brain-force, #headermenu, #image, #body-left, 
	#body-right, #page-bottom, #body-footer, .backlink, .printlink, .pdf, #onlinebewerbung {
	display:none;
	}

@page {
	size: 21cm 29.7cm; 
	margin: 2cm 2cm 2cm 2cm;
	}

div, p {
	orphans: 3;
	widows: 4;
	}

#kontaktdaten	{
	page-break-inside: avoid;
	}

#screen, #page, #body-center, #content	{
	width:100%!important;
	}

#left	{
	width:97%!important;
	font: 10pt Arial;
	line-height: 125%!important;
	}

ul	{
	list-style-image: url("/conf/templates/1/web/images/pfeil_grau.gif");
	/* list-style-type: square!important; */
	list-style-position: outside!important;
	left: 15px!important;
	}
	
li	{
	background:none!important;
	}
	
#job-print-header { 
	height: 55px;
	margin-left: -8px;
	}

#index {
	position:relative;
	left: 400px!important;
	margin-top: 45px!important;
	}
	
div, a	{
	color: black!important;
	}

} /* media print */


@media screen {
#job-print-header { display:none; }
}


