/* -------------------------------------------------------------------- */
/* CSS for print L&F of Tibet Insitut Rikon, www.tibet-institut.ch 	*/
/* 									*/
/* Change History:							*/
/* 									*/
/* Open issues:								*/
/* - better logo necessary 						*/
/* - text is too small on Mac Firefox					*/
/* 									*/
/* 27 Sep 2006: created by Carsten Nebel,  				*/
/*		Tested on WinXP IE6, Firefox 1.5.0.6, Opera 8.5.1	*/
/* 		Tested on Mac OS X: Safari, Firefox 			*/
/* 									*/
/* -------------------------------------------------------------------- */


body {
	margin-left: 30px;
	margin-top: 0px;
	padding: 0;
	font: 16px "Times New Roman", Times, serif;
	color: black;
	background: white; /* Opera ignores this and prints background, no workaround found. The user has to disable "background image printing" in Opera's printer settings */
}


h1 {
	font-size : 22px;
	margin-top: 40px;
}


h2 {
	font-size : 18px;
	margin-top: 25px;
}

.line, .lineImage {
	 border-top:2px solid black;
	 margin-top: 30px;
 }
 
 .lineImage {
 	min-height:220px;
 	padding-top:12px;
 }

 * html .lineImage {
 	height:220px; /* nur für IE 5.5 - 6.x */
 } 
 
 html + body .lineImage {
 	height:220px; /* nur vom IE 5.0 */
 } 


.lineBelow, .lineImageBelow { 
        color: #000000; 
        border-bottom:1px solid #911436; 
        margin:10px 0; 
        padding-bottom:10px; 
 } 
  
 .lineImageBelow { 
        min-height:220px;       /* if there is an image but only a short text, the line should start only below the image */

        padding-top:12px; 
 } 

 * html .lineImageBelow {
 	height:220px; /* nur für IE 5.5 - 6.x */
 } 
 
 html + body .lineImageBelow {
 	height:220px; /* nur vom IE 5.0 */
 } 

a { 
	text-decoration: underline; 
	color: #0000ff; 
}

.content ul li {
	margin-top:8px;
}

.menu, .header, .button-print, .link-top-page {
	display: none;
}


.print-header {
	top:0px;
	text-align:center;
}

