body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bg.jpg);
	background-color: #CC6699;
	margin: 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
#maintable {
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
}
.menu {
font-size: 11pt;
font-weight: bold;
padding-bottom: 3px;
}
a:link,a:visited,a:active {
	color: blue;
}
a.menu,a:visited.menu,a:active.menu {
	color: #ffffff;
	text-decoration: none;
}
a:hover.menu {
	text-decoration: underline;
	color: gold;
}
#content {
	padding: 10px;
	padding-top: 20px;
}

#bund {
	padding: 10px;
	font-size: 11px;
	font-weight: bold;
}

p {
	font-size: 12pt;
	color: gray;
}
H1 {
	font-size: 14pt;
	font-weight: bold;
	color: #CC6699;
	}