body {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	padding: 0px;
	margin: 0px;
	background-image: url(roboter.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

h1 {
	padding-left: 10px;
}

#einzug {
	padding-left: 10px;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

