@charset "utf-8";
#header {
	height: 400px;
    width: 100%;
    background-image: url(headert.jpg);
    background-size: 1200px 400px;
    background-repeat:no-repeat;
    background-attachment: fixed;
    font-size: 24px;
    background-color: #AAAAAA;
	/*float: left;*/
}

#header td{
  max-height: 380px;
  text-align: center;
  vertical-align: middle;
  font-size: 24px;
  font-weight: 900;
}

#header img{
  margin-top: 120px;
}

#header h1 {
  font-size: 36px;
   color: white;
   text-shadow: 2px 2px #000000;
   margin-top: 100px;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px){
  #header {
	height: 160px;
    background-image: url(headert_s.jpg);
    background-size: 100% 160px;
	/*float: left;*/
  }

  #header img{
  margin-top: 20px;
  }

  #header h1 {
  font-size: 36px;
   color: white;
   text-shadow: 2px 2px #000000;
   margin-top: 10px;
 }

}
@media only screen and (min-width: 1200px)
{
 #header {
 /* vervormt te veel bij breed scherm */
    background-image: url(headert_g.jpg);
    background-size: 100% 400px;
  }
}
