/*
Style sheet bki.ch
___________________________________________________________________

Description		CSS Print properties
Company			Uniresearch AG, www.uniresear.ch

@date			03/07
@author			RUP
*/


/* General rules */
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
}

/* Typography */
body, td, th, input, textarea {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 14px;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 16px;
	font-weight: bolder;
	margin-bottom: 24px;
	line-height: 24px;
}

h2, h3 {
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 20px;
}

p {
	margin-bottom: 14px;
}

/* Layer */
#container, #content {
		width: 648px;
}

#logo, #address, #eyecatchercontainer, #eyecatcher, #quicklinks, #quicklinkstwo, #navigation, #news, #footer  {
	display: none;
}

/* Hyperlinks */
a {
	color: #000;
	text-decoration: underline;
}

/* Unordered lists */
#content ul, #content li {
	margin-left: 20px;
}