﻿#zentriert {

  position:absolute;

  top:0%;
  left:50%;

  width:1000px;
  height:0px;

  margin-left:-500px;
  margin-top:0px;

}


