/*
Style sheet sofawanzen.saisch-e-gruess.ch
___________________________________________________________________

Description		CSS Print properties
Company			saisch-e-gruess.ch
@date			08/07
@author			PR
*/

/* General settings */
body {
	font: 12px/18px Courier New, Courier, monospace;
	color: #000;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 14px;
}

p {
	margin: 18px 0;
}

#claim p {
	font: 10px/12px Courier New, Courier, monospace;
}

/* Layers */

#container, #eyecatcher, #content, #claim {
	width: 648px;
}

#navigation {
	display: none;
}

/* Hyperlinks */
a:link, a:visited, a:hover, a:active {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

/* Content images */
#content img {
	margin-right: 20px;
	float: left;
}

#content p {
	clear: both;
}