/* global font setting */
body,
#content input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

html {
	background-color: #e0e0e0;
	color: black;
	margin-left: -130px; /* 2 * squeezable */
}

/* area available for images and content */
body {
	position: relative;
	margin: 41px auto;
	top: 0;
	left: 65px; /* squeezable */
	width: 840px;
	padding: 15px 65px; /* l/r squeezable */
	background-color: white;
	color: #6a6a6a;
}

#body-inner {
	position: relative;
}

#header {
	margin-bottom: 31px;
}

#home-logo {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100px;
	height: 130px;
	text-indent: -1000px; /* hide pseudo alt text */
	/* dummy styles to make the area clickable for ie: */
	background-image: url("list-bullet.png");
	background-position: -1000px -1000px;
	background-repeat: no-repeat;
}

#quicklinks {
	position: absolute;
	top: 134px;
	left: 0;
}

#quicklinks a {
	position: relative;
	float: left;
	bottom: 1em;
	margin-top: 26px; /* 32px - bottom_distance*/

	color: #424242;
	font-size: 1.4em;
	text-decoration: none;
	text-align: center;
	width: 5.5em;
	margin-right: 18px;
}

#quicklinks .underline {
	display: block;
	height: 3px;
	position: relative;
	top: 3px;
	background: #a0a0a0;
}

#quicklinks a:hover .underline,
#quicklinks .active-quicklink .underline {
	background: #1da069;
}

#content {
	/* room for (absolute positioned) teasers */
	min-height: 200px;
}

hr {
	/* cross browser is tough here */
	display: block;
	border: none;
	border-top: 3px solid;
	border-color: #1da069;
	height: 3px;
	margin: 2px 0 -4px 0;
	padding-top: 6px;
}

#teasers {
	position: absolute;
	top: 168px;
	margin-top: 31px;
	right: 0;
}

#teasers a {
	display: block;
	padding-left: 3px;
	width: 147px;
	font-size: 1.6em;
	margin-bottom: 3px;
	line-height: 1.2em;
	color: #ca2333;
}

#teasers img {
	margin-left: -3px; /* undo padding */
}

#footer {
	clear: both;
	margin-top: 3em;
	text-align: right;
	color: #8e8e8e;
	font-size: 1.1em;
}

#cms-banner {
	float: left;
}

#footer li {
	display: inline;
	margin: 0 1ex;
}

#footer a:active,
#footer a:visited,
#footer a:hover,
#footer a:link {
	color: #8e8e8e;
}

a:active,
a:visited,
a:hover,
a:link {
	color: #198a5c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.news-box {
	width: 220px;
	margin: 0 20px 1em 0;
	float: left;
	overflow: hidden;
	line-height: 1.25em;
}

#fullwidth-content .news-box {
	width: 250px;
	margin-right: 90px
}

.news-box h1 {
	background-color: #ececec;
	padding: 3px 5px;
}

.news-box ul {
	margin-left: 10px;
}

#text .news-box li,
.news-box li {
	display: block;
	padding-left: 10px;
	background-image: url("list-bullet.png");
	background-position: 0 0.95em;
	background-repeat: no-repeat;
	padding-bottom: 1em;
}

.news-box li a:active,
.news-box li a:visited,
.news-box li a:hover,
.news-box li a:link {
	font-weight: bold;
	font-size: 92%;	
	color: #8e8e8e;
}

.news-box .date {
	display: block;
	font-weight: normal;
	color: #198a5c;
}

br.clear {
	clear: left;
}

#tree-navigation {
	width: 130px;
	margin-right: 20px;
	float: left;
	font-size: 108%;
	overflow: hidden;
}

#tree-navigation ul {
	margin-left: 2px;
	list-style: none;
}

#tree-navigation li {
	display: block;
	padding-left: 10px;
	background-image: url("list-bullet.png");
	background-position: 0 1.05em;
	background-repeat: no-repeat;
	padding-bottom: 0.4em;
}

#tree-navigation ul ul {
	margin-bottom: -0.4em;
	margin-top: 0.2em;
}

#tree-navigation ul ul ul {
	margin-left: -10px;
}

#tree-navigation ul ul ul li {
	font-size: 85%;
	background: none;
}

#tree-navigation a:visited,
#tree-navigation a:link {
	color: #8e8e8e;
}

#tree-navigation a:hover,
#tree-navigation a:active /* colon */,
#tree-navigation a.active /* dot */ {
	color: #198a5c;
}

#content h1 {
	font-size: 1.3em;
	margin-top: 0;
	color: #198a5c;
}

#content h2 {
	font-size: 1.3em;
}

#content h3 {
	font-size: 1.1em;
	color: #198a5c;
}

#content h4 {
	font-size: 1.1em;
}

#text {
	line-height: 1.25em;
	float: left;
	width: 480px;
}

#text ul {
	margin-left: 0;
	list-style: none;
}

#text ul ul {
	padding-left: 20px;
}

#text li {
	padding-left: 10px;
	background-image: url("list-bullet.png");
	background-position: 0 0.95em;
	background-repeat: no-repeat;
	padding-bottom: 0.2em;
}

#content table {
	border-width: 0;
}
#content td {
	border-width: 0;
	padding: 0 1em 1em 0;
}

/* repair inline styles in content */
* {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif !important;
}
#text table *,
#repair * {
	font-size: 1em !important;
	color: #6a6a6a !important;
}
#content table a:active,
#content table a:visited,
#content table a:link,
#repair a:active,
#repair a:visited,
#repair a:link {
	color: #198a5c !important;
}
#repair p {
	margin-bottom: 1.6em !important;
}
