h1 {
    color: #efde00;
}

#header {
    background-color: #ffff99;
}

#headline {
    background-color: #efde00;
}

#overmenu {
    background-color: #ffff99;
}

#menu li {
    background-color: #efde00;
    border-color: #ffff99;
}

#menu a, #menu a:visited, #menu a:hover {
    color: black;
    text-decoration: none;
}

#menu li.submenu {
    background-color: #ffff99;
    border-color: #efde00;
}

#footerleft {
    background-color: #efde00;
    color: #ffff99;
}
#footerright {
    background-color: #ffff99;
    color: #e6a902;
}

.submit {
    background-color: #efde00;
}

/* Offers */
.offer_table, .offer_table td {
    border-color: #efde00;
}
.offer_table th {
    background-color: #efde00;
}
.offer_price, .offer_table a, .offer_view_price, .offer_view h2 {
    color: #efde00;
}

/* forms */
input, select, textarea {
    border-color: #efde00;
}
select {
    background-color: #ffff99;
}
a {
    color: #e6a902;
}

.offer_cf {
    background-color: #ffff99;
}
.offer_cf .submit {
    background-color: #e6a902;
}

.uploadfiles td {
    border-bottom: 1px solid #efde00;
}

