/* 
	filename: /css/arbeitgeber_print.css
	version 1.0 - 2005-11-18 - mkr

	martin (dot) krause (at) gpm (dot) de 
	validated by W3C CSS Validator // jigsaw.w3.org

*/


body, td, li {
	background: #fff;
	font-size: 10pt;
	line-height: 14pt;
	font-family: Arial, Helvetica, sans-serif;
}

/* don't show these elements */
/*----------------------------------------------------------------------------*/
#header, #navmainDiv, #logoleft, #contentB, #footer  {
	display: none ! important;
	padding: 0 ! important;
	margin: 0 ! important;
}


/* content to show */
/*----------------------------------------------------------------------------*/
#contentDiv {
	display: block ! important;
	width: auto ! important;
	margin-left: 80px;
	margin-top:80px;
	padding-top: 10px;
	border-top: 1px dashed #000;
}


/* print elements */
/*-----------------------------------------------------------------------------*/

#printlogo {
	padding: 0 ! important;
	margin: 0! important;
	display: block ! important;
	position: absolute;
	top: 0;
	left: 0;
}

#printsource {
	position: absolute;
	top: 0;
	left: 90px;
	padding: 0 ! important;
	margin: 0! important;
	display: block ! important;
	font-size: 8pt;

}

#printsource h2 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 ! important;
	margin: 0 0 3px 0! important;
	font-size: 12pt
}

#printsource p {
	padding: 0 ! important;
	margin: 0! important;

}


/* typography */
/*----------------------------------------------------------------------------*/
h1 {
	font-size: 20pt;
	font-weight: bold;
	font-family: "Century Schoolbook", "New Century Schoolbook", "Century Schoolbook L", "New Brunswick", "Calisto MT", "Garamond", "Georgia", "Palatino Linotype", serif;
}

h2 {
	font-size: 16pt;
	font-weight: bold;
	margin: 30px 0 0 0;
	font-family: "Century Schoolbook", "New Century Schoolbook", "Century Schoolbook L", "New Brunswick", "Calisto MT", "Garamond", "Georgia", "Palatino Linotype", serif;
}
h3 {
	font-weight: bold; 
	font-size: 16pt; 
	font-family: "Century Schoolbook", "New Century Schoolbook", "Century Schoolbook L", "New Brunswick", "Calisto MT", "Garamond", "Georgia", "Palatino Linotype", serif;
}	
p {
	font-weight: normal;
	margin: 0 0 15px 0;
}

a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

img{
  border-width:0px;
}
/* special styles */
/*----------------------------------------------------------------------------*/

/* display href after link */
a[href]:after { 
	content: " [" attr(href) "] ";
	font-size: 90%;
	font-weight: normal;
	font-style: italic;
}

/* display href: root link /index.php => URL/index.php*/
a[href^="/"]:after {
	content: " [http://arbeitgeber.ch" attr(href) "] ";
	text-decoration: none;
}

/* remove auto-quotes */
q:before, q:after {
	content:""; 
	font-style: oblique;
}
