/* 
	filename: /css/fuk_print.css
	version 1.0 - 2005-09-18 - mkr

	martin (dot) krause (at) gpm (dot) de 
	validated by W3C CSS Validator // jigsaw.w3.org

*/


body {
	background: white;
	font-size: 12pt;
	line-height: 14pt;
/*	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-family: "Century Schoolbook", "New Century Schoolbook", "Century Schoolbook L", "New Brunswick", "Calisto MT", "Garamond", "Georgia", "Palatino Linotype", serif;
	
}

/* don't show these elements */
/*----------------------------------------------------------------------------*/
#left, #logo, #visual, #metanavigation, #breadcrumb, #right, #footer, #fadeid, #dekoblueid, #nocss, .skip {
	display: none ! important;
	padding: 0 ! important;
	margin: 0 ! important;
}

/* content to show */
/*----------------------------------------------------------------------------*/
#parentlayer, #content {
	display: block ! important;
	width: auto ! important;
}

#parentlayer {

}

#content {
	position: absolute;
	top: 230px;
	left: 0;
	padding: 0 ! important;
	margin: 0! important;
	text-align: justify;
}


/* print elements */
/*-----------------------------------------------------------------------------*/
#printheader{
	padding: 0 ! important;
	margin: 0! important;
	display: block ! important;
	position: absolute;
	top: 0;
	left: 0;
}

#printlogo {
	margin:0;
	padding:0;
}

#printsource {
	padding: 0 ! important;
	margin: 0! important;
	display: block ! important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
 
 #printsource p {
	padding: 0 ! important;
	margin: 0! important;
}



/* typography */
/*----------------------------------------------------------------------------*/
h1 {
	font-size: 20pt;
	font-weight: bold;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
	margin: 30px 0 0 0;
}

h3, h4, h5, h6 {
	font-size: 12pt;
	margin: 15px 0 0 0;
	font-style: oblique;
}

a {
	color: #000;
	text-decoration: underline;
}

/* special styles */
/*----------------------------------------------------------------------------*/

/* display href after link */
#content a[href]:after { 
	content: " (" attr(href) ") ";
	font-size: 90%;
}

/* display href: root link /index.php => URL/index.php*/
#content a[href^="/"]:after {
	content: " (http://fuk.de" attr(href) ") ";
}

/* remove auto-quotes */
q:before, q:after {
	content:""; 
	font-style: oblique;
}
.italic {
	font-style:italic;
}