/**
 * Stylesheet for www.ziv-zweirad.de
 *
 * @media       print
 * @author      Lars Schafft, lars [dot] schafft [at] schafft-webdevelopment [dot] de
 * @colors      white      (#fff)
 * @colors      dark blue  (#036)
 * @colors      orange     (#feba3d)
 * @version     1.00 (2005-01-24)
 */

@import url("/styles/basic.css");

body
	{
		font-family: Arial, sans-serif;
		font-size: 10pt;
	}
	
#header
	{
		text-align: right;
	}

#header h2 
	{
		display: list-item; 
		list-style-image: url(/images/layout/ziv-logo.gif);
		list-style-position: inside;
		letter-spacing: -1000em;
		font-size: 1pt; 
		color: #fff;
		margin-bottom: 10pt;
	}
	
#content
	{
		line-height: 1.7em;
	}	
	
#header h3 , #nav, #sidebar, #about, hr, .skip, #print-send, #social-bookmarks
	{
		display: none;
	}
