body {overflow: hidden; font-family: sans-serif;}
h1 {font-family: tahoma;}
#inhoud {position: absolute; left: 200px; top: 0px; overflow: auto;  padding:10px; background-color: silver;}
#menulinks {position: absolute; width: 180px; height:100px; background-color: gray; line-height: 25px; text-align: right; padding-right: 10px;}
#menulinks a{color:black; text-decoration:none;}
#menulinks a:hover{color:orange; text-decoration:underline;}
#menurechts {position: absolute; width: 70px; height: 350px; overflow: hidden;background-color: gray;}
#gekozen {position: absolute; left:0px; top:140px; width: 70px; height: 70px; background-color: orange;}
.keuze {position: absolute; width: 70px; height: 70px;}

.keuze img{margin: 10px; border-style: none;}
