* {
    margin: 0;
}

header {
    background-color: #002060;
    width: 100%;
    height: 170px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding-top: 30px;
    font-size: 54px;
    color: white;
}
header img {
    float: left;
    margin-left: 70px;
    margin-top: 28px;
}
header h1 {
    float: left;
    margin-left: 170px;
}
nav     {
    width: 15%;
    height: 605px;
    background-color: #156082;
    text-align: center;
    padding-top: 25px;
    float: left;
}

main {
    width: 70%;
    float: left;
    margin-left: 200px;
    margin-top: 200px;
}


nav a {
    font-family: Impact;
    font-size: 15pt;
    color: black;
    text-decoration: none;
    display: inline-block; 
    width: 200px;
    height: 60px;
    text-align: center;
    line-height: 65px;
    background-color: white;
    margin-bottom: 50px;
  }

footer {
    background-color: #156082;
    width: 30%;
    height: 75px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: white;
    text-align: center;
    padding-top: 20px;
    position: fixed;
  left: 0;
  bottom: 0;
}

#kranten {
    position: fixed;
  right: 0;
  bottom: 0;
}