/* Basislayout */

html, body {
    height: 100%;
    padding: 0;
    background-color: #FFFF00;  
    
    color: #000000;
    font: Verdana, Arial, Sans-Serif;
}


main {
    margin: auto;
    width: 700px;
    position: relative;
     text-align: center;
     color: #000000
}


article {
    text-align: center;
}


header {
    color: 	#000000;
    text-align: center;
}






/* specifieke stijlen */

img {
    float: left;
    margin-right: 15px;
     text-align: center;
     max-width: 100%;
}



.smalltext {
    font-size: 0.7em;
}

a {
    color:black;
    text-decoration: none;
}




/* navigatiebalk */
ul {
    list-style-type: none;
    margin: auto;
    padding: 0;
    background-color: #000000;
    overflow: hidden;
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover {
    background-color: #000000;
}

li a.active {
    background-color: gray;
}
img {
    border-radius: 15px;
}




