html {
   overflow-y: scroll;
}

#menu {
   background-color: rgb(255,102,0);
}

#menu .pure-menu-item a {
   color:         white;
   text-align:    right;
   padding-right: 20px;
}

#menu .pure-menu-list {
   padding-top: 116px;
}

#main .header img {
   width:          100%;
   max-width:      430px; /* 40% */
   max-height:     43px;  /* IE */
   min-width:      300px; /* smartphone */
   min-height:     30px;  /* IE */
   margin-left:   -12px;  /* smartphone */
   padding-top:    20px;
   padding-bottom: 10px;
}

#main a {
   color:           rgb(255,102,0); /* helderheid 120 */
   text-decoration: none;
}

#main a:visited {
   color: rgb(170,68,0); /* helderheid 80 */
}

#main a:hover {
   text-decoration: underline;
}
