body{
  width:1920px;
  height:1080px;
  /*background-color:#f6f0e1;*/
  left:0;
  right:0;
  padding:0;
  box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   font-family: "Special Elite";
   background-image: url('../img/back.jpg');
   background-repeat: repeat;
   -webkit-transform: rotate(5deg);
   -moz-transform: rotate(5deg);
   -o-transform: rotate(5deg);
   -ms-transform: rotate(5deg);
   transform: rotate(5deg);
   /*box-shadow: -20px 0px 10px 0px #888888;*/
   /*margin-left:30px;*/

}

.coffee{
  width:200px;
  left:300px;
  top:580px;
  position: absolute;
  opacity: 0.5;
  z-index: 9999;
}

.repro{
  vertical-align: top;
  margin-top:5px;
  padding-left: 50px;

}

.papier{
  position: absolute;
  opacity: 0.3;
}

.head{
  background-image: url(../img/head.gif);
  background-repeat: no-repeat;
  height:296px;
  width:100%;

}

.datum{
  margin-top:255px;
  margin-left:75px;
  font-size:28px;
  font-weight: 600;
  color: #1A1A1A;
  position: absolute;
}



.nieuws-ul{
list-style-type: none;
margin-left:10px;
display: block;
margin-left:-15px;
}


.nieuws-li{
  font-size: 1.8em;
  color:black;
  text-decoration:none;
  width:820px;
  padding: 10px;
  display: inline-block;
  position: inherit;
  border-bottom: 2px solid black;
}

.nieuws-li > a{

  font-size: 1.6em;
  color:black;
  text-decoration:none;
  width:100%;
  display: inline-block;
}

.first_nieuws-li > a{
  font-size: 3em;
  color:black;
  text-decoration:none;
  list-style-type: none;
  width:100%;
  display: block;

}
.eerste_tekst{
  font-size: 2em;
  color:black;
  text-decoration:none;
  list-style-type: none;
  width:100%;
  display: block;
  border-bottom: solid black 2px;

}

.nieuws_vervolg{
  margin-top:-170px;
}

.weg{
  display:none;
}

.nieuws_blok{
  margin-left:25px;
  margin-right:80px;

}
