body {
	padding: 0px;
	margin: 0px;
	font-family: Helvetica, Geneva, sans-serif;
	line-height:150%;

}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #069;
}
a:active {
	text-decoration: underline;
	color: #069;
}
a.txtlink:link {
	color: #069;
	text-decoration: none;
}
a.txtlink:visited {
	text-decoration: none;
	color: #069;
}
a.txtlink:hover {
	text-decoration: underline;
	color: #069;
}
a.txtlink:active {
	text-decoration: underline;
	color: #069;
}

.ueberschrift {
	font-size: large;
	margin: 0px;
	padding-bottom: 10px;
	font-style: normal;
	padding-top: 20px;
	letter-spacing: 8px;
	color: #069;
	text-decoration: underline;
	font-weight:bold;
}
.navi {
	margin: 0px;
	color: #666;
	font-size: medium;
	list-style-color: #069;
	letter-spacing: 6px;
	line-height: 30px;
}
.text {
	margin: 0px;
	color: #666;
	font-size: medium;
	list-style-color: #069;
	letter-spacing: 2px;
}
.blau {

	color: #069;
	font-weight:bold;
	text-decoration: underline;
}
.weiss {

	color: #fff;
}
.hellgrau {
	color: #666;
	font-size: small;
	font-family:Verdana, Geneva, sans-serif;
}
.copy {
	margin: 0px;
	color: #ccc;
	font-size: small;
	list-style-color: #069;
	text-align: right;
	letter-spacing: 12px;
}
