#navigation {
	display: none;
}
#content > div {
	width: 90%;
	border-bottom: 1px solid #000;
}
#content > div:first-child {
	border-bottom: none;
}
#content p {
	margin-bottom: 20px;
}
#content p:last-child {
	margin-bottom: 50px;
}
#content p:first-child {
	padding-top: 50px;
}
#about p:first-child {
	margin-top: 30px;
}
#logo {
	position: absolute;
}
#head {
	display: none;
}
#imprint h1 {
	font-size: 1.3em;
	padding-top: 0;
}
#imprint {
	/*margin-top: 100px !important;*/
}
p {
	/*line-height: 1.5em !important;*/
	font-size: 0.9em !important;
}
#content h1:first-child {
	padding-top: 50px;
}
#contact p:last-child {
	padding-bottom: 0;
}