body {
	padding: 0;
	margin: 0;
	background-color: #bebbbb;
}

#header {
	position: absolute;
	width: 1000px;
	height: 50px;
	background-color: #db8a74;
	margin-left: 323px;
	margin-top: 5px;

}

#article {
	position: absolute;
	width: 800px;
	height: 700px;
	background-color: #db8a74;
	margin-left: 200px;
	margin-top: 5px;

}

#nav {
	position: absolute;
	width: 195px;
	height: 755px;
	background-color: #fac9b8;
	margin-top: 5px;
}

#footer {
	position: absolute;
	width: 800px;
	height: 50px;
	background-color: #db8a74;
	margin-top: 18px;
}


.Überschrift {
	color: #2f243a;
	margin: 8px;
}
	
li {
	margin: 5px;
	color: #444054;
}

a {
		color:#444054;
}

p {
	text-align: center;
	color: #2f243a;
}

.smaller-image {
	width: 500px;
}
.thin-pink-border {
	border: 10px double #fac9b8;
}	

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.smaller-image2 {
	width: 50px;
}


