body {
	background-color: White;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a, a:link, a:visited {
	color: Navy;
	text-decoration: none;
}
a:active, a:focus, a:hover {
	color: Red;
	text-decoration: none;
}
div.kopf1-links {
	position: absolute;
	left: 10;
	top: 10;
	height: 70px;
	background-color: transparent;
	width: 170px;
	border-bottom-color: Gray;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 2px;
}
div.kopf1-mitte {
	position: absolute;
	left: 180;
	top: 10;
	height: 70px;
	background-color: transparent;
	width: 500px;
	text-align: center;
	border-bottom-color: Gray;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 2px;
	vertical-align: middle;
}
div.kopf1-rechts {
	position: absolute;
	left: 680;
	top: 10;
	height: 70px;
	background-color: transparent;
	width: 170px;
	text-align: right;
	border-bottom-color: Gray;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 2px;
}
div.kopf2-links {
	position: absolute;
	left: 10;
	top: 85;
	height: 18px;
	background-color: transparent;
	width: 170px;
	border-bottom-color: Gray;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 2px;
}
div.kopf2-mitte {
	position: absolute;
	left: 180;
	top: 85;
	height: 18px;
	background-color: transparent;
	width: 500px;
	text-align: center;
	border-bottom-color: Gray;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 2px;
	vertical-align: middle;
}
div.kopf2-rechts {
	position: absolute;
	left: 680;
	top: 85;
	height: 18px;
	background-color: transparent;
	width: 170px;
	text-align: right;
	border-bottom-color: Gray;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 2px;
}
div.body-links {
	position: absolute;
	left: 10;
	top: 110;
	background-color: transparent;
	width: 300px;
	border-left-color: Gray;
	border-left-style: solid;
	border-left-width: 1px;
	padding-left: 10px;
	padding-top: 10px;
	border-right-color: Gray;
	border-right-style: solid;
	border-right-width: 1px;
	padding-right: 10px;
	height: auto;
}
div.body-rechts {
	position: absolute;
	left: 330;
	top: 110;
	background-color: transparent;
	width: 300px;
	padding-left: 10px;
	padding-top: 10px;
	border-right-color: Gray;
	border-right-style: solid;
	border-right-width: 1px;
	padding-right: 10px;
	height: auto;
}
div.content {
	position: absolute;
	left: 10;
	top: 110;
	background-color: transparent;
	width: 600px;
	border-left-color: Gray;
	border-left-style: solid;
	border-left-width: 1px;
	padding-left: 10px;
	padding-top: 10px;
	border-right-color: Gray;
	border-right-style: solid;
	border-right-width: 1px;
	padding-right: 10px;
	height: inherit;
}
div.navi-rechts {
	position: absolute;
	left: 650;
	top: 110;
	background-color: transparent;
	width: 180px;
	padding-left: 10px;
	padding-top: 10px;
	border-right-color: Gray;
	border-right-style: solid;
	border-right-width: 1px;
	padding-right: 10px;
	height: inherit;
}
div.fuss-links {
	height: 70px;
	background-color: transparent;
	width: 170px;
	padding-top: 20px;
	padding-left: 10px;
}
h1 {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 2px;
	color: Navy;
	margin-top: 0px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 10px;
}
h2.hp {
	padding: 2px 2px 2px 10px;
	font-size: 12px;
	font-weight: bold;
	background-color: Gray;
	color: White;
	letter-spacing: 2px;
	margin-top: 0px;
}

h3 {
	font-size: 14px;
	letter-spacing: 1px;
	margin-top: 16px;
	font-weight: bold;
	border-bottom: 1px solid Black;
	padding-bottom: 2px;
	margin-bottom: 10px;
}

li {
	list-style-type: square;
	margin-left: -18px;
	padding-bottom: 10px;
}
