/**
 * Stylesheet for www.krimi-couch.de - pages of type 'content'
 *
 * @media       print
 * @author      Lars Schafft, lars [dot] schafft [at] schafft-webdevelopment [dot] de
 * @uses        /styles/basic.css
 * @uses        /styles/print/print.css
 * @version     2.0 (2006-03-26)
 */

/* {{{ import basic styles and different background styles */

@import url("/styles/2007/basic-1-00.css");
@import url("/styles/2007/screen/elements-1-00.css");
@import url("/styles/2007/print/print-1-00.css");

/* }}} */

#news-related
	{
		position: absolute;
		top: 0;
		right: 0;
		display: block;
	}

#bookcover 
	{
		border: 1pt solid #000;
		display: block !important;
		position: absolute;
		top: 0;
		right: 0;
	}
	
#bookdata h3
	{
		display: none;
	}
	
#biblio-data
	{
		display: block;
		line-height: 1.2;
		margin-bottom: 10pt;
	}
	
#book-title a
	{
		display: block;
		text-decoration: none;
		font-size: 14pt;
		line-height: 1.5;
	}
	
h1, h2, h3
	{
		text-align: left;
		clear: both;
	}
	
div#text h3
	{
		text-align: center;
		font-size: 16pt;
	}
	
div#text h4
	{
		page-break-after: avoid;
	}

