/* De Croyse Hoeve */
.kerst {
 background: black url(vuurwerk.jpg) no-repeat bottom center;
 border-color: grey;
 height:140px;
 color:white;
}
.sunny {
  color:red;
  margin:4px -4px 0 -4px;
  font-style:italic;
  background: url(zon.gif) no-repeat top left;
}
.sunny p {
  padding:0 0 0 60px;
}

.fwbox {
 margin: 10px 19px;
 padding:5px;
 border-width:1px;
 border-style:solid;
}

.fwbox p {
 color:red;
 line-height:120%;
 padding:inherit;
}

.fwbox h1 {
 font-size:200%;
}