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