body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
body {
	margin-left: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f1f1f0;
}

#container {
	height: 400px;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999966;
	background-image: url(Bilder/hg.jpg);
}
h1 {
	font-size: 130%;
	margin-left: 20px;
	margin-top: 20px;
}
h2 {
	font-size: 105%;
	margin-left: 20px;
	margin-top: 0px;
}
p {
	font-size: 80%;
	margin-left: 20px;
	line-height: 130%;
}
.logo {
	margin-top: 20px;
}
a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-decoration: underline;
	color: #993300;
}
a:active {
	text-decoration: none;
	color: #993300;
}