body {
	margin: 0px;
}
.header {
	background-color: #002A4E;
	position: absolute;
	height: 174px;
	width: 100%;
}
.logo {
	position: absolute;
	height: 120px;
	width: 400px;
	left: 590px;
	top: 25px;
}
.station {
	position: absolute;
	z-index: 1;
	top: 0px;
	right: 0px;
	padding: 2px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #898A8B;
	text-decoration: underline;
}
a:visited {
	color: #898A8B;
	text-decoration: underline;
}
a:hover {
	color: #002A4E;
	text-decoration: underline;
}
.nav {
	left: 38px;
	position: absolute;
	top: 125px;
}
.nav_unternehmen {
	display: inline;
	margin-right: 16px;
}
.nav_kunden {
	display: inline;
	margin-right: 16px;
}
.nav_produkte {
	display: inline;
	margin-right: 16px;
}
.nav_erfolg {
	display: inline;
	margin-right: 16px;
}
.subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #002A4E;
	position: absolute;
	left: 37px;
	top: 197px;
	line-height: 24px;
}
.subnav a:link {
	color: #898A8B;
	text-decoration: none;
}
.subnav a:visited {
	color: #898A8B;
	text-decoration: none;
}
.subnav a:hover {
	color: #002A4E;
	text-decoration: none;
}
.content {
	left: 390px;
	top: 196px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #002A4E;
	position: absolute;
	width: 500px;
	line-height: 26px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 6px;
	padding: 0px;
}
.content_ul {
	margin-left: 18px;
	margin-bottom: 16px;
}
.content_list {
	list-style-type: disc;
	margin-bottom: 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
p {
	margin: 0px 0px 16px;
	padding: 0px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #002A4E;
	width: 560px;
	line-height: 26px;
}
.contentTeam {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #002A4E;
	width: 500px;
	line-height: 20px;
	margin-right: 20px;
	margin-left: 20px;
}
.titleTeam {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #00244E;
	display: block;
	padding-left: 10px;
	font-size: 18px;
	padding-top: 8px;
	padding-bottom: 8px;
}

