

.header{
  position: absolute;
  display: inline; /* voor IE */
  width: 980px;
  background-color: #fff;
  height: 100px;
}

.headerPanorama{
  position: absolute;
  display: inline; /* voor IE */
  width: 100%;
  max-width: 1264px;
  background-color: #000;
  height: 205px;
  top: 100px;
  background-image: url(../images/layout/header/06.jpg);
  background-repeat:  no-repeat;
  overflow: hidden;
}

.headerPanoramaBalk{
  position: absolute;
  width: 60%;
  background-color:rgba(0,0,0,0.7);
  height: 75px;
  margin-top: 200px;
  font-size: 20px;
  display: none;
}

.headerPanoramaBalkTekst{
    position: absolute;
    margin-top: 220px;
    color: #fff;
    text-align: left;
    font-size: 21px;
     font-family: Corbel, Arial, Helvetica, sans-serif;
  display: none;
}



