
html, body { 
	height: 100%; 
	margin: 0;
	padding: 0;
}

body {
	font-size: 0.875em;
	line-height: 1.4em;
}

#abstand {
	height: 34%; 
	width: 100px;
	margin-bottom: -14em; 
	}

#content {
	height: 45em; 
}

/* Ab hier wieder nurnoch Kosmetik */


#content {
	overflow: hidden; 
	position: relative; 
	margin: auto auto; 
	width: 70em; 
	 text-align: center;
}

* :focus { outline: 0; }
