html {
   background: #F8F4E5;
}
body {
   color: #333333;
}
a {
    color: #9F822D;
}
a:visited {
    color: #9F822D;
}
/* New section */
.section h3 {
    background: #E7D9AE;
    color: #66561E;
}
/* End of New Section */

/* Widget group menu */
.widget-group-menu {
    background: #F8F4E5;
}
.widget-group-menu a {
    background: #F8F4E5;
    color: #9F822D;
}
.widget-group-menu a:hover {
    background: #E7D9AE;
    color: #66561E;
}
/* End of Widget group menu */

#header-menu {
    background: #F1E6C9;
}
#header-menu a {
    color: #66561E;
}

#logotext {
    background: #E7D9AE;
}
#logotext div.shop-name {
    color: #9F822D;
}
#winkelwagen th {
    background: #E7D9AE;
    color: #66561E;
}

