/*
Style sheet claraspital.ch
___________________________________________________________________

Description		CSS Print properties
Company			Uniresearch AG, www.uniresear.ch

@date			02/07
@author			RUP
*/


/* General rules */
* {
	margin: 0;
	padding: 0;
}

/* Typography */
body, td, th, input, textarea {
	font: 13px Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 18px;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
	font-weight: bolder;
	margin-bottom: 16px;
	line-height: 18px;
}

p {
	margin-bottom: 18px;
}

blockquote {
	padding-left: 20px;
}

/* Layer */
#container, #containersub, #breadcrumb, #contentcontainer, #content, #footer {
	width: 648px;
}

#eyecatcher, #slogan, #quicklinks, #mainnavigation, #subnavigation, #newscontainer, #news, #events  {
	display: none;
}

/* Hyperlinks */
a {
	color: #000;
	text-decoration: underline;
}

/* Unordered lists */
#content ul, #content li {
	margin-left: 20px;
}