BODY, TD, TR, TD, TH {
	font-family: Arial;
	font-size: 13px;
	line-height: 18px;
}

BODY {
	padding: 0px;
	margin: 0px;
}

.nav {
	padding-top: 10px;
	padding-left: 15px;
}

.nav H1 {
	font-weight: bold;
	color: #1a3764;
	font-size: 15px;
	margin: 5px 0px 2px 0px;
}

.nav P {
	padding: 0px;
	margin: 0px;
}
.nav A {
	font-size: 14px;
	display: block;
	text-decoration: none;
	width: 100px;
	color: #1a3764;
	padding-left: 18px;
	background-image: url(images/square.gif);
	background-position: left center;
	background-repeat: no-repeat;
	margin-bottom: 1px;
	font-weight: normal;
}

.nav A:hover {

}

.nav A:focus, .nav A:active {

}

.aktuelles {
	/* background-color: #E8EEF8; */	/* für das Kennemetalllogo auf weissen Grund gestellt */
	background-color: white;
	padding: 5px 15px 15px 15px;
	vertical-align: top;
}

.aktuelles #text {
	font-size: 12px;
	line-height: 16px;
}

.aktuelles #headline {
	display: block;
	border-style: solid;
	border-color: #1a3764;
	color: #1a3764;
	border-width: 0px 0px 1px 0px;
	padding-left: 10px;
	font-weight: bold;
	margin-bottom: 5px;
}

.aktuelles A,
.aktuelles A:link,
.aktuelles A:visited {
	color: #1a3764;
	text-decoration: none;
	font-weight: bold;
}

.aktuelles A:hover {
	text-decoration: underline;
}

.footer {
	color: #1a3764;
	text-align: center;
	font-size: 11px;
	line-height: 14px;
	padding: 4px;
}

.footer A,
.footer A:visited {
	color: #1a3764;
	text-decoration: none;
	font-weight: bold;
}

.footer A:hover {
	text-decoration: underline;
}

.versteckt {
	display: none;
	visibility: hidden;
}