body {
	font-family: Helvetica,Arial,sans-serif;
	color: #000000;
	background-color: #ffdead;
	margin-left: 40px;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 20px;
	}
.unsichtbar {
	font-size: 1px;
	border-width: 0px;
	position: absolute;
	top: -500px;
	left: -500px;
	width: 1px;
	height: 1px;
		}

.navigation,
.fusszeile,
span.hoch {
	position: absolute;
	top: -500px;
	left: -500px;
	width: 1px;
	height: 1px;
	}

.ausdruck-fusszeile {
	font-size: 80%;
	font-style: italic;
	}

h1 {
	font-size: 130%;
	text-align: left;
	}
h2 {
	font-size: 110%;
	}
h3 {
	font-size: 100%;
	}
.menue {
	font-size: 80%;
	}
.text {
	font-size: 90%;
	}
p.hoch {
	font-style: italic;
	font-size: 80%;
	}
address {
	font-style: italic;
	font-size: 80%;
	}
ul li {
	font-size: 95%;
	line-height: 115%;
	}

table {
	border: 0;
	}
td h3{
	line-height: 110%
	}

hr {
	color: #000000;
	}

/* Link Definitionen */
a:link.link {
	text-decoration: underline;
	color: #303030;
	}
a:active.link {
	text-decoration: underline;
	color: #303030;
	}
a:visited.link {
	text-decoration: underline;
	color: #303030;
	}
