/*
Style sheet scherer-buehler.ch
___________________________________________________________________

Description		CSS Layout properties
Company			Uniresearch AG, www.uniresear.ch

@date			06/06
@author			RUP
*/


/* General rules */
* {
	margin: 0;
	padding: 0;
}

/* Typography */
body, td, th {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 16px;
}

h1 {
	font-size: 16px;
	margin-bottom: 16px;
}

h2, h3, h4, h5, h6 {
	font-size: 14px;
	margin-bottom: 14px;
}

p {
	margin-bottom: 11px;
}

#footer p, #footer a {
	font-size: 10px;
}

/* Layer */
#container, #content {
	position: static;
	width: 648px;
}

#eyecatcher, #shortlinks, #mainnavigation, #footer  {
	display: none;
}

/* Hyperlinks */
a:link, a:visited, a:hover, a:active {
	color: #000;
	text-decoration: underline;
}