@charset "utf-8";
#header {
	height: 250px;
    width: 100%;
    background-image: url(headerpaint.jpg);
    background-size: 100% 100%;
    background-repeat:no-repeat;
    color: white;
    font-size: 24px;
    background-color: #88563B;
	/*float: left;*/
}

#header td{
  max-height: 180px;
  text-align: left;
  padding-left: 20px;
  vertical-align: middle;
  font-size: 24px;
  font-weight: 900;
}

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

#header h1 {
  font-size: 72px;
  font-weight: 900;
  color: white;
  text-shadow: 2px 2px #000000;
}
@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 {
    background-image: url(headerpaint_s.jpg);
	/*float: left;*/
  }
}
@media only screen and (min-width: 1400px)
{
 #header {
 /* vervormt te veel bij breed scherm */
    background-image: url(headerpaint_g.jpg);
  }
}

