@CHARSET "UTF-8";

#header,#top, #left, #footer, #footer, #bottom, #right, #breadcrumbs, .herbatabs ul, .faq-link, .scrollto {
	display: none;
}
body {
	margin: 0;
	padding: 0;
	font: 12px Verdana;
}
#content {
	text-align: justify;
	color: #393939;
	line-height: 1.4;
	font-size: 12px; /* font-size: 11px testen in multivariate test */
}
#content a {
	font-weight: bold;
	color: #27691c;
}
#content a:hover {
	text-decoration: none;
}

img {
	border: 1px solid #75A02E;
	padding: 5px;
}

.highlight { background-color: yellow }

.right {
	float:right;
}
.imageholder.right {
	margin-left: 15px;
}
.left {
	float:left;
}
.imageholder.left {
	margin-right: 15px;
}
.hidden {
	display:none;
	visibility: hidden;
}
#content ul {
	text-align: left;
}
#content h1, #content h2, #content h3 {
	color: #393939; /* used to be 27691c */
	letter-spacing: 1px;
	margin-bottom: 6px;
}
#content h1 {
	font-size: 18px;
	margin-bottom: 18px;
}
#content h2 {
	font-size: 15px;
	margin-bottom: 18px;
}
#content h2 a {
	color: #393939;
}

#content h3 {
	font-size: 14px;
}
td h2 {
	margin: 0;
}

#content p {
	color: #393939;
}
p.bold {
	text-align: left;
}

.imageholder {
	position: relative;
	display: block;
	float: left;
}
.bold {
	font-weight: bold;
}
td.picture {
	width: 120px;
}
tr.normal {
	background-color: #f9faf7;
}
tr.alternate {
	background-color: #f1f1f1;
}
td, th {
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
acronym, abbr {
	border: none;
}
