* {
	margin: 0;
	padding: 0;
	list-style: none;
}

img {
	border: 0;
}

body {
	background-color: #ffffff;
	padding: 20px;
}

body,
input,
select,
textarea {
	font-family: helvetica, sans-serif;
	font-size: 12px;
	font: normal 75.0%, helvetica, sans-serif;
}


h1, h2, h3, h4, h5, h6, h7, p {
	font-size: 1.0em;
	line-height: 1.4em;
	margin-bottom: 1.0em;
}

a, a:active, a:visited, a:link, a:hover {
	color: #6d8596;
	font-weight: bold;
	font-size: 1.0em;
	line-height: 1.4em;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* default layout */
#content {
	width: 970px;
	margin: 0px auto;
}

#top, #head, #body, #foot {
	clear: both;
}

/* top */
#top {
	height: 55px;
	position: relative;
}

#logo {
	display: block;
	position: relative;
	width: 220px;
	height: 55px;
	background: url(../images/logo.jpg) no-repeat;
	float: left;
}

#links {
/*
	width: 700px;
	height: 55px;
	float: right;
	text-align: right;
	font-family: verdana;
	font-size: 0.9em;
	color: #999999;
	white-space:nowrap;
*/
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-family: verdana;
	font-size: 0.9em;
	color: #999999;
	white-space:nowrap;
}

#links * {
	white-space:nowrap;
	display: inline;
}

#links a, #links a:active, #links a:link,
#links a:visited, #links a:hover {
	color: #999999;
	font-weight: normal;
}

/* header */
#keywords, #eyecatcher, #testimonial {
	position: relative;
	float: left;
	height: 220px;
	/* overflow: hidden; */
}

#keywords {
	background-color: #660000;
	width: 299px;
}

#eyecatcher {
	width: 372px;
	background: url(../images/eyecatcher.jpg) no-repeat 2px 0px;
}

#testimonial {
	background-color: #acd3ec;
	width: 299px;
	vertical-align: middle;
}

/* body */
#body {
	width: 970px;
	color: #666666;
	font-size: 1.0em;
	line-height: 1.4em;
	margin-bottom: 1.0em;
	float: left;
	overflow: hidden;
}

#menu, #text, #news {
	position: relative;
	width: 220px;
	float: left;
	overflow: hidden;
}

#navigation {
	width: 190px;
	background-color: #f7f7f7;
	margin-top: 2px;
}

#navigation a {
	display: block;
	font-weight: normal;
	line-height: 19px;
	vertical-align: middle;
	color: #4d4d4d;
}

#navigation a:hover {
	text-decoration: none;
}

#navigation li>/**/a {
	padding-top: 4px;
	line-height: 15px;
}

li.nav_1,
li.nav_1a {
	border: 1px solid #dfdfdf;
	margin-bottom: 1px;
	vertical-align: middle;
}

li.nav_1 img,
li.nav_1a img {
	float: left;
	margin-right: 5px;
}

.toggle {
	cursor: pointer;
}

li.nav_1 a, li.nav_1a a {
}

#navigation li.nav_1 a:hover,
#navigation li.nav_1a a:hover{
	background-color: #ededed;
	color: #660000;
}

li.nav_2, li.nav_2a {
	background-image: url(../images/nav_2bar.gif);
	background-repeat: repeat-y;
	background-color: #e9e9e9;
}

li.nav_2 a, li.nav_2a a {
	width: auto;
	padding-left: 20px;
	margin-left: 20px;
}

li.nav_2a a {
	background-image: url(../images/nav_2a.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

#navigation li.nav_2 a:hover,
#navigation li.nav_2a a:hover{
	background-color: #ededed;
}

li.nav_3, li.nav_3a {
	background-image: url(../images/nav_3bar.gif);
	background-repeat: repeat-y;
	background-color: #dfdfdf;
}

li.nav_3 a, li.nav_3a a {
	width: auto;
	padding-left: 35px;
	margin-left: 20px;
}

#navigation li.nav_3 a:hover,
#navigation li.nav_3a a:hover{
	background-color: #ededed;
}

li.nav_3a a {
	background-image: url(../images/nav_3a.gif);
	background-repeat: no-repeat;
	background-position: 20px 5px;
}

li.nav_3 a {
	background-image: none;
}

#text {
	width: 450px;
	margin-top: 30px;
}

#text h1 {
	color: #660000;
	font-size: 1.1em;
	line-height: 1.4em;
	margin-bottom: 0.5em;
}

#text p {
	margin-bottom: 0.5em;
}

#text li {
	list-style-image: url(../images/li.gif);
	margin-left: 20px;
}

#text ul {
	margin-bottom: 10px;
}

#text .contenttable td p {
	margin: 0;
}

#text ul.half li {
	list-style-image: none;
	margin-left: 0;
	width: 50%;
	float: left;
}

#text ul.half li ul li {
	list-style-image: url(../images/li.gif);
	margin-left: 20px;
	width: auto;
	float: none;
}

#text li.pdf {
	list-style-image: url(../images/file_pdf.gif);
	font-size: 0.9em;
	font-family: verdana;
	height: 1.1em;
}

#text ul>/**/li.pdf {
	height:auto;
}

.contenttable {
	border: 1px solid #999999;
	width: 100%;
}

.contenttable thead {
	background-color: #999999;
	color: #ffffff;
	font-weight: bold;
	font-size: 0.9em;
	font-style: italic;
	font-family: verdana;
}

.contenttable td {
	padding: 1px 5px;
}

.right {
	text-align: right;
}

.floatRight {
	float: right;
}

.normal {
	font-weight: normal;
}

#news {
	width: 220px;
	float: left;
	margin-top: 30px;
	margin-right: 40px;
	margin-left: 40px;
}

#news h1 {
	color: #660000;
	font-size: 1.1em;
	line-height: 1.4em;
	margin-bottom: 1.0em;
}

#news p {
	margin-bottom: 1.0em;
}

#news li {
	list-style-image: url(../images/li.gif);
	margin-left: 20px;
}

#news li.pdf {
	list-style-image: url(../images/file_pdf.gif);
	font-size: 0.9em;
	font-family: verdana;
	height: 1.1em;
}

#news ul>/**/li.pdf {
	height:auto;
}


#news ul {
	margin-bottom: 10px;
}

/* footer */
#foot {
	padding-top: 50px;
	text-align: center;
	color: #999999;
	font-family: verdana;
	font-size: 0.9em;
}

/* teqneers specific typo */
.csc-frame-rulerAfter {
	height: 20px;
}

td.label {
	width: 100px;
}

label {
	margin: 2px;
}

select, input, textarea {
	border: 1px solid #999999;
	font-family: helvetica;
	font-size: 1.0em;
	color: #999999;
	padding: 2px;
}

input.inputbutton {
	background-color: #f1f1f1;
	color; #666666;
	padding: 1px;
	margin-left: 102px;
}

.error {
	color: #990000;
}

.styleClear {
	clear: both;
}
