body {
    background-color: #877d73;
    margin:0;
    padding:0;
}
#Top {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    height: 250px;
}
#logo{
    margin-right: auto;
    margin-left:auto;
    width: 228px;
} 
#midden{
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}

#page1 {
    width: 500px;
    background-color: #f1e3d3;
    color: #1f1812;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 3px 10px 3px 20px; /*top,richt,botom, left*/
    border-radius: 5px;
    margin: 25px;
    float:left;
} 

#page2 {
    width: 500px;
    background-color: #f1e3d3;
    color: #1f1812;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 3px 10px 3px 20px; /*top,richt,botom, left*/
    border-radius: 5px;
    float:left;
    margin: 5px;
    display:none;
}

h1{
    border-top: 1px double ;
    border-bottom:1px double ;
    padding: 10px 10px 10px 25px;
    background-color : #463525; 
    color: #f1e3d3;
    border-radius: 15px;

}
#navigatie {
 margin-bottom:25px;
 float : none;
 display: none;
}

#navigatie ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
  }

#navigatie li {
    float: left;
  }
  
#navigatie li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  /* Change the link color to #111 (black) on hover */
#navigatie li a:hover {
    background-color: #111;
  }

#Footer{
    float:none;
    width:100%;
    height: 120px;
    background-color: #333;
    color:#f1e3d3;
    margin: 0px;
    padding-top:10px;
    position: absolute;
    bottom: 0px;
    text-align: center;
}


