body {
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	background-image: url(images/bus.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
td.querzeile {
	width: 100%;
	height: 15px;
	background-color: #99AFCE;
	vertical-align: middle;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: black;
}
td.menuzeile {
	width: 100%;
	height: 86px;
	padding: 1px 1px 1px 1px;
	text-align: center;
	vertical-align: middle;
}
td.main {
	width: 100%;
	padding: 5px 5px 5px 5px;
	text-align: center;
	vertical-align: top;
}
td.maincell {
	width: 340px;
	padding: 5px 5px 5px 5px;
	text-align: left;
	vertical-align: top;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	color: black;
}
.header {
	font-family: Arial;
	font-weight: bold;
	font-size: 20px;
	color: black;
}
a {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #99AFCE;
	text-decoration: underline;
}
a:hover {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #cccccc;
	text-decoration: underline;
}
a.bottomlink {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a.bottomlink:hover {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: white;
	text-decoration: none;
}
input {
	border-style: solid;
	border-width: 1px;
	border-color: black;
	background-color: white;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}
textarea {
	border-style: solid;
	border-width: 1px;
	border-color: black;
	background-color: white;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}
