body,form,figure{
margin:0;padding:0
}

img{
border:0
}

header,footer,nav,section,aside,article,figure,figcaption{
display:block
}

.invisible{
border:0;
clip:rect(0 0 0 0);
height:1px;
margin:-1px;
overflow:hidden;
padding:0;
position:absolute;
width:1px
}

.block{
overflow:hidden
}

/*Oberhalb sind Angaben aus layout.min.css*/

body
{
  font-family: 'Lucida Grande', sans-serif;
  font-size: 1.2em;
}

#wrapper
{
  padding: 0.3em;
  max-width: 35em;
  margin: 0 auto;
  display: flex;
}

#header
{
  background-color: white;
  position: fixed;
  top: 0;
  width: 33em;
  padding: 10px 0em;
}

.center img
{
  margin-left: 5em;
}

#container
{
  margin-top: 85px;
  z-index: -1;
}

.invisible{
border:0;
clip:rect(0 0 0 0);
height:1px;
margin:-1px;
overflow:hidden;
padding:0;
position:absolute;
width:1px
}
