header, footer, section, aside, nav, article { display: block;}

html, body { height:100%;}

body {
	background-color: #ccc;
	font-size: 1em;
	font-family: Arial, SunSans-Regular, Sans-Serif;
	color:#564b47;
  padding: 20px;
  margin:0;
}
a { color: #ff6677; text-decoration: none; }
a:visited { color:#ff6677;}
a:hover { color: #bbb;}
a:active { color:#000000; }

#space { 
	width:1px;
	height:50%;
	margin-bottom:-250px; /* halbe Höhe des Inhalts */
	float:left;
	}
#space img, p, h1 {
  text-align: center;
}
section {
  width: 350px;
	height:400px;
	background-color: #ffffff;
	border: 1px solid #bbb;
	padding: 30px;
  margin: 0 auto;
  position:relative; /* der Inhalt wird vor den space geschoben  */
	clear:left; /* aufheben des floatings vom space */
}
	
p, pre,h1, header {
	margin:  0 0 20px;}

p { line-height:  1.6em;}	

h1, h2 {
	font-size: 1.6em;
	font-weight: normal;
}
#adress {
  font-size: 0.8em;
  font-weight: normal;
}