html, body {
    height: 100%;
    margin: 0;
    padding: 0;
	font-size: 12px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}
 
p {
	line-height: 16px;
}
#abstand {
    height: 50%; 
    margin-bottom: -85px; 
    width: 100%;
}
 
#inhalt {
	height: 170px;
	width: 700px;
	margin-left: -300px;
	left: 50%;
	position: absolute;
}

#inhalt img {
	margin-bottom: 30px;
	margin-right: 0px;
}

#inhalt a {
color: #000000;
text-decoration: none;
}

#inhalt a:hover {
text-decoration: underline;
}
