body {
	background-image: url(Bilder/higru3.gif);
	font-family: "Times New Roman",Arial;
	background-attachment: fixed;
}
div.inhalt {
	background-color: #ECF9F9;
}
a:link {
	text-decoration: none;
	color: Blue;
}
a:visited {
	text-decoration: none;
	color: Blue;
}
a:hover {
	color: #6400B0;
	text-decoration: underline;
}
a:active {
	color: Blue;
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}
table {
	background-color: White;
	border-style: solid;
	border-width: 0px;
	border-spacing: 0px;
   empty-cells: hide;
	padding: 5px;
}
th {
	background-color: #FFFFBD;
	border-style: outset;
	border-width: 2px;
	padding: 2px;
	border-color: #0000CD;
}
td {
   vertical-align: middle;
	background-color: White;
	border-color: Gray;
	border-style: outset;
	border-width: 2px;
	padding: 2px;
}
td.stichpunkt {
   vertical-align: middle;
   font-weight: bold;
   background: #FFFFBD;
}
span.haupt {
	font-weight: bold;
	font-size: x-large;
}
span.neben {
	font-weight: bold;
	font-size: larger;
}
