body {
	background-color: #EDEDED;
	font-family: Arial;
}

a {
	color: #656263;
}

.resetspacing {
	margin: 0;
	padding: 0;
}

.visitenkarte {
	width: 100%;
	height: 100%;
	background-image: url(visitenkarte.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2em;
	text-align: center;
}

