/* 
	filename: /css/bvb_internet_print.css
	version 1.0 - 2006-06-07 - 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, #stageleft, #stageright, #breadcrumb, #homequick, #footer, .skip, .dropdown, .skip {
	display: none ! important;
	padding: 0 ! important;
	margin: 0 ! important;
}


/* content to show */
/*----------------------------------------------------------------------------*/
body, #stage #contentwrapper, #home .teaser{
	margin: 0 ! important;
	padding: 0 ! important;
}

#stagemiddle {
	position:absolute;
	top:110px ! important ;
	left:0;
	display: block ! important;
	width: auto ! important;
	margin-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	border-top: 1px solid black;
}

h1{
	margin: 0 0 10px 0 ! important;
}

h2, h3 {
	margin: 0 0 5px 0 ! important;
}

p {
	margin: 0 0 0 10px ! important;
}
/* print elements */
/*-----------------------------------------------------------------------------*/

#printlogo {
	padding: 0 ! important;
	margin: 0! important;
	display: block ! important;
	position: absolute;
	top: 0;
	right: 0;
}

#printsource {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 ! important;
	margin: 22px 0 0 0  ! important;
	display: block ! important;
	font-size: 8pt;
	line-height: 120%;

}

#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;
}

p {
	font-weight: normal;
	margin: 0 0 15px 0;
}

a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

/* 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;
}
