body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	padding: 0px;
	margin: 0px;
}

#footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 283px;
	background-image: url(make_up.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#inhalt {
	width: 1000px;
}

#make_up {
	background-color: #fc926b;
	position: absolute;
	bottom: 283px;
	width: 100%;
	color: white;
	font-size: 14px;
	font-weight: bold;
}

a {
	color: #999999;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

