html, body {
    height: 100%;
    margin: 0;
    padding: 0;
	font-size: 11px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}
 
p {
	line-height: 0.8em;
}
#abstand {
    height: 50%; 
    margin-bottom: -85px; 
    width: 100%;
}
 
#inhalt {
	text-align:center;
	height: 170px; 
	width: 100%;
}

#inhalt img {
	margin-bottom: 10px;
}

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

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