body {
	padding-bottom: 30px;
	background-color: #ffffff;
	color: #000000;
	font-family:  arial;
	font-size: 12px;
	background-image: url(Bilder/bg.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;

}

a:link{
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

a:hover {
	text-decoration: none;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}