a:link {
	color: black;
	text-decoration: none;
}
a:visited {
	color: black;
	text-decoration: none;
}
a:active {
	color: black;
}
body {
	background-image: url(../pics/hintergrund.jpg);
	background-repeat: repeat-y;
	background-color: white;
	color: black;
}
h1	{
	font-size: 100%;
	font-weight: normal;
}
h2	{
	font-size: 100%;
	font-weight: normal;
	margin-left: 2em;
}
img	{
	float: none;
	border: 0;
	margin-right: 5pt;
}
