/* HTML5 HACK -------------------------------------- */  
header, section, footer, aside, nav, article {  
	display: block;  
}
 
/* LAYOUT ------------------------------------------ */

* {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  display: table;
  width: 100%;
}
body {
  font-size: 80%;
  font-family: sans-serif;
  display: table-cell; 
  vertical-align: middle;
  background-color: #fcfcfc;
  
}
.zentriert {
  text-align: center;
  letter-spacing: 3px;
  color: #dce3ef;
}